Home
last modified time | relevance | path

Searched defs:_cef_command_line_t (Results 1 – 1 of 1) sorted by relevance

/third_party/cef/include/capi/
Dcef_command_line_capi.h60 typedef struct _cef_command_line_t { struct
70 int(CEF_CALLBACK* is_valid)(struct _cef_command_line_t* self); argument
76 int(CEF_CALLBACK* is_read_only)(struct _cef_command_line_t* self); argument
81 struct _cef_command_line_t*(CEF_CALLBACK* copy)( argument
89 void(CEF_CALLBACK* init_from_argv)(struct _cef_command_line_t* self, argument
97 void(CEF_CALLBACK* init_from_string)(struct _cef_command_line_t* self, argument
104 void(CEF_CALLBACK* reset)(struct _cef_command_line_t* self); argument
110 void(CEF_CALLBACK* get_argv)(struct _cef_command_line_t* self, argument
131 void(CEF_CALLBACK* set_program)(struct _cef_command_line_t* self, argument
137 int(CEF_CALLBACK* has_switches)(struct _cef_command_line_t* self); argument
[all …]