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.h59 typedef struct _cef_command_line_t { struct
69 int(CEF_CALLBACK* is_valid)(struct _cef_command_line_t* self); argument
75 int(CEF_CALLBACK* is_read_only)(struct _cef_command_line_t* self); argument
80 struct _cef_command_line_t*(CEF_CALLBACK* copy)( argument
88 void(CEF_CALLBACK* init_from_argv)(struct _cef_command_line_t* self, argument
96 void(CEF_CALLBACK* init_from_string)(struct _cef_command_line_t* self, argument
103 void(CEF_CALLBACK* reset)(struct _cef_command_line_t* self); argument
109 void(CEF_CALLBACK* get_argv)(struct _cef_command_line_t* self, argument
130 void(CEF_CALLBACK* set_program)(struct _cef_command_line_t* self, argument
136 int(CEF_CALLBACK* has_switches)(struct _cef_command_line_t* self); argument
[all …]