/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/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/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/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
|
D | extension_history_api.cc | 223 DictionaryValue* json; in RunAsyncImpl() local 260 DictionaryValue* json; in RunAsyncImpl() local 310 DictionaryValue* json; in RunImpl() local 328 DictionaryValue* json; in RunImpl() local 346 DictionaryValue* json; in RunAsyncImpl() local
|
D | extension_function.cc | 47 std::string json; in GetResult() local
|
D | file_manager_util.cc | 111 std::string json = GetArgumentsJson(type, title, default_path, file_types, in GetFileBrowserUrlWithParams() local 120 std::string json = GetArgumentsJson(SelectFileDialog::SELECT_NONE, string16(), in ShowFullTabUrl() 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()
|
D | json_reader.cc | 90 Value* JSONReader::Read(const std::string& json, in Read() 96 Value* JSONReader::ReadAndReturnError(const std::string& json, in ReadAndReturnError() 145 Value* JSONReader::JsonToValue(const std::string& json, bool check_root, in JsonToValue()
|
/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/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
|
D | mirror-unresolved-function.js | 45 var json = JSON.stringify(serializer.serializeValue(mirror)); variable
|
D | debug-return-value.js | 33 function ParsedResponse(json) { argument
|
D | debug-backtrace.js | 51 function ParsedResponse(json) { argument
|
/external/v8/test/mjsunit/regress/ |
D | regress-crbug-84186.js | 32 var json = '{"key":"'; variable
|
D | regress-1081309.js | 37 function ParsedResponse(json) { argument
|
/external/chromium/chrome/browser/debugger/ |
D | devtools_remote_service.cc | 46 DictionaryValue* json; in HandleMessage() local 60 void DevToolsRemoteService::ProcessJson(DictionaryValue* json, in ProcessJson()
|
/external/chromium/chrome/browser/remoting/ |
D | setup_flow_login_step.cc | 34 std::string json; in HandleMessage() local 139 std::string json; in ShowGaiaLogin() local
|
/external/chromium/chrome/browser/net/ |
D | net_log_logger.cc | 36 std::string json; in OnAddEntry() local
|
/external/chromium/chrome/browser/themes/ |
D | browser_theme_pack_unittest.cc | 78 void LoadColorJSON(const std::string& json) { in LoadColorJSON() 88 void LoadTintJSON(const std::string& json) { in LoadTintJSON() 98 void LoadDisplayPropertiesJSON(const std::string& json) { in LoadDisplayPropertiesJSON() 108 void ParseImageNamesJSON(const std::string& json, in ParseImageNamesJSON() 279 std::string json = "{ \"ntp_background_alignment\": \"bottom\", " in TEST_F() local
|
/external/chromium/chrome/browser/printing/cloud_print/ |
D | cloud_print_setup_message_handler.cc | 28 std::string json; in HandleSubmitAuth() local
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/workspace/HelloLicense/src/com/example/ |
D | HelloLicenseServlet.java | 94 JSONObject json = new JSONObject(file); in doGet() local
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-java/ |
D | HelloLicenseServlet.java | 94 JSONObject json = new JSONObject(file); in doGet() local
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
D | json_results_generator_unittest.py | 113 def _verify_json_results(self, tests_set, test_timings, failed_count_map, argument
|