Home
last modified time | relevance | path

Searched +defs:json +defs:output (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/ui/base/webui/
Djstemplate_builder.cc36 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/
Dtouch_log_source.cc26 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/
DHelloLicenseServlet.java57 PrintWriter output = response.getWriter(); in doGet() local
93 JSONObject json = new JSONObject(file); in doGet() local
/external/chromium_org/base/metrics/
Dstatistics_recorder.cc133 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/
DJSONParser.cpp271 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()
DCodeGeneratorInspector.py39 import simplejson as json namespace
726 def __init__(self, output, indent): argument
/external/chromium_org/chrome/browser/prefs/
Dprefs_syncable_service_unittest.cc41 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/
Dcompile_frontend.py41 import simplejson as json namespace
103 def hasErrors(output): argument
/external/chromium_org/content/child/webcrypto/
Dshared_crypto_unittest.cc234 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/
Dtrace_event_analyzer.cc637 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/
Dsearch_provider_unittest.cc133 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/
Dnetwork_event_log.cc156 std::string json; in GetAsJSON() local
199 std::string output = in SendToVLogOrErrorLog() local
/external/chromium_org/third_party/d3/src/
Dd3.js3579 stream: function(output) { argument
4231 projection.stream = function(output) { argument
9271 d3.json = function(url, callback) { function