Searched defs:pixel_switch (Results 1 - 1 of 1) sorted by path

/external/chromium_org/content/shell/browser/
H A Dshell_browser_main.cc40 std::string pixel_switch; local
44 pixel_switch = path_or_url.substr(separator_position + 1);
47 separator_position = pixel_switch.find('\'');
49 pixel_hash = pixel_switch.substr(separator_position + 1);
50 pixel_switch.erase(separator_position);
54 (pixel_switch == "--pixel-test" || pixel_switch == "-p");

Completed in 315 milliseconds