Home
last modified time | relevance | path

Searched defs:IsFrameless (Results 1 – 5 of 5) sorted by relevance

/third_party/cef/include/views/
Dcef_window_delegate.h108 virtual bool IsFrameless(CefRefPtr<CefWindow> window) { return false; } in IsFrameless() function
/third_party/cef/tests/ceftests/views/
Dtest_window_delegate.cc141 bool TestWindowDelegate::IsFrameless(CefRefPtr<CefWindow> window) { in IsFrameless() function in TestWindowDelegate
Dbutton_unittest.cc588 bool IsFrameless(CefRefPtr<CefWindow> window) override { return true; } in IsFrameless() function in __anon9aa07afc0411::TestMenuButtonCustomPopupDelegate
/third_party/cef/libcef_dll/ctocpp/views/
Dwindow_delegate_ctocpp.cc155 bool CefWindowDelegateCToCpp::IsFrameless(CefRefPtr<CefWindow> window) { in IsFrameless() function in CefWindowDelegateCToCpp
/third_party/cef/tests/cefclient/browser/
Dviews_window.cc612 bool ViewsWindow::IsFrameless(CefRefPtr<CefWindow> window) { in IsFrameless() function in client::ViewsWindow