Home
last modified time | relevance | path

Searched defs:CanClose (Results 1 – 8 of 8) sorted by relevance

/third_party/cef/include/views/
Dcef_window_delegate.h133 virtual bool CanClose(CefRefPtr<CefWindow> window) { return true; } in CanClose() function
/third_party/cef/tests/cefsimple/
Dsimple_app.cc38 bool CanClose(CefRefPtr<CefWindow> window) override { in CanClose() function in __anoneb0f49660111::SimpleWindowDelegate
/third_party/cef/libcef/browser/chrome/views/
Dbrowser_platform_delegate_chrome_views.cc33 bool CanClose(CefRefPtr<CefWindow> window) override { in CanClose() function in __anon728c05900111::PopupWindowDelegate
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDynamicLibrary.cpp50 bool AddLibrary(void *Handle, bool IsProcess = false, bool CanClose = true) { in AddLibrary()
/third_party/cef/libcef/browser/views/
Dbrowser_platform_delegate_views.cc39 bool CanClose(CefRefPtr<CefWindow> window) override { in CanClose() function in __anonde3936660111::PopupWindowDelegate
/third_party/cef/libcef_dll/ctocpp/views/
Dwindow_delegate_ctocpp.cc243 bool CefWindowDelegateCToCpp::CanClose(CefRefPtr<CefWindow> window) { in CanClose() function in CefWindowDelegateCToCpp
/third_party/cef/tests/ceftests/
Dtest_handler.cc45 bool CanClose(CefRefPtr<CefWindow> window) override { in CanClose() function in __anone84906e20111::TestWindowDelegate
/third_party/cef/tests/cefclient/browser/
Dviews_window.cc570 bool ViewsWindow::CanClose(CefRefPtr<CefWindow> window) { in CanClose() function in client::ViewsWindow