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";
39 // kDumpRenderTree is set. For the features' level, see
shell_switches.h 17 extern const char kDumpRenderTree[];
shell_content_client.cc 33 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) {
59 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) {
  /external/chromium_org/content/shell/renderer/
shell_content_renderer_client.cc 56 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) {
79 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
114 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
128 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
156 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
164 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
shell_render_process_observer.cc 44 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
66 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
  /external/chromium_org/content/shell/browser/
shell_resource_dispatcher_host_delegate.cc 23 !CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree);
shell_javascript_dialog_manager.cc 34 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) {
79 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) {
shell.cc 75 if (command_line.HasSwitch(switches::kDumpRenderTree))
112 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) {
193 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
280 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
329 return CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree);
333 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
347 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
shell_content_browser_client.cc 125 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
142 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
198 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
199 command_line->AppendSwitch(switches::kDumpRenderTree);
221 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
shell_browser_context.cc 82 cmd_line->HasSwitch(switches::kDumpRenderTree)) {
128 if (cmd_line->HasSwitch(switches::kDumpRenderTree)) {
187 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) {
shell_browser_main_parts.cc 144 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) {
152 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) {
shell_devtools_frontend.cc 59 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
shell_layout_tests_android.cc 60 CHECK(CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree));
shell_url_request_context_getter.cc 80 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) {
99 if (command_line.HasSwitch(switches::kDumpRenderTree))
117 if (command_line.HasSwitch(switches::kDumpRenderTree)) {
shell_browser_main.cc 116 CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree);
shell_web_contents_view_delegate_win.cc 74 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
shell_download_manager_delegate.cc 93 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree) &&
shell_web_contents_view_delegate_gtk.cc 46 if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree))
  /external/chromium_org/content/test/
content_browser_test.cc 107 if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) {
  /external/chromium_org/content/shell/app/
shell_main_delegate.cc 132 if (command_line.HasSwitch(switches::kDumpRenderTree)) {

Completed in 94 milliseconds