Home
last modified time | relevance | path

Searched +defs:json +defs:output (Results 1 – 18 of 18) 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/third_party/WebKit/Source/devtools/scripts/
Dconcatenate_module_scripts.py19 import simplejson as json namespace
46 def concatenate_scripts(file_names, module_dir, output_dir, output): argument
Dconcatenate_application_code.py21 import simplejson as json namespace
39 def concatenate_autostart_modules(descriptors, application_dir, output_dir, output): argument
Dmodular_build.py15 import simplejson as json namespace
36 def concatenate_scripts(file_names, module_dir, output_dir, output): argument
Dcompile_frontend.py42 import simplejson as json namespace
99 def hasErrors(output): argument
/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
559 def __init__(self, output, indent): argument
/external/chromium_org/content/child/webcrypto/test/
Dhmac_unittest.cc70 std::vector<uint8_t> output; in TEST() local
440 std::vector<uint8_t> output; in TEST() local
500 std::vector<uint8_t> json; in TEST() local
/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/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.cc142 const ResultInfo output[3]; member
496 const std::string& json, in ForcedQueryTestHelper()
764 const std::string json; in TEST_F() member
1282 const std::string json; in TEST_F() member
1526 const std::string json; in TEST_F() member
2212 const std::string json; in TEST_F() member
2294 const std::string json; in TEST_F() member
2295 const DefaultFetcherUrlInputMatch output[4]; in TEST_F() member
/external/chromium_org/content/child/webcrypto/
Djwk.cc247 std::string json; in ToBytes() local
708 bool Base64DecodeUrlSafe(const std::string& input, std::string* output) { in Base64DecodeUrlSafe()
719 std::string output; in Base64EncodeUrlSafe() local
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsLayer.cpp551 RefPtr<JSONObject> json = adoptRef(new JSONObject); in layerTreeAsJSON() local
675 RefPtr<JSONObject> json = layerTreeAsJSON(flags, renderingContextMap); in layerTreeAsText() local
1076 String output = layer->layerTreeAsText(blink::LayerTreeIncludesDebugInfo); in showGraphicsLayerTree() local
/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