| /external/chromium_org/gpu/config/ |
| D | gpu_control_list_entry_unittest.cc | 32 const std::string& json, bool supports_feature_type_all) { in GetEntryFromString() 48 static ScopedEntry GetEntryFromString(const std::string& json) { in GetEntryFromString() 71 const std::string json = LONG_STRING_CONST( in TEST_F() local 115 const std::string json = LONG_STRING_CONST( in TEST_F() local 140 const std::string json = LONG_STRING_CONST( in TEST_F() local 169 const std::string json = LONG_STRING_CONST( in TEST_F() local 201 const std::string json = LONG_STRING_CONST( in TEST_F() local 234 const std::string json = LONG_STRING_CONST( in TEST_F() local 266 const std::string json = LONG_STRING_CONST( in TEST_F() local 292 const std::string json = LONG_STRING_CONST( in TEST_F() local [all …]
|
| /external/chromium_org/ui/base/webui/ |
| D | jstemplate_builder.cc | 36 const base::DictionaryValue* json, in GetTemplateHtml() 46 const base::DictionaryValue* json) { in GetI18nTemplateHtml() 55 const base::DictionaryValue* json, in GetTemplatesHtml() 66 void AppendJsonHtml(const base::DictionaryValue* json, std::string* output) { in AppendJsonHtml() 79 void AppendJsonJS(const base::DictionaryValue* json, std::string* output) { in AppendJsonJS()
|
| /external/chromium/chrome/common/ |
| D | jstemplate_builder.cc | 19 const DictionaryValue* json, in GetTemplateHtml() 29 const DictionaryValue* json) { in GetI18nTemplateHtml() 38 const DictionaryValue* json, in GetTemplatesHtml() 49 void AppendJsonHtml(const DictionaryValue* json, std::string* output) { in AppendJsonHtml()
|
| /external/chromium_org/base/json/ |
| D | json_reader.cc | 45 Value* JSONReader::Read(const StringPiece& json) { in Read() 51 Value* JSONReader::Read(const StringPiece& json, in Read() 58 Value* JSONReader::ReadAndReturnError(const StringPiece& json, in ReadAndReturnError() 102 Value* JSONReader::ReadToValue(const std::string& json) { in ReadToValue()
|
| D | json_writer.cc | 25 void JSONWriter::Write(const Value* const node, std::string* json) { in Write() 31 std::string* json) { in WriteWithOptions() 51 std::string* json) in JSONWriter()
|
| /external/chromium/chrome/browser/ui/webui/options/ |
| D | sync_setup_handler.cc | 39 bool GetAuthData(const std::string& json, in GetAuthData() 58 bool GetConfiguration(const std::string& json, SyncConfiguration* config) { in GetConfiguration() 133 bool GetPassphrase(const std::string& json, std::string* passphrase) { in GetPassphrase() 142 bool GetFirstPassphrase(const std::string& json, in GetFirstPassphrase() 368 std::string json; in HandleSubmitAuth() local 390 std::string json; in HandleConfigure() local 413 std::string json; in HandlePassphraseEntry() local 439 std::string json; in HandleFirstPassphrase() local
|
| /external/chromium/chrome/browser/ |
| D | dom_operation_notification_details.h | 15 DomOperationNotificationDetails(const std::string& json, int automation_id) in DomOperationNotificationDetails() 20 std::string json() const { return json_; } in json() function
|
| /external/chromium_org/tools/json_schema_compiler/ |
| D | model.py | 30 def AddNamespace(self, json, source_file, include_compiler_options=False): argument 97 def __init__(self, json, source_file, include_compiler_options=False): argument 161 json, argument 270 json, argument 334 def __init__(self, parent, name, json, namespace, origin): argument 401 def __init__(self, json): argument 501 def _GetTypes(parent, json, namespace, origin): argument 511 def _GetFunctions(parent, json, namespace): argument 525 def _GetEvents(parent, json, namespace): argument 539 def _GetProperties(parent, json, namespace, origin): argument [all …]
|
| /external/chromium/chrome/browser/extensions/ |
| D | extension_devtools_bridge.cc | 42 std::string json; in FormatDevToolsMessage() local 103 std::string json("[{}]"); in InspectedTabClosing() local 129 std::string json = base::StringPrintf("[%s]", data.c_str()); in OnDispatchOnInspectorFrontend() local
|
| /external/chromium_org/cloud_print/gcp20/prototype/ |
| D | cloud_print_response_parser.cc | 25 bool GetJsonDictinaryAndCheckSuccess(base::Value* json, in GetJsonDictinaryAndCheckSuccess() 62 scoped_ptr<base::Value> json(base::JSONReader::Read(response)); in ParseRegisterStartResponse() local 130 scoped_ptr<base::Value> json(base::JSONReader::Read(response)); in ParseRegisterCompleteResponse() local 165 scoped_ptr<base::Value> json(base::JSONReader::Read(response)); in ParseFetchResponse() local 217 scoped_ptr<base::Value> json(base::JSONReader::Read(response)); in ParseLocalSettingsResponse() local
|
| /external/chromium_org/chrome/common/extensions/api/sockets/ |
| D | sockets_manifest_permission_unittest.cc | 42 static scoped_ptr<base::Value> ParsePermissionJSON(const std::string& json) { in ParsePermissionJSON() 59 const std::string& json) { in PermissionFromJSON() 91 const std::string& json) { in CheckFormat() 118 static testing::AssertionResult CheckFormat(const std::string& json) { in CheckFormat() 123 const std::string& json, in CheckFormat() 133 const std::string& json, in CheckFormat() 144 const std::string& json, in CheckFormat()
|
| /external/chromium_org/content/renderer/ |
| D | dom_automation_controller.cc | 54 std::string json; in Send() local 126 std::string json = args[0].ToString(); in SendJSON() local
|
| /external/chromium/base/json/ |
| D | json_writer.cc | 28 std::string* json) { in Write() 36 std::string* json) { in WriteWithOptionalEscape() 46 JSONWriter::JSONWriter(bool pretty_print, std::string* json) in JSONWriter()
|
| /external/chromium/chrome/browser/web_resource/ |
| D | promo_resource_service_unittest.cc | 36 std::string json = "{ " in TEST_F() local 127 std::string json = "{ " in TEST_F() local 201 std::string json = "{ " in TEST_F() local
|
| /external/chromium_org/google_apis/gaia/ |
| D | oauth2_mint_token_flow_unittest.cc | 232 scoped_ptr<base::DictionaryValue> json( in TEST_F() local 241 scoped_ptr<base::DictionaryValue> json(ParseJson(kValidTokenResponse)); in TEST_F() local 253 scoped_ptr<base::DictionaryValue> json( in TEST_F() local 261 scoped_ptr<base::DictionaryValue> json( in TEST_F() local 269 scoped_ptr<base::DictionaryValue> json( in TEST_F() local
|
| /external/chromium_org/chrome/common/extensions/manifest_handlers/ |
| D | settings_overrides_handler_unittest.cc | 65 JSONStringValueSerializer json(&manifest); in TEST_F() local 104 JSONStringValueSerializer json(&manifest); in TEST_F() local
|
| /external/chromium_org/third_party/simplejson/ |
| D | tool.py | 14 import simplejson as json namespace
|
| /external/chromium_org/chrome/browser/profile_resetter/ |
| D | jtl_interpreter_unittest.cc | 213 const char* json; in TEST() member 246 const char* json; in TEST() member 310 const char* json; in TEST() member 345 const char* json; in TEST() member 395 const char* json; in TEST() member 430 const char* json; in TEST() member 500 const char* json; in TEST() member 543 const char* json; in TEST() member
|
| /external/chromium_org/chrome/test/chromedriver/chrome/ |
| D | util.cc | 11 std::string json; in SerializeValue() local
|
| D | dom_tracker.cc | 45 std::string json; in OnEvent() local 56 std::string json; in OnEvent() local
|
| /external/chromium_org/v8/test/mjsunit/ |
| D | mirror-undefined.js | 34 var json = JSON.stringify(serializer.serializeValue(mirror)); variable
|
| D | mirror-null.js | 34 var json = JSON.stringify(serializer.serializeValue(mirror)); variable
|
| /external/v8/test/mjsunit/ |
| D | mirror-null.js | 34 var json = JSON.stringify(serializer.serializeValue(mirror)); variable
|
| D | mirror-undefined.js | 34 var json = JSON.stringify(serializer.serializeValue(mirror)); variable
|
| /external/v8/test/mjsunit/regress/ |
| D | regress-crbug-84186.js | 32 var json = '{"key":"'; variable
|