/external/chromium_org/chrome/browser/ui/app_list/ |
D | app_list_controller_browsertest.cc | 29 IN_PROC_BROWSER_TEST_F(AppListControllerBrowserTest, CreateNewWindow) { in IN_PROC_BROWSER_TEST_F() argument 39 controller->CreateNewWindow(browser()->profile(), false); in IN_PROC_BROWSER_TEST_F() 42 controller->CreateNewWindow(browser()->profile(), true); in IN_PROC_BROWSER_TEST_F()
|
D | app_context_menu.cc | 281 controller_->CreateNewWindow(profile_, false); in ExecuteCommand() 283 controller_->CreateNewWindow(profile_, true); in ExecuteCommand()
|
D | app_list_controller_delegate_impl.h | 41 virtual void CreateNewWindow(Profile* profile, bool incognito) OVERRIDE;
|
D | app_list_controller_delegate_impl.cc | 82 void AppListControllerDelegateImpl::CreateNewWindow(Profile* profile, in CreateNewWindow() function in AppListControllerDelegateImpl
|
D | app_list_controller_delegate.h | 101 virtual void CreateNewWindow(Profile* profile, bool incognito) = 0;
|
/external/chromium_org/chrome/browser/ui/ash/app_list/ |
D | app_list_controller_ash.cc | 81 void AppListControllerDelegateAsh::CreateNewWindow(Profile* profile, in CreateNewWindow() function in AppListControllerDelegateAsh 86 ChromeLauncherController::instance()->CreateNewWindow(); in CreateNewWindow()
|
D | app_list_controller_ash.h | 33 virtual void CreateNewWindow(Profile* profile, bool incognito) OVERRIDE;
|
/external/chromium_org/content/public/test/ |
D | content_browser_test.cc | 158 return Shell::CreateNewWindow( in CreateBrowser() 167 return Shell::CreateNewWindow( in CreateOffTheRecordBrowser()
|
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
D | browser_shortcut_launcher_item_controller.cc | 156 launcher_controller()->CreateNewWindow(); in Activate() 226 launcher_controller()->CreateNewWindow(); in ItemSelected() 302 launcher_controller()->CreateNewWindow(); in ActivateOrAdvanceToNextBrowser()
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_widget_helper.cc | 122 void RenderWidgetHelper::CreateNewWindow( in CreateNewWindow() function in content::RenderWidgetHelper 167 host->CreateNewWindow(route_id, main_frame_route_id, params, in OnCreateWindowOnUI()
|
D | render_widget_helper.h | 106 void CreateNewWindow(
|
D | render_view_host_delegate.h | 228 virtual void CreateNewWindow( in CreateNewWindow() function
|
/external/chromium_org/content/shell/android/ |
D | shell_manager.cc | 63 Shell::CreateNewWindow(browserContext, in LaunchShell()
|
/external/chromium_org/content/shell/browser/ |
D | shell_application_mac.mm | 32 content::Shell::CreateNewWindow(browserContext,
|
D | shell_browser_main_parts.cc | 141 Shell::CreateNewWindow(browser_context_.get(), in PreMainMessageLoopRun()
|
D | shell_devtools_frontend.cc | 69 Shell* shell = Shell::CreateNewWindow(inspected_contents->GetBrowserContext(), in Show()
|
D | shell_web_contents_view_delegate_win.cc | 209 Shell::CreateNewWindow(browser_context, in MenuItemSelected()
|
/external/chromium_org/chromecast/shell/browser/android/ |
D | cast_window_android.h | 42 static CastWindowAndroid* CreateNewWindow(
|
D | cast_window_manager.cc | 63 CastWindowAndroid::CreateNewWindow( in LaunchCastWindow()
|
D | cast_window_android.cc | 42 CastWindowAndroid* CastWindowAndroid::CreateNewWindow( in CreateNewWindow() function in chromecast::shell::CastWindowAndroid
|
/external/chromium_org/content/browser/ |
D | security_exploit_browsertest.cc | 142 pending_rvh->CreateNewWindow(duplicate_routing_id, in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/content/test/ |
D | test_web_contents.h | 107 virtual void CreateNewWindow(
|
D | test_web_contents.cc | 229 void TestWebContents::CreateNewWindow( in CreateNewWindow() function in content::TestWebContents
|
/external/chromium_org/third_party/libjingle/source/talk/media/devices/ |
D | carbonvideorenderer.cc | 155 err = CreateNewWindow(kDocumentWindowClass, attributes, in Initialize()
|
/external/chromium_org/content/browser/frame_host/ |
D | interstitial_page_impl.h | 136 virtual void CreateNewWindow( in NON_EXPORTED_BASE()
|