ELinks 0.16.1.1
|
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "elinks.h"
#include "cache/cache.h"
#include "document/document.h"
#include "document/html/frames.h"
#include "document/options.h"
#include "document/renderer.h"
#include "document/view.h"
#include "protocol/uri.h"
#include "session/session.h"
#include "terminal/draw.h"
#include "util/color.h"
#include "util/string.h"
#include "util/time.h"
Functions | |
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) |
|
static |
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 |
|
static |
|
static |
|
static |
|
static |
void format_frames | ( | struct session * | ses, |
struct frameset_desc * | fsd, | ||
struct document_options * | op, | ||
int | depth ) |
void parse_frame_widths | ( | char * | str, |
int | max_value, | ||
int | pixels_per_char, | ||
int ** | new_values, | ||
int * | new_values_count ) |