Home
last modified time | relevance | path

Searched refs:GetBoolean (Results 1 – 17 of 17) sorted by relevance

/third_party/cef/libcef/browser/prefs/
Drenderer_prefs.cc82 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()
Dpref_store.h72 bool GetBoolean(const std::string& key, bool* value) const;
Dpref_store.cc177 bool CefPrefStore::GetBoolean(const std::string& key, bool* value) const { in GetBoolean() function in CefPrefStore
/third_party/gn/src/base/
Dvalues.h451 bool GetBoolean(std::string_view path, bool* out_value) const;
629 bool GetBoolean(size_t index, bool* out_value) const;
Dvalues.cc774 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/
Ddng_xmp.h163 bool GetBoolean (const char *ns,
Ddng_xmp.cpp1095 bool dng_xmp::GetBoolean (const char *ns, in GetBoolean() function in dng_xmp
Ddng_image_writer.cpp93 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/
DMESA_pack_invert.txt134 … PACK_INVERT_MESA boolean GetBoolean FALSE Value of PACK_INVERT_MESA 4.3.2 pixel-store
/third_party/openGLES/extensions/MESA/
DMESA_pack_invert.txt134 … PACK_INVERT_MESA boolean GetBoolean FALSE Value of PACK_INVERT_MESA 4.3.2 pixel-store
/third_party/cef/libcef/browser/alloy/
Dalloy_browser_context.cc298 return !GetPrefs()->GetBoolean(prefs::kPrintPreviewDisabled); in IsPrintPreviewSupported()
Dalloy_content_browser_client.cc1109 profile->GetPrefs()->GetBoolean(prefs::kForceGoogleSafeSearch), in CreateURLLoaderThrottles()
/third_party/cef/libcef/browser/chrome/
Dchrome_browser_host_impl.cc204 browser_->profile()->GetPrefs()->GetBoolean( in Print()
/third_party/openGLES/extensions/AMD/
DAMD_transform_feedback4.txt243 …| STREAM_RASTERIZATION_AMD | nxB | GetBoolean | See 14.1 …
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DAMD_transform_feedback4.txt243 …| STREAM_RASTERIZATION_AMD | nxB | GetBoolean | See 14.1 …
/third_party/chromium/patch/
D0004-ohos-3.2-Beta5.patch25398 NotifyObservers(profile_prefs_->GetBoolean(prefs::kLiveCaptionEnabled));
D0003-ohos-1115.patch60533 + bool GetBoolean() { return data_.b; }
66237 + result->SetBool(0, value->GetBoolean());