Home
last modified time | relevance | path

Searched defs:json (Results 1 – 25 of 237) sorted by relevance

12345678910

/external/chromium_org/gpu/config/
Dgpu_control_list_entry_unittest.cc32 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/
Djstemplate_builder.cc36 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/
Djstemplate_builder.cc19 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/
Djson_reader.cc45 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()
Djson_writer.cc25 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/
Dsync_setup_handler.cc39 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/
Ddom_operation_notification_details.h15 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/
Dmodel.py30 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/
Dextension_devtools_bridge.cc42 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/
Dcloud_print_response_parser.cc25 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/
Dsockets_manifest_permission_unittest.cc42 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/
Ddom_automation_controller.cc54 std::string json; in Send() local
126 std::string json = args[0].ToString(); in SendJSON() local
/external/chromium/base/json/
Djson_writer.cc28 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/
Dpromo_resource_service_unittest.cc36 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/
Doauth2_mint_token_flow_unittest.cc232 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/
Dsettings_overrides_handler_unittest.cc65 JSONStringValueSerializer json(&manifest); in TEST_F() local
104 JSONStringValueSerializer json(&manifest); in TEST_F() local
/external/chromium_org/third_party/simplejson/
Dtool.py14 import simplejson as json namespace
/external/chromium_org/chrome/browser/profile_resetter/
Djtl_interpreter_unittest.cc213 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/
Dutil.cc11 std::string json; in SerializeValue() local
Ddom_tracker.cc45 std::string json; in OnEvent() local
56 std::string json; in OnEvent() local
/external/chromium_org/v8/test/mjsunit/
Dmirror-undefined.js34 var json = JSON.stringify(serializer.serializeValue(mirror)); variable
Dmirror-null.js34 var json = JSON.stringify(serializer.serializeValue(mirror)); variable
/external/v8/test/mjsunit/
Dmirror-null.js34 var json = JSON.stringify(serializer.serializeValue(mirror)); variable
Dmirror-undefined.js34 var json = JSON.stringify(serializer.serializeValue(mirror)); variable
/external/v8/test/mjsunit/regress/
Dregress-crbug-84186.js32 var json = '{"key":"'; variable

12345678910