Home
last modified time | relevance | path

Searched defs:GetInitialShowState (Results 1 – 3 of 3) sorted by relevance

/third_party/cef/include/views/
Dcef_window_delegate.h98 virtual cef_show_state_t GetInitialShowState(CefRefPtr<CefWindow> window) { in GetInitialShowState() function
/third_party/cef/libcef_dll/ctocpp/views/
Dwindow_delegate_ctocpp.cc131 cef_show_state_t CefWindowDelegateCToCpp::GetInitialShowState( in GetInitialShowState() function in CefWindowDelegateCToCpp
/third_party/cef/tests/cefclient/browser/
Dviews_window.cc607 cef_show_state_t ViewsWindow::GetInitialShowState(CefRefPtr<CefWindow> window) { in GetInitialShowState() function in client::ViewsWindow