Searched refs:kDisable3DAPIs (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/chrome/browser/prefs/ |
D | command_line_pref_store.cc | 44 { switches::kDisable3DAPIs, prefs::kDisable3DAPIs, true },
|
/external/chromium_org/content/public/common/ |
D | content_switches.cc | 79 const char kDisable3DAPIs[] = "disable-3d-apis"; variable
|
D | content_switches.h | 34 CONTENT_EXPORT extern const char kDisable3DAPIs[];
|
/external/chromium_org/chrome/browser/policy/ |
D | configuration_policy_handler_list_factory.cc | 234 { key::kDisable3DAPIs, 235 prefs::kDisable3DAPIs,
|
D | policy_browsertest.cc | 1171 policies.Set(key::kDisable3DAPIs, POLICY_LEVEL_MANDATORY, in IN_PROC_BROWSER_TEST_F() 1179 policies.Set(key::kDisable3DAPIs, POLICY_LEVEL_MANDATORY, in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/chrome/common/ |
D | pref_names.h | 359 extern const char kDisable3DAPIs[];
|
D | pref_names.cc | 1153 const char kDisable3DAPIs[] = "disable_3d_apis"; variable
|
/external/chromium_org/chrome/browser/ |
D | chrome_content_browser_client.cc | 672 prefs::kDisable3DAPIs, in RegisterProfilePrefs() 1602 if (prefs->HasPrefPath(prefs::kDisable3DAPIs) && in AppendExtraCommandLineSwitches() 1603 prefs->GetBoolean(prefs::kDisable3DAPIs)) { in AppendExtraCommandLineSwitches() 1605 command_line->AppendSwitch(switches::kDisable3DAPIs); in AppendExtraCommandLineSwitches() 2417 if (prefs->GetBoolean(prefs::kDisable3DAPIs)) in OverrideWebkitPrefs()
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_view_host_impl.cc | 374 !command_line.HasSwitch(switches::kDisable3DAPIs) && in GetWebkitPrefs()
|
D | render_process_host_impl.cc | 1092 switches::kDisable3DAPIs, in PropagateBrowserCommandLineToRenderer()
|
/external/chromium_org/components/nacl/renderer/ |
D | ppb_nacl_private_impl.cc | 454 switches::kDisable3DAPIs)); in Are3DInterfacesDisabled()
|