HomeSort by relevance Sort by last modified time
    Searched refs:CreateNewWindow (Results 1 - 25 of 41) sorted by null

1 2

  /external/chromium_org/chrome/browser/ui/app_list/
app_list_controller_browsertest.cc 28 // 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);
app_list_controller_delegate_impl.h 41 virtual void CreateNewWindow(Profile* profile, bool incognito) OVERRIDE;
app_list_controller_delegate.h 101 virtual void CreateNewWindow(Profile* profile, bool incognito) = 0;
app_list_controller_delegate_impl.cc 82 void AppListControllerDelegateImpl::CreateNewWindow(Profile* profile,
app_context_menu.cc 281 controller_->CreateNewWindow(profile_, false);
283 controller_->CreateNewWindow(profile_, true);
  /external/chromium_org/chrome/browser/ui/ash/app_list/
app_list_controller_ash.cc 81 void AppListControllerDelegateAsh::CreateNewWindow(Profile* profile,
86 ChromeLauncherController::instance()->CreateNewWindow();
app_list_controller_ash.h 33 virtual void CreateNewWindow(Profile* profile, bool incognito) OVERRIDE;
  /external/chromium_org/content/public/test/
content_browser_test.cc 158 return Shell::CreateNewWindow(
167 return Shell::CreateNewWindow(
  /external/chromium_org/chromecast/shell/browser/android/
cast_window_android.h 42 static CastWindowAndroid* CreateNewWindow(
cast_window_manager.cc 63 CastWindowAndroid::CreateNewWindow(
cast_window_android.cc 42 CastWindowAndroid* CastWindowAndroid::CreateNewWindow(
  /external/chromium_org/content/browser/renderer_host/
render_widget_helper.h 101 // created by CreateNewWindow which initially blocked the requests.
106 void CreateNewWindow(
render_view_host_delegate.h 228 virtual void CreateNewWindow(
249 // The window is identified by the route_id passed to CreateNewWindow.
render_widget_helper.cc 103 // See CreateNewWindow.
122 void RenderWidgetHelper::CreateNewWindow(
167 host->CreateNewWindow(route_id, main_frame_route_id, params,
  /external/chromium_org/content/shell/android/
shell_manager.cc 63 Shell::CreateNewWindow(browserContext,
  /external/chromium_org/content/test/
test_web_contents.h 80 // Allows us to simulate that a contents was created via CreateNewWindow.
107 virtual void CreateNewWindow(
  /external/chromium_org/chrome/browser/ui/ash/launcher/
browser_shortcut_launcher_item_controller.cc 156 launcher_controller()->CreateNewWindow();
226 launcher_controller()->CreateNewWindow();
302 launcher_controller()->CreateNewWindow();
  /external/chromium_org/content/browser/
security_exploit_browsertest.cc 130 // 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/
shell_browser_main_parts.cc 141 Shell::CreateNewWindow(browser_context_.get(),
shell_devtools_frontend.cc 69 Shell* shell = Shell::CreateNewWindow(inspected_contents->GetBrowserContext(),
shell_web_contents_view_delegate_win.cc 209 Shell::CreateNewWindow(browser_context,
shell.h 84 static Shell* CreateNewWindow(BrowserContext* browser_context,
shell_devtools_delegate.cc 253 Shell* shell = Shell::CreateNewWindow(browser_context_,
  /external/chromium_org/content/browser/frame_host/
interstitial_page_impl.h 136 virtual void CreateNewWindow(
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
carbonvideorenderer.cc 155 err = CreateNewWindow(kDocumentWindowClass, attributes,
158 LOG(LS_ERROR) << "CreateNewWindow failed, error code: " << err;

Completed in 382 milliseconds

1 2