Home
last modified time | relevance | path

Searched refs:has_document (Results 1 – 5 of 5) sorted by relevance

/third_party/cef/libcef_dll/ctocpp/
Dbrowser_ctocpp.cc227 if (CEF_MEMBER_MISSING(_struct, has_document)) in HasDocument()
233 int _retval = _struct->has_document(_struct); in HasDocument()
/third_party/cef/libcef/browser/
Dbrowser_contents_delegate.h154 bool has_document() const { return has_document_; } in has_document() function
Dbrowser_host_base.cc684 has_document_ = contents_delegate_->has_document(); in OnStateChanged()
/third_party/cef/libcef_dll/cpptoc/
Dbrowser_cpptoc.cc410 GetStruct()->has_document = browser_has_document; in CefBrowserCppToC()
/third_party/cef/include/capi/
Dcef_browser_capi.h145 int(CEF_CALLBACK* has_document)(struct _cef_browser_t* self);