/third_party/cef/libcef/browser/prefs/ |
D | renderer_prefs.cc | 82 web.dom_paste_enabled = prefs->GetBoolean(prefs::kWebKitDomPasteEnabled); in SetChromePrefs() 83 web.tabs_to_links = prefs->GetBoolean(prefs::kWebkitTabsToLinks); in SetChromePrefs() 85 if (!prefs->GetBoolean(prefs::kWebKitJavascriptEnabled)) in SetChromePrefs() 87 if (!prefs->GetBoolean(prefs::kWebKitWebSecurityEnabled)) in SetChromePrefs() 89 if (!prefs->GetBoolean(prefs::kWebKitPluginsEnabled)) in SetChromePrefs() 92 prefs->GetBoolean(prefs::kWebKitLoadsImagesAutomatically); in SetChromePrefs() 94 if (prefs->GetBoolean(prefs::kDisable3DAPIs)) { in SetChromePrefs() 100 prefs->GetBoolean(prefs::kWebKitAllowRunningInsecureContent); in SetChromePrefs() 105 prefs->GetBoolean(prefs::kWebKitTextAreasAreResizable); in SetChromePrefs() 107 prefs->GetBoolean(prefs::kEnableHyperlinkAuditing); in SetChromePrefs()
|
D | pref_store.h | 72 bool GetBoolean(const std::string& key, bool* value) const;
|
D | pref_store.cc | 177 bool CefPrefStore::GetBoolean(const std::string& key, bool* value) const { in GetBoolean() function in CefPrefStore
|
/third_party/gn/src/base/ |
D | values.h | 451 bool GetBoolean(std::string_view path, bool* out_value) const; 629 bool GetBoolean(size_t index, bool* out_value) const;
|
D | values.cc | 774 bool DictionaryValue::GetBoolean(std::string_view path, in GetBoolean() function in base::DictionaryValue 1126 bool ListValue::GetBoolean(size_t index, bool* bool_value) const { in GetBoolean() function in base::ListValue
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_xmp.h | 163 bool GetBoolean (const char *ns,
|
D | dng_xmp.cpp | 1095 bool dng_xmp::GetBoolean (const char *ns, in GetBoolean() function in dng_xmp
|
D | dng_image_writer.cpp | 93 if (metadata->GetXMP ()->GetBoolean (XMP_NS_XAP_RIGHTS, in SpoolAdobeData() 4896 if (oldXMP.GetBoolean (ns, path, b)) in CopyBoolean()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/MESA/ |
D | MESA_pack_invert.txt | 134 … PACK_INVERT_MESA boolean GetBoolean FALSE Value of PACK_INVERT_MESA 4.3.2 pixel-store
|
/third_party/openGLES/extensions/MESA/ |
D | MESA_pack_invert.txt | 134 … PACK_INVERT_MESA boolean GetBoolean FALSE Value of PACK_INVERT_MESA 4.3.2 pixel-store
|
/third_party/cef/libcef/browser/alloy/ |
D | alloy_browser_context.cc | 298 return !GetPrefs()->GetBoolean(prefs::kPrintPreviewDisabled); in IsPrintPreviewSupported()
|
D | alloy_content_browser_client.cc | 1109 profile->GetPrefs()->GetBoolean(prefs::kForceGoogleSafeSearch), in CreateURLLoaderThrottles()
|
/third_party/cef/libcef/browser/chrome/ |
D | chrome_browser_host_impl.cc | 204 browser_->profile()->GetPrefs()->GetBoolean( in Print()
|
/third_party/openGLES/extensions/AMD/ |
D | AMD_transform_feedback4.txt | 243 …| STREAM_RASTERIZATION_AMD | nxB | GetBoolean | See 14.1 …
|
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/ |
D | AMD_transform_feedback4.txt | 243 …| STREAM_RASTERIZATION_AMD | nxB | GetBoolean | See 14.1 …
|
/third_party/chromium/patch/ |
D | 0004-ohos-3.2-Beta5.patch | 25398 NotifyObservers(profile_prefs_->GetBoolean(prefs::kLiveCaptionEnabled));
|
D | 0003-ohos-1115.patch | 60533 + bool GetBoolean() { return data_.b; } 66237 + result->SetBool(0, value->GetBoolean());
|