HomeSort by relevance Sort by last modified time
    Searched defs:SetUpCommandLine (Results 1 - 25 of 43) sorted by null

1 2

  /external/chromium_org/chrome/browser/first_run/
try_chrome_dialog_view_browsertest.cc 32 virtual void SetUpCommandLine(CommandLine* command_line) {
  /external/chromium_org/chrome/browser/ui/webui/
downloads_ui_browsertest.cc 26 void DownloadsWebUIForSupervisedUsersTest::SetUpCommandLine(
  /external/chromium_org/chrome/browser/chromeos/login/test/
wizard_in_process_browser_test.cc 31 void WizardInProcessBrowserTest::SetUpCommandLine(CommandLine* command_line) {
oobe_base_test.cc 84 void OobeBaseTest::SetUpCommandLine(CommandLine* command_line) {
85 ExtensionApiTest::SetUpCommandLine(command_line);
  /external/chromium_org/chrome/test/perf/
browser_perf_test.cc 18 void BrowserPerfTest::SetUpCommandLine(CommandLine* command_line) {
  /external/chromium_org/chrome/browser/chromeos/login/
mixin_based_browser_test.cc 15 void MixinBasedBrowserTest::SetUpCommandLine(base::CommandLine* command_line) {
19 (*it)->SetUpCommandLine(command_line);
21 InProcessBrowserTest::SetUpCommandLine(command_line);
screenshot_testing_mixin.cc 26 void ScreenshotTestingMixin::SetUpCommandLine(base::CommandLine* command_line) {
mixin_based_browser_test.h 37 virtual void SetUpCommandLine(base::CommandLine* command_line) {}
61 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
login_manager_test.cc 39 void LoginManagerTest::SetUpCommandLine(CommandLine* command_line) {
42 MixinBasedBrowserTest::SetUpCommandLine(command_line);
  /external/chromium_org/content/test/
webrtc_content_browsertest_base.cc 22 void WebRtcContentBrowserTest::SetUpCommandLine(CommandLine* command_line) {
  /external/chromium_org/chrome/browser/nacl_host/test/
gdb_debug_stub_browsertest.cc 22 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
30 void NaClGdbDebugStubTest::SetUpCommandLine(CommandLine* command_line) {
31 PPAPINaClNewlibTest::SetUpCommandLine(command_line);
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_resource_throttle_browsertest.cc 37 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
47 void SupervisedUserResourceThrottleTest::SetUpCommandLine(
  /external/chromium_org/chrome/browser/ui/views/profiles/
profile_chooser_view_browsertest.cc 40 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
58 void ProfileChooserViewBrowserTest::SetUpCommandLine(
new_avatar_menu_button_browsertest.cc 34 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
53 void NewAvatarMenuButtonTest::SetUpCommandLine(CommandLine* command_line) {
  /external/chromium_org/chrome/browser/apps/
app_url_redirector_browsertest.cc 23 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
116 void PlatformAppUrlRedirectorBrowserTest::SetUpCommandLine(
118 PlatformAppBrowserTest::SetUpCommandLine(command_line);
app_browsertest_util.cc 41 void PlatformAppBrowserTest::SetUpCommandLine(CommandLine* command_line) {
42 // Skips ExtensionApiTest::SetUpCommandLine.
43 ExtensionBrowserTest::SetUpCommandLine(command_line);
255 void ExperimentalPlatformAppBrowserTest::SetUpCommandLine(
257 PlatformAppBrowserTest::SetUpCommandLine(command_line);
  /external/chromium_org/chrome/browser/extensions/
webstore_installer_test.cc 54 void WebstoreInstallerTest::SetUpCommandLine(CommandLine* command_line) {
55 ExtensionBrowserTest::SetUpCommandLine(command_line);
  /external/chromium_org/chrome/browser/invalidation/
profile_invalidation_provider_factory_browsertest.cc 55 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
70 void ProfileInvalidationProviderFactoryLoginScreenBrowserTest::SetUpCommandLine(
91 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
105 void ProfileInvalidationProviderFactoryGuestBrowserTest::SetUpCommandLine(
  /external/chromium_org/chrome/browser/extensions/api/debugger/
debugger_apitest.cc 32 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
53 void DebuggerApiTest::SetUpCommandLine(base::CommandLine* command_line) {
54 ExtensionApiTest::SetUpCommandLine(command_line);
  /external/chromium_org/chrome/browser/extensions/api/gcm/
gcm_apitest.cc 64 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
77 void GcmApiTest::SetUpCommandLine(CommandLine* command_line) {
84 ExtensionApiTest::SetUpCommandLine(command_line);
  /external/chromium_org/chrome/browser/ui/location_bar/
location_bar_browsertest.cc 49 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
61 void LocationBarBrowserTest::SetUpCommandLine(base::CommandLine* command_line) {
66 ExtensionBrowserTest::SetUpCommandLine(command_line);
173 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
180 void LocationBarBrowserTestWithRedesign::SetUpCommandLine(
182 LocationBarBrowserTest::SetUpCommandLine(command_line);
  /external/chromium_org/chrome/browser/ui/views/toolbar/
toolbar_view_interactive_uitest.cc 49 virtual void SetUpCommandLine(base::CommandLine* command_line) OVERRIDE;
122 void ToolbarViewInteractiveUITest::SetUpCommandLine(
124 ExtensionBrowserTest::SetUpCommandLine(command_line);
  /external/chromium_org/content/public/test/
browser_test_base.h 55 virtual void SetUpCommandLine(base::CommandLine* command_line) {}
  /external/chromium_org/content/test/ppapi/
ppapi_test.cc 46 void PPAPITestBase::SetUpCommandLine(base::CommandLine* command_line) {
107 void PPAPITest::SetUpCommandLine(base::CommandLine* command_line) {
108 PPAPITestBase::SetUpCommandLine(command_line);
  /external/chromium_org/chrome/browser/chromeos/extensions/
virtual_keyboard_browsertest.cc 55 void VirtualKeyboardBrowserTest::SetUpCommandLine(CommandLine* command_line) {

Completed in 833 milliseconds

1 2