Home
last modified time | relevance | path

Searched refs:IsFrameless (Results 1 – 10 of 10) 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.h51 bool IsFrameless(CefRefPtr<CefWindow> window) override;
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 __anon028df2fd0411::TestMenuButtonCustomPopupDelegate
/third_party/cef/libcef_dll/ctocpp/views/
Dwindow_delegate_ctocpp.h47 bool IsFrameless(CefRefPtr<CefWindow> window) override;
Dwindow_delegate_ctocpp.cc155 bool CefWindowDelegateCToCpp::IsFrameless(CefRefPtr<CefWindow> window) { in IsFrameless() function in CefWindowDelegateCToCpp
/third_party/cef/tests/cefclient/browser/
Dviews_window.h161 bool IsFrameless(CefRefPtr<CefWindow> window) override;
Dviews_window.cc612 bool ViewsWindow::IsFrameless(CefRefPtr<CefWindow> window) { in IsFrameless() function in client::ViewsWindow
/third_party/cef/libcef_dll/cpptoc/views/
Dwindow_delegate_cpptoc.cc174 bool _retval = CefWindowDelegateCppToC::Get(self)->IsFrameless( in window_delegate_is_frameless()
/third_party/cef/libcef/browser/views/
Dwindow_view.cc278 is_frameless_ = cef_delegate()->IsFrameless(cef_window); in CreateWidget()