Searched refs:CreateNewWindow (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_controller_browsertest.cc28 // Test the CreateNewWindow function of the controller delegate.
29 IN_PROC_BROWSER_TEST_F(AppListControllerBrowserTest, CreateNewWindow) {
39 controller->CreateNewWindow(browser()->profile(), false);
42 controller->CreateNewWindow(browser()->profile(), true);
H A Dapp_list_controller_delegate_impl.h41 virtual void CreateNewWindow(Profile* profile, bool incognito) OVERRIDE;
H A Dapp_list_controller_delegate.h101 virtual void CreateNewWindow(Profile* profile, bool incognito) = 0;
H A Dapp_list_controller_delegate_impl.cc82 void AppListControllerDelegateImpl::CreateNewWindow(Profile* profile, function in class:AppListControllerDelegateImpl
H A Dapp_context_menu.cc281 controller_->CreateNewWindow(profile_, false);
283 controller_->CreateNewWindow(profile_, true);
/external/chromium_org/chrome/browser/ui/ash/app_list/
H A Dapp_list_controller_ash.cc81 void AppListControllerDelegateAsh::CreateNewWindow(Profile* profile, function in class:AppListControllerDelegateAsh
86 ChromeLauncherController::instance()->CreateNewWindow();
H A Dapp_list_controller_ash.h33 virtual void CreateNewWindow(Profile* profile, bool incognito) OVERRIDE;
/external/chromium_org/content/public/test/
H A Dcontent_browser_test.cc158 return Shell::CreateNewWindow(
167 return Shell::CreateNewWindow(
/external/chromium_org/content/shell/android/
H A Dshell_manager.cc63 Shell::CreateNewWindow(browserContext,
/external/chromium_org/chromecast/shell/browser/android/
H A Dcast_window_android.h42 static CastWindowAndroid* CreateNewWindow(
H A Dcast_window_manager.cc63 CastWindowAndroid::CreateNewWindow(
H A Dcast_window_android.cc42 CastWindowAndroid* CastWindowAndroid::CreateNewWindow( function in class:chromecast::shell::CastWindowAndroid
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_helper.h101 // created by CreateNewWindow which initially blocked the requests.
106 void CreateNewWindow(
H A Drender_widget_helper.cc103 // See CreateNewWindow.
122 void RenderWidgetHelper::CreateNewWindow( function in class:content::RenderWidgetHelper
167 host->CreateNewWindow(route_id, main_frame_route_id, params,
H A Drender_view_host_delegate.h228 virtual void CreateNewWindow( function in class:content::RenderViewHostDelegate
249 // The window is identified by the route_id passed to CreateNewWindow.
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dbrowser_shortcut_launcher_item_controller.cc156 launcher_controller()->CreateNewWindow();
226 launcher_controller()->CreateNewWindow();
302 launcher_controller()->CreateNewWindow();
/external/chromium_org/content/browser/
H A Dsecurity_exploit_browsertest.cc130 // different timing in the test, let's simulate a CreateNewWindow call coming
142 pending_rvh->CreateNewWindow(duplicate_routing_id,
/external/chromium_org/content/shell/browser/
H A Dshell_browser_main_parts.cc141 Shell::CreateNewWindow(browser_context_.get(),
H A Dshell_devtools_frontend.cc69 Shell* shell = Shell::CreateNewWindow(inspected_contents->GetBrowserContext(),
H A Dshell_web_contents_view_delegate_win.cc209 Shell::CreateNewWindow(browser_context,
H A Dshell.h84 static Shell* CreateNewWindow(BrowserContext* browser_context,
H A Dshell_devtools_delegate.cc253 Shell* shell = Shell::CreateNewWindow(browser_context_,
/external/chromium_org/content/test/
H A Dtest_web_contents.h80 // Allows us to simulate that a contents was created via CreateNewWindow.
107 virtual void CreateNewWindow(
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dcarbonvideorenderer.cc155 err = CreateNewWindow(kDocumentWindowClass, attributes,
158 LOG(LS_ERROR) << "CreateNewWindow failed, error code: " << err;
/external/chromium_org/content/browser/frame_host/
H A Dinterstitial_page_impl.h136 virtual void CreateNewWindow(

Completed in 426 milliseconds

12