Home
last modified time | relevance | path

Searched refs:CreateTopLevelWindow (Results 1 – 13 of 13) sorted by relevance

/third_party/cef/tests/cefsimple/
Dsimple_app.cc66 CefWindow::CreateTopLevelWindow( in OnPopupBrowserViewCreated()
114 CefWindow::CreateTopLevelWindow(new SimpleWindowDelegate(browser_view)); in OnContextInitialized()
/third_party/cef/include/views/
Dcef_window.h62 static CefRefPtr<CefWindow> CreateTopLevelWindow(
/third_party/cef/libcef_dll/
Dviews_stub.cc117 CefRefPtr<CefWindow> CefWindow::CreateTopLevelWindow( in CreateTopLevelWindow() function in CefWindow
/third_party/cef/libcef/browser/chrome/views/
Dbrowser_platform_delegate_chrome_views.cc148 CefWindow::CreateTopLevelWindow( in PopupBrowserCreated()
/third_party/cef/tests/ceftests/views/
Dtest_window_delegate.cc44 CefWindow::CreateTopLevelWindow( in RunTest()
Dbutton_unittest.cc557 popup_window_ = CefWindow::CreateTopLevelWindow(this); in OnMenuButtonPressed()
Dpanel_unittest.cc523 CefRefPtr<CefWindow> window = CefWindow::CreateTopLevelWindow(nullptr); in ChildDrawnImpl()
/third_party/cef/libcef/browser/views/
Dbrowser_platform_delegate_views.cc179 CefWindow::CreateTopLevelWindow( in PopupBrowserCreated()
Dwindow_impl.cc126 CefRefPtr<CefWindow> CefWindow::CreateTopLevelWindow( in CreateTopLevelWindow() function in CefWindow
/third_party/cef/tests/cefclient/browser/
Dviews_window.cc127 CefWindow::CreateTopLevelWindow(views_window); in Create()
374 CefWindow::CreateTopLevelWindow(popup_window); in OnPopupBrowserViewCreated()
/third_party/cef/tests/ceftests/
Dtest_handler.cc27 CefWindow::CreateTopLevelWindow( in CreateBrowserWindow()
/third_party/cef/libcef_dll/ctocpp/views/
Dwindow_ctocpp.cc36 CefRefPtr<CefWindow> CefWindow::CreateTopLevelWindow( in CreateTopLevelWindow() function in CefWindow
/third_party/cef/libcef_dll/cpptoc/views/
Dwindow_cpptoc.cc45 CefWindow::CreateTopLevelWindow(CefWindowDelegateCToCpp::Wrap(delegate)); in cef_window_create_top_level()