Home
last modified time | relevance | path

Searched refs:fromJson (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Dspannable.js312 cvox.Spannable.fromJson = function(obj) { function in cvox.Spannable
328 var value = serializeInfo.fromJson(span.value);
346 constructor, name, fromJson, toJson) { argument
348 fromJson: fromJson, toJson: toJson}; property
369 obj.fromJson = function(obj) { function
Dnav_braille.js68 cvox.NavBraille.fromJson = function(json) { function in cvox.NavBraille
74 text: cvox.Spannable.fromJson(json.spannable),
Dspannable_test.js21 NonStatelessSerializableSpan.fromJson = function(obj) { function in NonStatelessSerializableSpan
54 NonStatelessSerializableSpan.fromJson,
466 var thawn = cvox.Spannable.fromJson(fresh.toJson());
Dbraille_util.js95 cvox.BrailleUtil.ValueSpan.fromJson = function(obj) { function in cvox.BrailleUtil.ValueSpan
112 cvox.BrailleUtil.ValueSpan.fromJson,
/external/okhttp/samples/simple-client/src/main/java/com/squareup/okhttp/sample/
DOkHttpContributors.java35 List<Contributor> contributors = GSON.fromJson(isr, CONTRIBUTORS.getType()); in main()
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
Dbraille_background.js173 this.lastContent_ = cvox.NavBraille.fromJson(msg['params']);
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
Ddojo-1.6.1.js4170 dojo.fromJson = function(/*String*/ json){ function
9960 return _d.fromJson(xhr.responseText || null);
9989 return _d.fromJson(value.substring(cStartIdx+2, cEndIdx));
/external/chromium_org/chrome/third_party/chromevox/
DchromeVoxChromePageScript.js997 cvox.Spannable.fromJson=function(a){if("string"!==typeof a.string)throw"Invalid spannable json obje…
998fromJson(d.value);b.setSpan(e,d.start,d.end)}return b};cvox.Spannable.registerSerializableSpan=fun… property
999fromJson=function(a){if("number"!==typeof a.startIndex||"number"!==typeof a.endIndex)throw"Invalid… function in cvox.NavBraille
1039fromJson=function(a){return new cvox.BrailleUtil.ValueSpan(a.offset)};cvox.BrailleUtil.ValueSpan.p…
DchromeVoxChromeBackgroundScript.js801 cvox.Spannable.fromJson=function(a){if("string"!==typeof a.string)throw"Invalid spannable json obje…
802fromJson(d.value);b.setSpan(e,d.start,d.end)}return b};cvox.Spannable.registerSerializableSpan=fun… method
803fromJson=function(a){if("number"!==typeof a.startIndex||"number"!==typeof a.endIndex)throw"Invalid… function in cvox.NavBraille
817fromJson=function(a){return new cvox.BrailleUtil.ValueSpan(a.offset)};cvox.BrailleUtil.ValueSpan.p…
925 …ion&&(this.lastContentId_=a.contentId,this.lastContent_=cvox.NavBraille.fromJson(a.params),this.in…
DchromeVoxChromeOptionsScript.js854 cvox.Spannable.fromJson=function(a){if("string"!==typeof a.string)throw"Invalid spannable json obje…
855fromJson(d.value);b.setSpan(e,d.start,d.end)}return b};cvox.Spannable.registerSerializableSpan=fun… method
856fromJson=function(a){if("number"!==typeof a.startIndex||"number"!==typeof a.endIndex)throw"Invalid… function in cvox.NavBraille
892fromJson=function(a){return new cvox.BrailleUtil.ValueSpan(a.offset)};cvox.BrailleUtil.ValueSpan.p…