Home
last modified time | relevance | path

Searched refs:IsUserCreated (Results 1 – 6 of 6) sorted by relevance

/third_party/cef/libcef_dll/ctocpp/
Dv8value_ctocpp.h57 bool IsUserCreated() override;
Dv8value_ctocpp.cc481 NO_SANITIZE("cfi-icall") bool CefV8ValueCToCpp::IsUserCreated() { in IsUserCreated() function in CefV8ValueCToCpp
/third_party/cef/include/
Dcef_v8.h668 virtual bool IsUserCreated() = 0;
/third_party/cef/libcef/renderer/
Dv8_impl.h247 bool IsUserCreated() override;
Dv8_impl.cc1797 bool CefV8ValueImpl::IsUserCreated() { in IsUserCreated() function in CefV8ValueImpl
/third_party/cef/libcef_dll/cpptoc/
Dv8value_cpptoc.cc488 bool _retval = CefV8ValueCppToC::Get(self)->IsUserCreated(); in v8value_is_user_created()