|
void | add_frameset_entry (struct frameset_desc *frameset_desc, struct frameset_desc *subframe, char *name, char *url) |
struct frameset_desc * | create_frameset (struct frameset_param *fp) |
static void | add_frame_to_list (struct session *ses, struct document_view *doc_view) |
static struct document_view * | find_fd (struct session *ses, char *name, int depth, int x, int y) |
static struct document_view * | format_frame (struct session *ses, struct frame_desc *frame_desc, struct document_options *o, int depth) |
void | format_frames (struct session *ses, struct frameset_desc *fsd, struct document_options *op, int depth) |
static int | distribute_rows_or_cols (int *val_, int max_value, int *values, int values_count) |
static int | distribute_rows_or_cols_that_left (int *val_, int max_value, int *values, int values_count) |
static int | extract_rows_or_cols_values (char *str, int max_value, int pixels_per_char, int **new_values, int *new_values_count) |
void | parse_frame_widths (char *str, int max_value, int pixels_per_char, int **new_values, int *new_values_count) |