Home
last modified time | relevance | path

Searched refs:SetBoolean (Results 1 – 15 of 15) sorted by relevance

/third_party/cef/libcef/browser/printing/
Dprint_view_manager.cc68 print_settings.SetBoolean(kSettingCollate, false); in FillInDictionaryFromPdfPrintSettings()
70 print_settings.SetBoolean(kSettingRasterizePdf, false); in FillInDictionaryFromPdfPrintSettings()
71 print_settings.SetBoolean(kSettingPreviewModifiable, false); in FillInDictionaryFromPdfPrintSettings()
77 print_settings.SetBoolean(kSettingLandscape, !!pdf_settings.landscape); in FillInDictionaryFromPdfPrintSettings()
78 print_settings.SetBoolean(kSettingShouldPrintSelectionOnly, in FillInDictionaryFromPdfPrintSettings()
80 print_settings.SetBoolean(kSettingShouldPrintBackgrounds, in FillInDictionaryFromPdfPrintSettings()
82 print_settings.SetBoolean(kSettingHeaderFooterEnabled, in FillInDictionaryFromPdfPrintSettings()
132 print_settings.SetBoolean(kIsFirstRequest, request_id != 0); in FillInDictionaryFromPdfPrintSettings()
/third_party/node/test/cctest/
Dtest_traced_value.cc20 traced_value->SetBoolean("h", false); in TEST()
21 traced_value->SetBoolean("i", true); in TEST()
/third_party/node/src/tracing/
Dtraced_value.h32 void SetBoolean(const char* name, bool value);
Dtraced_value.cc126 void TracedValue::SetBoolean(const char* name, bool value) { in SetBoolean() function in node::tracing::TracedValue
/third_party/node/deps/v8/src/tracing/
Dtraced-value.h39 void SetBoolean(const char* name, bool value);
Dtraced-value.cc102 void TracedValue::SetBoolean(const char* name, bool value) { in SetBoolean() function in v8::tracing::TracedValue
/third_party/cef/libcef/browser/prefs/
Dpref_store.h68 void SetBoolean(const std::string& key, bool value);
Dpref_store.cc149 void CefPrefStore::SetBoolean(const std::string& key, bool value) { in SetBoolean() function in CefPrefStore
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_xmp.h167 void SetBoolean (const char *ns,
Ddng_xmp.cpp1131 void dng_xmp::SetBoolean (const char *ns, in SetBoolean() function in dng_xmp
Ddng_image_writer.cpp4899 newXMP.SetBoolean (ns, path, b); in CopyBoolean()
/third_party/gn/src/base/
Dvalues.h413 Value* SetBoolean(std::string_view path, bool in_value);
Dvalues.cc706 Value* DictionaryValue::SetBoolean(std::string_view path, bool in_value) { in SetBoolean() function in base::DictionaryValue
/third_party/cef/libcef/browser/devtools/
Ddevtools_frontend.cc417 response.SetBoolean("urlValid", false); in HandleMessageFromDevToolsFrontend()
/third_party/chromium/patch/
D0003-ohos-1115.patch60535 + void SetBoolean(bool b) { data_.b = b; }
66160 + value->SetBoolean(argument->GetBool());