HomeSort by relevance Sort by last modified time
    Searched refs:kDumpRenderTree (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/content/shell/common/
shell_switches.cc 25 const char kDumpRenderTree[] = "dump-render-tree";
51 // kDumpRenderTree is set. For the features' level, see
shell_switches.h 17 extern const char kDumpRenderTree[];
shell_content_client.cc 37 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) {
63 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) {
  /external/chromium_org/content/shell/renderer/
shell_render_frame_observer.cc 19 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
shell_content_renderer_client.cc 70 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) {
101 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
124 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
138 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
160 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
168 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
176 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
shell_render_process_observer.cc 41 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
63 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
  /external/chromium_org/content/shell/browser/
shell_resource_dispatcher_host_delegate.cc 22 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
shell_javascript_dialog_manager.cc 33 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) {
77 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) {
shell_browser_main_parts.cc 140 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) {
148 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) {
shell_devtools_frontend.cc 80 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
136 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
shell.cc 67 if (command_line.HasSwitch(switches::kDumpRenderTree))
107 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) {
200 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
293 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
342 return CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree);
346 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
360 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
shell_content_browser_client.cc 131 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
148 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
210 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
211 command_line->AppendSwitch(switches::kDumpRenderTree);
246 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
shell_browser_context.cc 83 cmd_line->HasSwitch(switches::kDumpRenderTree)) {
129 if (cmd_line->HasSwitch(switches::kDumpRenderTree)) {
shell_layout_tests_android.cc 60 CHECK(CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree));
shell_url_request_context_getter.cc 84 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) {
103 if (command_line.HasSwitch(switches::kDumpRenderTree))
122 if (command_line.HasSwitch(switches::kDumpRenderTree)) {
shell_web_contents_view_delegate_win.cc 75 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
shell_browser_main.cc 156 CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree);
shell_download_manager_delegate.cc 101 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree) &&
  /external/chromium_org/content/public/test/
content_browser_test.cc 117 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) {
  /external/chromium_org/content/shell/app/
shell_main_delegate.cc 134 if (command_line.HasSwitch(switches::kDumpRenderTree)) {

Completed in 753 milliseconds