Home
last modified time | relevance | path

Searched refs:kIgnoreGpuBlacklist (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/public/common/
Dcontent_switches.cc602 const char kIgnoreGpuBlacklist[] = "ignore-gpu-blacklist"; variable
Dcontent_switches.h173 CONTENT_EXPORT extern const char kIgnoreGpuBlacklist[];
/external/chromium_org/content/browser/gpu/
Dgpu_data_manager_impl_private.cc585 if (!command_line->HasSwitch(switches::kIgnoreGpuBlacklist) && in Initialize()
/external/chromium_org/chrome/browser/
Dabout_flags.cc521 SINGLE_VALUE_TYPE(switches::kIgnoreGpuBlacklist)
Dchrome_content_browser_client.cc1764 if (browser_command_line.HasSwitch(switches::kIgnoreGpuBlacklist) && in AppendExtraCommandLineSwitches()