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

12

/external/chromium_org/chrome/browser/ui/ash/app_list/
H A Dapp_list_controller_ash.cc59 void AppListControllerDelegateAsh::CreateNewWindow(Profile* profile, function in class:AppListControllerDelegateAsh
64 ChromeLauncherController::instance()->CreateNewWindow();
H A Dapp_list_controller_ash.h30 virtual void CreateNewWindow(Profile* profile, bool incognito) OVERRIDE;
/external/chromium_org/content/test/
H A Dcontent_browser_test.cc148 return Shell::CreateNewWindow(
157 return Shell::CreateNewWindow(
H A Dtest_web_contents.h79 // Allows us to simulate that a contents was created via CreateNewWindow.
108 virtual void CreateNewWindow(
/external/chromium/chrome/browser/tab_contents/
H A Drender_view_host_delegate_helper.h40 virtual TabContents* CreateNewWindow(
81 // They are identified by the route ID passed to CreateNewWindow.
H A Dbackground_contents.cc220 void BackgroundContents::CreateNewWindow( function in class:BackgroundContents
223 delegate_view_helper_.CreateNewWindow(
H A Dbackground_contents.h86 virtual void CreateNewWindow(
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_controller_delegate_impl.h41 virtual void CreateNewWindow(Profile* profile, bool incognito) OVERRIDE;
H A Dapp_list_controller_browsertest.cc92 #define MAYBE_CreateNewWindow CreateNewWindow
95 // Test the CreateNewWindow function of the controller delegate.
106 controller->CreateNewWindow(browser()->profile(), false);
109 controller->CreateNewWindow(browser()->profile(), true);
H A Dapp_list_controller_delegate.h86 virtual void CreateNewWindow(Profile* profile, bool incognito) = 0;
H A Dapp_list_controller_delegate_impl.cc81 void AppListControllerDelegateImpl::CreateNewWindow(Profile* profile, function in class:AppListControllerDelegateImpl
H A Dapp_context_menu.cc267 controller_->CreateNewWindow(profile_, false);
269 controller_->CreateNewWindow(profile_, true);
/external/chromium_org/content/shell/android/
H A Dshell_manager.cc60 Shell::CreateNewWindow(browserContext,
/external/chromium_org/content/shell/browser/
H A Dshell_devtools_frontend.cc47 Shell* shell = Shell::CreateNewWindow(inspected_contents->GetBrowserContext(),
H A Dshell_browser_main_parts.cc145 Shell::CreateNewWindow(browser_context_.get(),
H A Dshell_web_contents_view_delegate_win.cc208 Shell::CreateNewWindow(browser_context,
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dbrowser_shortcut_launcher_item_controller.cc137 launcher_controller()->CreateNewWindow();
207 launcher_controller()->CreateNewWindow();
283 launcher_controller()->CreateNewWindow();
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_helper.h134 // created by CreateNewWindow which initially blocked the requests.
147 void CreateNewWindow(
H A Drender_widget_helper.cc186 // See CreateNewWindow.
248 void RenderWidgetHelper::CreateNewWindow( function in class:content::RenderWidgetHelper
293 host->CreateNewWindow(route_id, main_frame_route_id, params,
/external/chromium_org/content/browser/
H A Dsecurity_exploit_browsertest.cc131 // different timing in the test, let's simulate a CreateNewWindow call coming
143 pending_rvh->CreateNewWindow(
/external/chromium/chrome/browser/notifications/
H A Dballoon_host.cc143 void BalloonHost::CreateNewWindow( function in class:BalloonHost
146 delegate_view_helper_.CreateNewWindow(
H A Dballoon_host.h75 virtual void CreateNewWindow(
/external/chromium_org/content/browser/frame_host/
H A Dinterstitial_page_impl.h124 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/chrome/browser/extensions/
H A Dextension_host.h144 virtual void CreateNewWindow(

Completed in 3727 milliseconds

12