Searched refs:cef_v8value_create_uint (Results 1 – 4 of 4) sorted by relevance
756 CEF_EXPORT cef_v8value_t* cef_v8value_create_uint(uint32 value);
614 cef_v8value_create_uint_ptr cef_v8value_create_uint; member827 INIT_ENTRY(cef_v8value_create_uint); in libcef_init_pointers()1483 struct _cef_v8value_t* cef_v8value_create_uint(uint32 value) { in cef_v8value_create_uint() function1484 return g_libcef_pointers.cef_v8value_create_uint(value); in cef_v8value_create_uint()
74 cef_v8value_t* _retval = cef_v8value_create_uint(value); in CreateUInt()
67 CEF_EXPORT cef_v8value_t* cef_v8value_create_uint(uint32 value) { in cef_v8value_create_uint() function