Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native_linux.cc35 host_window_created_(false), in CefBrowserPlatformDelegateNativeLinux()
42 if (host_window_created_) { in BrowserDestroyed()
76 host_window_created_ = true; in CreateHostWindow()
Dbrowser_platform_delegate_native_linux.h49 bool host_window_created_;
Dbrowser_platform_delegate_native_win.h54 bool host_window_created_ = false; variable
Dbrowser_platform_delegate_native_mac.h72 bool host_window_created_; variable
Dbrowser_platform_delegate_native_win.cc163 if (host_window_created_) { in BrowserDestroyed()
189 host_window_created_ = true; in CreateHostWindow()
Dbrowser_platform_delegate_native_mac.mm150 host_window_created_(false) {} function
156 if (host_window_created_) {
212 host_window_created_ = true;