| /third_party/cef/libcef/browser/osr/ |
| D | osr_accessibility_util.cc | 47 value->SetString(index++, ToString(static_cast<ax::mojom::State>(i))); in ToCefValue() 119 attributes->SetString( in operator ()() 127 attributes->SetString(ToString(attr.first), ToString(state)); in operator ()() 133 attributes->SetString(ToString(attr.first), ToString(state)); in operator ()() 137 attributes->SetString( in operator ()() 144 attributes->SetString(ToString(attr.first), ToString(state)); in operator ()() 150 attributes->SetString(ToString(attr.first), ToString(state)); in operator ()() 156 attributes->SetString(ToString(attr.first), ToString(state)); in operator ()() 160 attributes->SetString( in operator ()() 167 attributes->SetString(ToString(attr.first), in operator ()() [all …]
|
| /third_party/node/deps/v8/src/tracing/ |
| D | traced-value.h | 40 void SetString(const char* name, const char* value); 41 void SetString(const char* name, const std::string& value) { in SetString() function 42 SetString(name, value.c_str()); in SetString() 44 void SetString(const char* name, std::unique_ptr<char[]> value) { in SetString() function 45 SetString(name, value.get()); in SetString()
|
| /third_party/node/deps/v8/src/ic/ |
| D | ic-stats.cc | 119 value->SetString("type", type); in AppendToTracedValue() 121 value->SetString("functionName", function_name); in AppendToTracedValue() 127 if (script_name) value->SetString("scriptName", script_name); in AppendToTracedValue() 131 if (!state.empty()) value->SetString("state", state); in AppendToTracedValue() 137 value->SetString("map", ss.str()); in AppendToTracedValue() 141 if (!instance_type.empty()) value->SetString("instanceType", instance_type); in AppendToTracedValue()
|
| /third_party/cef/tests/cefclient/browser/ |
| D | media_router_test.cc | 72 dict->SetString(kRouteKey, route->GetId()); in OnMediaRouteCreateFinished() 221 route_dict->SetString("id", route_id); in OnRoutes() 222 route_dict->SetString(kSourceKey, route->GetSource()->GetId()); in OnRoutes() 223 route_dict->SetString(kSinkKey, route->GetSink()->GetId()); in OnRoutes() 236 payload->SetString(kRouteKey, route->GetId()); in OnRouteStateChanged() 249 payload->SetString(kRouteKey, route->GetId()); in OnRouteMessageReceived() 250 payload->SetString(kMessageKey, message_str); in OnRouteMessageReceived() 306 result->SetString(kNameKey, name); in SendResponse() 321 sink_dict->SetString("id", it->first); in SendSinksResponse() 322 sink_dict->SetString("name", info->sink->GetName()); in SendSinksResponse() [all …]
|
| D | server_test.cc | 267 result_dict->SetString(kStatusKey, "running"); in HandleQueryAction() 270 result_dict->SetString(kStatusKey, "stopped"); in HandleQueryAction() 321 result_dict->SetString(kMessageKey, "Server failed to start."); in OnStartComplete() 331 result_dict->SetString(kMessageKey, "Server failed to stop."); in OnStopComplete() 343 result_dict->SetString(kResultKey, success ? "success" : "failure"); in SendResponse()
|
| /third_party/cef/tests/ceftests/extensions/ |
| D | extension_test_handler.cc | 148 manifest->SetString("name", "An extension"); in CreateDefaultManifest() 149 manifest->SetString("description", "An extension description"); in CreateDefaultManifest() 150 manifest->SetString("version", "1.0"); in CreateDefaultManifest() 157 permissions->SetString(idx, api_permissions[idx]); in CreateDefaultManifest() 160 permissions->SetString(idx++, "http://*/*"); in CreateDefaultManifest() 161 permissions->SetString(idx++, "https://*/*"); in CreateDefaultManifest()
|
| /third_party/skia/third_party/externals/angle2/src/tests/ |
| D | angle_system_info_tests_main.cpp | 112 machineManufacturer.SetString(info.machineManufacturer.c_str(), allocator); in main() 116 machineModelVersion.SetString(info.machineModelVersion.c_str(), allocator); in main() 131 driverVendor.SetString(gpu.driverVendor.c_str(), allocator); in main() 135 driverVersion.SetString(gpu.driverVersion.c_str(), allocator); in main() 139 driverDate.SetString(gpu.driverDate.c_str(), allocator); in main()
|
| /third_party/node/src/ |
| D | node_v8_platform-inl.h | 45 trace_process->SetString(#key, per_process::metadata.versions.key.c_str()); in OnTraceEnabled() 52 trace_process->SetString("arch", per_process::metadata.arch.c_str()); in OnTraceEnabled() 53 trace_process->SetString("platform", in OnTraceEnabled() 57 trace_process->SetString("name", in OnTraceEnabled() 60 trace_process->SetString("lts", per_process::metadata.release.lts.c_str()); in OnTraceEnabled()
|
| /third_party/node/src/tracing/ |
| D | traced_value.h | 34 void SetString(const char* name, const char* value); 35 void SetString(const char* name, const std::string& value) { in SetString() function 36 SetString(name, value.c_str()); in SetString()
|
| /third_party/node/test/cctest/ |
| D | test_traced_value.cc | 13 traced_value->SetString("a", "b"); in TEST() 24 traced_value->SetString("l", "m"); in TEST() 76 traced_value->SetString("a", UTF8_SEQUENCE); in TEST()
|
| /third_party/cef/patch/patches/ |
| D | content_2015.patch | 6 version.SetString("Protocol-Version", 8 version.SetString("WebKit-Version", GetWebKitVersion()); 9 - version.SetString("Browser", GetContentClient()->browser()->GetProduct()); 10 + version.SetString("Browser", GetContentClient()->browser()->GetChromeProduct()); 11 version.SetString("User-Agent", 13 version.SetString("V8-Version", V8_VERSION_STRING);
|
| D | ui_dragdrop_355390.patch | 9 - SetString(spec); 11 + SetString(spec);
|
| /third_party/node/deps/v8/src/parsing/ |
| D | pending-compilation-error-handler.cc | 20 void PendingCompilationErrorHandler::MessageDetails::SetString( in SetString() function in v8::internal::PendingCompilationErrorHandler::MessageDetails 27 void PendingCompilationErrorHandler::MessageDetails::SetString( in SetString() function in v8::internal::PendingCompilationErrorHandler::MessageDetails 40 return SetString(args_[i].ast_string->string(), isolate); in Prepare()
|
| D | pending-compilation-error-handler.h | 138 void SetString(Handle<String> string, Isolate* isolate); 139 void SetString(Handle<String> string, LocalIsolate* isolate);
|
| /third_party/cef/include/ |
| D | cef_values.h | 205 virtual bool SetString(const CefString& value) = 0; 492 virtual bool SetString(const CefString& key, const CefString& value) = 0; 714 virtual bool SetString(size_t index, const CefString& value) = 0;
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| D | dng_xmp.cpp | 739 void dng_xmp::SetString (const char *ns, in SetString() function in dng_xmp 744 fSDK->SetString (ns, path, s); in SetString() 773 SetString (ns, path, s); in SyncString() 796 SetString (ns, path, s); in SyncString() 837 SetString (ns, path, s); in SyncString() 1829 SetString (ns, tag, s); in SetFingerprint() 3277 fSDK->SetString (XMP_NS_XAP, in SyncExif() 3288 fSDK->SetString (XMP_NS_XAP, in SyncExif() 3455 SetString (XMP_NS_AUX, in SyncExif() 4007 SetString (XMP_NS_TIFF, in UpdateExifDates() [all …]
|
| /third_party/gstreamer/gstplugins_bad/sys/decklink/osx/ |
| D | DeckLinkAPIConfiguration.h | 230 …virtual HRESULT SetString (/* in */ BMDDeckLinkConfigurationID cfgID, /* in */ CFStringRef value) … 249 …virtual HRESULT SetString (/* in */ BMDDeckLinkEncoderConfigurationID cfgID, /* in */ CFStringRef …
|
| /third_party/gstreamer/gstplugins_bad/sys/decklink/linux/ |
| D | DeckLinkAPIConfiguration.h | 230 …virtual HRESULT SetString (/* in */ BMDDeckLinkConfigurationID cfgID, /* in */ const char *value) … 249 …virtual HRESULT SetString (/* in */ BMDDeckLinkEncoderConfigurationID cfgID, /* in */ const char *…
|
| /third_party/cef/tests/ceftests/ |
| D | preference_unittest.cc | 145 value->SetString(expected); in ValidateString() 233 val->SetString(kPrefString, "default"); in PopulateRootDefaults() 294 val->SetString(1, "foobar"); in PopulateListValue() 300 val->SetString("key1", "some string"); in PopulateDictValue() 319 val->SetString(kPrefString, "My test string"); in PopulateRootSet()
|
| /third_party/cef/libcef/browser/printing/ |
| D | print_view_manager.cc | 69 print_settings.SetString(kSettingDeviceName, ""); in FillInDictionaryFromPdfPrintSettings() 89 print_settings.SetString( in FillInDictionaryFromPdfPrintSettings() 92 print_settings.SetString( in FillInDictionaryFromPdfPrintSettings()
|
| /third_party/cef/libcef/common/ |
| D | values_impl.h | 79 bool SetString(const CefString& value) override; 248 bool SetString(const CefString& key, const CefString& value) override; 327 bool SetString(size_t index, const CefString& value) override;
|
| /third_party/protobuf/src/google/protobuf/ |
| D | test_util.h | 211 reflection->SetString(message, F("optional_string"), "115"); in SetAllFieldsViaReflection() 212 reflection->SetString(message, F("optional_bytes"), "116"); in SetAllFieldsViaReflection() 230 reflection->SetString(message, F("optional_string_piece"), "124"); in SetAllFieldsViaReflection() 231 reflection->SetString(message, F("optional_cord"), "125"); in SetAllFieldsViaReflection() 326 reflection->SetString(message, F("default_string"), "415"); in SetAllFieldsViaReflection() 327 reflection->SetString(message, F("default_bytes"), "416"); in SetAllFieldsViaReflection() 333 reflection->SetString(message, F("default_string_piece"), "424"); in SetAllFieldsViaReflection() 334 reflection->SetString(message, F("default_cord"), "425"); in SetAllFieldsViaReflection() 339 reflection->SetString(message, F("oneof_string"), "603"); in SetAllFieldsViaReflection() 340 reflection->SetString(message, F("oneof_bytes"), "604"); in SetAllFieldsViaReflection() [all …]
|
| /third_party/cef/libcef/renderer/extensions/ |
| D | print_render_frame_helper_delegate.cc | 79 message.SetString("type", "print"); in OverridePrint()
|
| /third_party/cef/libcef_dll/ctocpp/ |
| D | value_ctocpp.h | 54 bool SetString(const CefString& value) override;
|
| D | dictionary_value_ctocpp.h | 63 bool SetString(const CefString& key, const CefString& value) override;
|