| /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/third_party/WebKit/Source/devtools/scripts/ |
| D | concatenate_module_scripts.py | 19 import simplejson as json namespace 46 def concatenate_scripts(file_names, module_dir, output_dir, output): argument
|
| D | concatenate_application_code.py | 21 import simplejson as json namespace 39 def concatenate_autostart_modules(descriptors, application_dir, output_dir, output): argument
|
| D | modular_build.py | 15 import simplejson as json namespace 36 def concatenate_scripts(file_names, module_dir, output_dir, output): argument
|
| D | compile_frontend.py | 42 import simplejson as json namespace 99 def hasErrors(output): argument
|
| /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 559 def __init__(self, output, indent): argument
|
| /external/chromium_org/content/child/webcrypto/test/ |
| D | hmac_unittest.cc | 70 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/ |
| 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/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 | 142 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/ |
| D | jwk.cc | 247 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/ |
| D | GraphicsLayer.cpp | 551 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/ |
| 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
|