Searched defs:SetUpCommandLine (Results 26 - 43 of 43) sorted by path

12

/external/chromium_org/chrome/browser/ui/
H A Dbrowser_navigator_browsertest.cc199 void BrowserNavigatorTest::SetUpCommandLine(base::CommandLine* command_line) { function in class:BrowserNavigatorTest
/external/chromium_org/chrome/browser/ui/location_bar/
H A Dlocation_bar_browsertest.cc49 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
61 void LocationBarBrowserTest::SetUpCommandLine(base::CommandLine* command_line) { function in class:LocationBarBrowserTest
66 ExtensionBrowserTest::SetUpCommandLine(command_line);
173 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
180 void LocationBarBrowserTestWithRedesign::SetUpCommandLine( function in class:LocationBarBrowserTestWithRedesign
182 LocationBarBrowserTest::SetUpCommandLine(command_line);
/external/chromium_org/chrome/browser/ui/panels/
H A Dbase_panel_browser_test.cc248 void BasePanelBrowserTest::SetUpCommandLine(CommandLine* command_line) { function in class:BasePanelBrowserTest
/external/chromium_org/chrome/browser/ui/pdf/
H A Dpdf_browsertest_base.cc186 void PDFBrowserTest::SetUpCommandLine(base::CommandLine* command_line) { function in class:PDFBrowserTest
/external/chromium_org/chrome/browser/ui/startup/
H A Dstartup_browser_creator_browsertest.cc93 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
94 ExtensionBrowserTest::SetUpCommandLine(command_line);
1003 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
1004 InProcessBrowserTest::SetUpCommandLine(command_line);
1045 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
1054 void StartupBrowserCreatorFirstRunTest::SetUpCommandLine( function in class:StartupBrowserCreatorFirstRunTest
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Dnew_avatar_menu_button_browsertest.cc34 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
53 void NewAvatarMenuButtonTest::SetUpCommandLine(CommandLine* command_line) { function in class:NewAvatarMenuButtonTest
H A Dprofile_chooser_view_browsertest.cc40 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
58 void ProfileChooserViewBrowserTest::SetUpCommandLine( function in class:ProfileChooserViewBrowserTest
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dbrowser_actions_container_browsertest.cc34 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE {
36 ExtensionBrowserTest::SetUpCommandLine(command_line);
465 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
485 void BrowserActionsContainerOverflowTest::SetUpCommandLine( function in class:BrowserActionsContainerOverflowTest
487 BrowserActionsContainerTest::SetUpCommandLine(command_line);
H A Dtoolbar_view_interactive_uitest.cc49 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
122 void ToolbarViewInteractiveUITest::SetUpCommandLine( function in class:ToolbarViewInteractiveUITest
124 ExtensionBrowserTest::SetUpCommandLine(command_line);
/external/chromium_org/chrome/browser/ui/webui/
H A Ddownloads_ui_browsertest.cc26 void DownloadsWebUIForSupervisedUsersTest::SetUpCommandLine( function in class:DownloadsWebUIForSupervisedUsersTest
/external/chromium_org/chrome/browser/ui/webui/net_internals/
H A Dnet_internals_ui_browsertest.cc307 void NetInternalsTest::SetUpCommandLine(CommandLine* command_line) { function in class:NetInternalsTest
308 WebUIBrowserTest::SetUpCommandLine(command_line);
/external/chromium_org/chrome/test/nacl/
H A Dnacl_browsertest_util.cc197 void NaClBrowserTestBase::SetUpCommandLine(base::CommandLine* command_line) { function in class:NaClBrowserTestBase
291 void NaClBrowserTestNonSfiMode::SetUpCommandLine( function in class:NaClBrowserTestNonSfiMode
293 NaClBrowserTestBase::SetUpCommandLine(command_line);
310 void NaClBrowserTestPnaclNonSfi::SetUpCommandLine( function in class:NaClBrowserTestPnaclNonSfi
312 NaClBrowserTestBase::SetUpCommandLine(command_line);
316 void NaClBrowserTestNewlibExtension::SetUpCommandLine( function in class:NaClBrowserTestNewlibExtension
318 NaClBrowserTestBase::SetUpCommandLine(command_line);
334 void NaClBrowserTestGLibcExtension::SetUpCommandLine( function in class:NaClBrowserTestGLibcExtension
336 NaClBrowserTestBase::SetUpCommandLine(command_line);
/external/chromium_org/chrome/test/perf/
H A Dbrowser_perf_test.cc18 void BrowserPerfTest::SetUpCommandLine(CommandLine* command_line) { function in class:BrowserPerfTest
/external/chromium_org/chrome/test/ppapi/
H A Dppapi_test.cc134 void PPAPITestBase::SetUpCommandLine(base::CommandLine* command_line) { function in class:PPAPITestBase
285 void PPAPITest::SetUpCommandLine(base::CommandLine* command_line) { function in class:PPAPITest
286 PPAPITestBase::SetUpCommandLine(command_line);
317 void PPAPIPrivateTest::SetUpCommandLine(base::CommandLine* command_line) { function in class:PPAPIPrivateTest
318 PPAPITest::SetUpCommandLine(command_line);
326 void OutOfProcessPPAPITest::SetUpCommandLine(base::CommandLine* command_line) { function in class:OutOfProcessPPAPITest
327 PPAPITest::SetUpCommandLine(command_line);
332 void OutOfProcessPPAPIPrivateTest::SetUpCommandLine( function in class:OutOfProcessPPAPIPrivateTest
334 OutOfProcessPPAPITest::SetUpCommandLine(command_line);
338 void PPAPINaClTest::SetUpCommandLine(bas function in class:PPAPINaClTest
398 void PPAPIPrivateNaClNewlibTest::SetUpCommandLine( function in class:PPAPIPrivateNaClNewlibTest
411 void PPAPIPrivateNaClGLibcTest::SetUpCommandLine( function in class:PPAPIPrivateNaClGLibcTest
424 void PPAPIPrivateNaClPNaClTest::SetUpCommandLine( function in class:PPAPIPrivateNaClPNaClTest
430 void PPAPINaClPNaClNonSfiTest::SetUpCommandLine( function in class:PPAPINaClPNaClNonSfiTest
445 void PPAPIPrivateNaClPNaClNonSfiTest::SetUpCommandLine( function in class:PPAPIPrivateNaClPNaClNonSfiTest
451 void PPAPINaClTestDisallowedSockets::SetUpCommandLine( function in class:PPAPINaClTestDisallowedSockets
[all...]
/external/chromium_org/content/browser/
H A Dsite_per_process_browsertest.cc188 void SitePerProcessBrowserTest::SetUpCommandLine(CommandLine* command_line) { function in class:content::SitePerProcessBrowserTest
/external/chromium_org/content/public/test/
H A Dbrowser_test_base.h55 virtual void SetUpCommandLine(base::CommandLine* command_line) {} function in class:content::BrowserTestBase
/external/chromium_org/content/test/ppapi/
H A Dppapi_test.cc46 void PPAPITestBase::SetUpCommandLine(base::CommandLine* command_line) { function in class:content::PPAPITestBase
107 void PPAPITest::SetUpCommandLine(base::CommandLine* command_line) { function in class:content::PPAPITest
108 PPAPITestBase::SetUpCommandLine(command_line);
/external/chromium_org/content/test/
H A Dwebrtc_content_browsertest_base.cc22 void WebRtcContentBrowserTest::SetUpCommandLine(CommandLine* command_line) { function in class:content::WebRtcContentBrowserTest

Completed in 354 milliseconds

12