Searched refs:json_str (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/tools/json_schema_compiler/
H A Djson_parse.py24 def Parse(json_str):
25 return json.loads(json_comment_eater.Nom(json_str),
55 def Parse(json_str):
56 return simplejson.loads(json_comment_eater.Nom(json_str),
/external/chromium_org/tools/memory_inspector/memory_inspector/data/
H A Dserialization.py73 def decode(self, json_str): # pylint: disable=W0221
74 d = super(MmapDecoder, self).decode(json_str)
83 def decode(self, json_str): # pylint: disable=W0221
84 d = super(SymbolsDecoder, self).decode(json_str)
95 def decode(self, json_str): # pylint: disable=W0221
96 d = super(NativeHeapDecoder, self).decode(json_str)
/external/chromium_org/tools/deep_memory_profiler/visualizer/
H A Dservices.py29 json_str = blob_info.open().read()
30 json_obj = json.loads(json_str)
53 json_str = blob_info.open().read()
54 json_obj = json.loads(json_str)
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dprinter_state.cc73 std::string json_str; local
76 &json_str);
77 int size = base::checked_cast<int>(json_str.size());
78 return (base::WriteFile(path, json_str.data(), size) == size);
82 std::string json_str; local
83 if (!base::ReadFileToString(path, &json_str)) {
88 scoped_ptr<base::Value> json_val(base::JSONReader::Read(json_str));
H A Dprinter.cc195 std::string json_str; local
198 &json_str); local
199 return json_str;
/external/chromium_org/remoting/host/
H A Dcast_extension_session.cc218 std::string json_str; local
219 if (!base::JSONWriter::Write(json.get(), &json_str)) {
224 SendMessageToClient(subject.c_str(), json_str);
664 std::string json_str; local
665 if (!base::JSONWriter::Write(json.get(), &json_str)) {
669 SendMessageToClient(kSubjectNewCandidate, json_str);
/external/chromium_org/chrome/browser/ui/webui/print_preview/
H A Dprint_preview_handler.cc175 std::string json_str; local
176 if (!args->GetString(0, &json_str)) {
180 if (json_str.empty()) {
186 base::JSONReader::Read(json_str)));
/external/chromium_org/tools/deep_memory_profiler/visualizer/static/third_party/jqTree/
H A Dtree.jquery.js20 var $, BorderDropHint, DragAndDropHandler, DragElement, FolderElement, GhostDropHint, JqTreeWidget, KeyHandler, MouseWidget, Node, NodeElement, Position, SaveStateHandler, ScrollHandler, SelectNodeHandler, SimpleWidget, html_escape, indexOf, json_escapable, json_meta, json_quote, json_str, _indexOf, _ref, _ref1, _ref2,
1705 json_str = function(key, holder) {
1728 partial[i] = json_str(i, value) || 'null';
1734 v = json_str(k, value);
1747 return json_str('', {

Completed in 237 milliseconds