Searched refs:SetUpCommandLine (Results 1 - 25 of 279) sorted by path

1234567891011>>

/external/chromium_org/apps/
H A Dload_and_launch_browsertest.cc112 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
113 PlatformAppBrowserTest::SetUpCommandLine(command_line);
/external/chromium_org/chrome/browser/apps/
H A Dapp_browsertest.cc1182 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
1185 PlatformAppBrowserTest::SetUpCommandLine(command_line);
H A Dapp_browsertest_util.cc41 void PlatformAppBrowserTest::SetUpCommandLine(CommandLine* command_line) { function in class:extensions::PlatformAppBrowserTest
42 // Skips ExtensionApiTest::SetUpCommandLine.
43 ExtensionBrowserTest::SetUpCommandLine(command_line);
255 void ExperimentalPlatformAppBrowserTest::SetUpCommandLine( function in class:extensions::ExperimentalPlatformAppBrowserTest
257 PlatformAppBrowserTest::SetUpCommandLine(command_line);
H A Dapp_browsertest_util.h29 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
121 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
H A Dapp_url_redirector_browsertest.cc23 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
116 void PlatformAppUrlRedirectorBrowserTest::SetUpCommandLine( function in class:extensions::PlatformAppUrlRedirectorBrowserTest
118 PlatformAppBrowserTest::SetUpCommandLine(command_line);
H A Dapp_view_browsertest.cc134 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
136 extensions::PlatformAppBrowserTest::SetUpCommandLine(command_line);
H A Dcustom_launcher_page_browsertest_views.cc33 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE {
34 PlatformAppBrowserTest::SetUpCommandLine(command_line);
H A Dephemeral_app_browsertest.cc196 void EphemeralAppTestBase::SetUpCommandLine(base::CommandLine* command_line) { function in class:EphemeralAppTestBase
199 ExtensionBrowserTest::SetUpCommandLine(command_line);
H A Dephemeral_app_browsertest.h30 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
H A Dephemeral_app_launcher_browsertest.cc198 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE {
199 WebstoreInstallerTest::SetUpCommandLine(command_line);
307 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE {
309 WebstoreInstallerTest::SetUpCommandLine(command_line);
H A Dspeech_recognition_browsertest.cc34 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
37 extensions::PlatformAppBrowserTest::SetUpCommandLine(command_line);
H A Dweb_view_browsertest.cc298 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
302 extensions::PlatformAppBrowserTest::SetUpCommandLine(command_line);
701 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
702 WebViewTest::SetUpCommandLine(command_line);
2236 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
2237 WebViewTest::SetUpCommandLine(command_line);
H A Dwindow_controls_browsertest.cc14 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
15 extensions::PlatformAppBrowserTest::SetUpCommandLine(command_line);
/external/chromium_org/chrome/browser/
H A Dchrome_content_browser_client_browsertest.cc29 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE {
H A Dchrome_security_exploit_browsertest.cc33 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
H A Dchrome_switches_browsertest.cc19 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
/external/chromium_org/chrome/browser/chromeos/accessibility/
H A Daccessibility_manager_browsertest.cc229 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
H A Dmagnification_manager_browsertest.cc155 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
H A Dspoken_feedback_browsertest.cc226 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
432 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
468 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_app_manager_browsertest.cc188 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
189 InProcessBrowserTest::SetUpCommandLine(command_line);
/external/chromium_org/chrome/browser/chromeos/
H A Dcustomization_wallpaper_downloader_browsertest.cc234 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddrive_notification_manager_factory_browsertest.cc23 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
42 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Decho_private_apitest.cc37 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
38 ExtensionApiTest::SetUpCommandLine(command_line);
H A Dinput_method_apitest_chromeos.cc67 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
68 ExtensionApiTest::SetUpCommandLine(command_line);
H A Dvirtual_keyboard_browsertest.cc55 void VirtualKeyboardBrowserTest::SetUpCommandLine(CommandLine* command_line) { function in class:VirtualKeyboardBrowserTest

Completed in 624 milliseconds

1234567891011>>