Searched defs:IsFrameless (Results 1 – 5 of 5) sorted by relevance
/third_party/cef/include/views/ | ||
D | cef_window_delegate.h | 108 virtual bool IsFrameless(CefRefPtr<CefWindow> window) { return false; } in IsFrameless() function |
/third_party/cef/tests/ceftests/views/ | ||
D | test_window_delegate.cc | 141 bool TestWindowDelegate::IsFrameless(CefRefPtr<CefWindow> window) { in IsFrameless() function in TestWindowDelegate |
D | button_unittest.cc | 588 bool IsFrameless(CefRefPtr<CefWindow> window) override { return true; } in IsFrameless() function in __anon9aa07afc0411::TestMenuButtonCustomPopupDelegate |
/third_party/cef/libcef_dll/ctocpp/views/ | ||
D | window_delegate_ctocpp.cc | 155 bool CefWindowDelegateCToCpp::IsFrameless(CefRefPtr<CefWindow> window) { in IsFrameless() function in CefWindowDelegateCToCpp |
/third_party/cef/tests/cefclient/browser/ | ||
D | views_window.cc | 612 bool ViewsWindow::IsFrameless(CefRefPtr<CefWindow> window) { in IsFrameless() function in client::ViewsWindow |