| /third_party/cef/libcef/browser/printing/ |
| D | print_view_manager.cc | 68 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/ |
| D | test_traced_value.cc | 20 traced_value->SetBoolean("h", false); in TEST() 21 traced_value->SetBoolean("i", true); in TEST()
|
| /third_party/node/src/tracing/ |
| D | traced_value.h | 32 void SetBoolean(const char* name, bool value);
|
| D | traced_value.cc | 126 void TracedValue::SetBoolean(const char* name, bool value) { in SetBoolean() function in node::tracing::TracedValue
|
| /third_party/node/deps/v8/src/tracing/ |
| D | traced-value.h | 39 void SetBoolean(const char* name, bool value);
|
| D | traced-value.cc | 102 void TracedValue::SetBoolean(const char* name, bool value) { in SetBoolean() function in v8::tracing::TracedValue
|
| /third_party/cef/libcef/browser/prefs/ |
| D | pref_store.h | 68 void SetBoolean(const std::string& key, bool value);
|
| D | pref_store.cc | 149 void CefPrefStore::SetBoolean(const std::string& key, bool value) { in SetBoolean() function in CefPrefStore
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| D | dng_xmp.h | 167 void SetBoolean (const char *ns,
|
| D | dng_xmp.cpp | 1131 void dng_xmp::SetBoolean (const char *ns, in SetBoolean() function in dng_xmp
|
| D | dng_image_writer.cpp | 4899 newXMP.SetBoolean (ns, path, b); in CopyBoolean()
|
| /third_party/gn/src/base/ |
| D | values.h | 413 Value* SetBoolean(std::string_view path, bool in_value);
|
| D | values.cc | 706 Value* DictionaryValue::SetBoolean(std::string_view path, bool in_value) { in SetBoolean() function in base::DictionaryValue
|
| /third_party/cef/libcef/browser/devtools/ |
| D | devtools_frontend.cc | 417 response.SetBoolean("urlValid", false); in HandleMessageFromDevToolsFrontend()
|
| /third_party/chromium/patch/ |
| D | 0003-ohos-1115.patch | 60535 + void SetBoolean(bool b) { data_.b = b; } 66160 + value->SetBoolean(argument->GetBool());
|