Searched refs:cef_textfield_create (Results 1 – 4 of 4) sorted by relevance
266 CEF_EXPORT cef_textfield_t* cef_textfield_create(
654 cef_textfield_create_ptr cef_textfield_create; member861 INIT_ENTRY(cef_textfield_create); in libcef_init_pointers()1699 struct _cef_textfield_t* cef_textfield_create( in cef_textfield_create() function1701 return g_libcef_pointers.cef_textfield_create(delegate); in cef_textfield_create()
39 cef_textfield_create(CefTextfieldDelegateCppToC::Wrap(delegate)); in CreateTextfield()
28 CEF_EXPORT cef_textfield_t* cef_textfield_create( in cef_textfield_create() function