Searched refs:SetUpCommandLine (Results 76 - 100 of 211) sorted by relevance

123456789

/external/chromium_org/chrome/browser/ui/
H A Dbrowser_navigator_browsertest_chromeos.cc27 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
/external/chromium_org/content/browser/device_orientation/
H A Ddevice_orientation_browsertest.cc49 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
/external/chromium_org/content/browser/speech/
H A Dspeech_recognition_browsertest.cc31 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
/external/chromium_org/content/public/test/
H A Dbrowser_test_base.h53 virtual void SetUpCommandLine(CommandLine* command_line) {} function in class:content::BrowserTestBase
/external/chromium/chrome/browser/extensions/
H A Dchrome_app_api_browsertest.cc23 virtual void SetUpCommandLine(CommandLine* command_line) { function in class:ChromeAppAPITest
24 ExtensionBrowserTest::SetUpCommandLine(command_line);
H A Dextension_apitest.cc240 void ExtensionApiTest::SetUpCommandLine(CommandLine* command_line) { function in class:ExtensionApiTest
241 ExtensionBrowserTest::SetUpCommandLine(command_line);
H A Dextension_webstore_private_browsertest.cc115 void SetUpCommandLine(CommandLine* command_line) { function in class:ExtensionWebstorePrivateBrowserTest
116 ExtensionBrowserTest::SetUpCommandLine(command_line);
H A Dconvert_web_app_browsertest.cc30 virtual void SetUpCommandLine(CommandLine* command_line) { function in class:ExtensionFromWebAppTest
/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);
/external/chromium_org/chrome/browser/extensions/api/extension_action/
H A Dpage_as_browser_action_apitest.cc37 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
38 ExtensionApiTest::SetUpCommandLine(command_line);
/external/chromium_org/chrome/browser/extensions/api/push_messaging/
H A Dpush_messaging_apitest.cc63 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
64 ExtensionApiTest::SetUpCommandLine(command_line);
/external/chromium_org/chrome/browser/extensions/
H A Dextension_tabs_apitest.cc47 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
48 ExtensionApiTest::SetUpCommandLine(command_line);
H A Dextension_apitest.h173 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
/external/chromium_org/chrome/browser/first_run/
H A Dfirst_run_browsertest.cc100 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
101 InProcessBrowserTest::SetUpCommandLine(command_line);
/external/chromium_org/chrome/browser/chromeos/login/
H A Dcaptive_portal_window_browsertest.cc70 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
H A Dresource_loader_browsertest.cc36 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
/external/chromium_org/chrome/browser/extensions/api/networking_private/
H A Dnetworking_private_apitest.cc72 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
73 ExtensionApiTest::SetUpCommandLine(command_line);
205 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
206 ExtensionApiTest::SetUpCommandLine(command_line);
/external/chromium_org/chrome/browser/infobars/
H A Dinfobars_browsertest.cc28 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_controller_browsertest.cc77 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
/external/chromium_org/content/browser/gpu/
H A Dgpu_functional_browsertest.cc36 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
H A Dwebgl_conformance_test.cc26 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
H A Dgpu_pixel_browsertest.cc115 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
507 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
508 GpuPixelBrowserTest::SetUpCommandLine(command_line);
536 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
537 GpuPixelBrowserTest::SetUpCommandLine(command_line);
/external/chromium_org/chrome/test/nacl/
H A Dnacl_browsertest_util.cc196 void NaClBrowserTestBase::SetUpCommandLine(CommandLine* command_line) { function in class:NaClBrowserTestBase
285 void NaClBrowserTestPnacl::SetUpCommandLine(CommandLine* command_line) { function in class:NaClBrowserTestPnacl
286 NaClBrowserTestBase::SetUpCommandLine(command_line);
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_browsertest.cc226 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
233 RenderWidgetHostViewBrowserTest::SetUpCommandLine(command_line);
243 return false; // See comment in SetUpCommandLine().
273 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
281 RenderWidgetHostViewBrowserTest::SetUpCommandLine(command_line);
290 return false; // See comment in SetUpCommandLine().
821 virtual void SetUpCommandLine(CommandLine* cmd) OVERRIDE {
822 CompositingRenderWidgetHostViewBrowserTestTabCapture::SetUpCommandLine(cmd);
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dlogin_screen_default_policy_browsertest.cc107 virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE;
169 void LoginScreenDefaultPolicyLoginScreenBrowsertest::SetUpCommandLine( function in class:policy::LoginScreenDefaultPolicyLoginScreenBrowsertest
171 LoginScreenDefaultPolicyBrowsertestBase::SetUpCommandLine(command_line);

Completed in 8863 milliseconds

123456789