| /external/chromium_org/ui/base/webui/ |
| D | jstemplate_builder.cc | 36 const base::DictionaryValue* json, in GetTemplateHtml() 38 std::string output(html_template.data(), html_template.size()); in GetTemplateHtml() local 46 const base::DictionaryValue* json) { in GetI18nTemplateHtml() 47 std::string output(html_template.data(), html_template.size()); in GetI18nTemplateHtml() local 55 const base::DictionaryValue* json, in GetTemplatesHtml() 57 std::string output(html_template.data(), html_template.size()); in GetTemplatesHtml() local 66 void AppendJsonHtml(const base::DictionaryValue* json, std::string* output) { in AppendJsonHtml() 79 void AppendJsonJS(const base::DictionaryValue* json, std::string* output) { in AppendJsonJS() 91 void AppendJsTemplateSourceHtml(std::string* output) { in AppendJsTemplateSourceHtml() 108 std::string* output) { in AppendJsTemplateProcessHtml() [all …]
|
| /external/chromium_org/chrome/browser/chromeos/system_logs/ |
| D | touch_log_source.cc | 26 JSONStringValueSerializer json(&touch_log); in GetTouchLogs() local 48 std::string output; in GetTouchLogs() local
|
| /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-java/ |
| D | HelloLicenseServlet.java | 57 PrintWriter output = response.getWriter(); in doGet() local 93 JSONObject json = new JSONObject(file); in doGet() local
|
| /external/chromium_org/base/metrics/ |
| D | statistics_recorder.cc | 133 std::string* output) { in WriteHTMLGraph() 149 std::string* output) { in WriteGraph() 172 std::string output("{"); in ToJSON() local 189 std::string json; in ToJSON() local 198 void StatisticsRecorder::GetHistograms(Histograms* output) { in GetHistograms() 215 std::vector<const BucketRanges*>* output) { in GetBucketRanges() 293 string output; in DumpHistogramsToVlog() local
|
| /external/chromium_org/third_party/WebKit/Source/core/inspector/ |
| D | JSONParser.cpp | 271 bool decodeString(const CharType* start, const CharType* end, StringBuilder* output) in decodeString() 324 bool decodeString(const CharType* start, const CharType* end, String* output) in decodeString() 469 PassRefPtr<JSONValue> parseJSON(const String& json) in parseJSON()
|
| D | CodeGeneratorInspector.py | 39 import simplejson as json namespace 726 def __init__(self, output, indent): argument
|
| /external/chromium_org/chrome/browser/prefs/ |
| D | prefs_syncable_service_unittest.cc | 41 explicit TestSyncProcessorStub(syncer::SyncChangeList* output) in TestSyncProcessorStub() 109 JSONStringValueSerializer json(&serialized); in MakeRemoteChange() local 131 JSONStringValueSerializer json(&serialized); in AddToRemoteDataList() local 146 syncer::SyncChangeList* output) { in InitWithSyncDataTakeOutput() 468 syncer::SyncChangeList output; in TEST_F() local
|
| /external/chromium_org/third_party/WebKit/Source/devtools/scripts/ |
| D | compile_frontend.py | 41 import simplejson as json namespace 103 def hasErrors(output): argument
|
| /external/chromium_org/content/child/webcrypto/ |
| D | shared_crypto_unittest.cc | 234 std::string json; in MakeJsonVector() local 279 scoped_ptr<base::Value> json; in ReadJsonTestFileToList() local 524 std::vector<uint8> output; in AesGcmEncrypt() local 600 const std::vector<uint8>& json) { in GetJwkDictionary() 662 const std::vector<uint8>& json, in VerifySecretJwk() 690 const std::vector<uint8>& json, in VerifyPublicJwk() 805 std::vector<uint8> output; in TEST_F() local 828 unsigned char* output; in TEST_F() local 884 std::vector<uint8> output; in TEST_F() local 945 std::vector<uint8> output; in TEST_F() local [all …]
|
| /external/chromium_org/base/test/ |
| D | trace_event_analyzer.cc | 637 TraceEventVector* output, in FindMatchingEvents() 648 bool ParseEventsFromJson(const std::string& json, in ParseEventsFromJson() 649 std::vector<TraceEvent>* output) { in ParseEventsFromJson() 792 size_t TraceAnalyzer::FindEvents(const Query& query, TraceEventVector* output) { in FindEvents() 800 TraceEventVector output; in FindFirstOf() local 807 TraceEventVector output; in FindLastOf() local
|
| /external/chromium_org/chrome/browser/autocomplete/ |
| D | search_provider_unittest.cc | 133 const ResultInfo output[3]; member 431 const std::string& json, in ForcedQueryTestHelper() 669 const std::string json; in TEST_F() member 1200 const std::string json; in TEST_F() member 1465 const std::string json; in TEST_F() member 1930 const std::string json; in TEST_F() member 2019 const std::string json; in TEST_F() member 2020 const DefaultFetcherUrlInputMatch output[4]; in TEST_F() member
|
| /external/chromium_org/chromeos/network/ |
| D | network_event_log.cc | 156 std::string json; in GetAsJSON() local 199 std::string output = in SendToVLogOrErrorLog() local
|
| /external/chromium_org/third_party/d3/src/ |
| D | d3.js | 3579 stream: function(output) { argument 4231 projection.stream = function(output) { argument 9271 d3.json = function(url, callback) { function
|