/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
D | spannable.js | 312 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
|
D | nav_braille.js | 68 cvox.NavBraille.fromJson = function(json) { function in cvox.NavBraille 74 text: cvox.Spannable.fromJson(json.spannable),
|
D | spannable_test.js | 21 NonStatelessSerializableSpan.fromJson = function(obj) { function in NonStatelessSerializableSpan 54 NonStatelessSerializableSpan.fromJson, 466 var thawn = cvox.Spannable.fromJson(fresh.toJson());
|
D | braille_util.js | 95 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/ |
D | OkHttpContributors.java | 35 List<Contributor> contributors = GSON.fromJson(isr, CONTRIBUTORS.getType()); in main()
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/ |
D | braille_background.js | 173 this.lastContent_ = cvox.NavBraille.fromJson(msg['params']);
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/ |
D | dojo-1.6.1.js | 4170 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/ |
D | chromeVoxChromePageScript.js | 997 cvox.Spannable.fromJson=function(a){if("string"!==typeof a.string)throw"Invalid spannable json obje… 998 …fromJson(d.value);b.setSpan(e,d.start,d.end)}return b};cvox.Spannable.registerSerializableSpan=fun… property 999 …fromJson=function(a){if("number"!==typeof a.startIndex||"number"!==typeof a.endIndex)throw"Invalid… function in cvox.NavBraille 1039 …fromJson=function(a){return new cvox.BrailleUtil.ValueSpan(a.offset)};cvox.BrailleUtil.ValueSpan.p…
|
D | chromeVoxChromeBackgroundScript.js | 801 cvox.Spannable.fromJson=function(a){if("string"!==typeof a.string)throw"Invalid spannable json obje… 802 …fromJson(d.value);b.setSpan(e,d.start,d.end)}return b};cvox.Spannable.registerSerializableSpan=fun… method 803 …fromJson=function(a){if("number"!==typeof a.startIndex||"number"!==typeof a.endIndex)throw"Invalid… function in cvox.NavBraille 817 …fromJson=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…
|
D | chromeVoxChromeOptionsScript.js | 854 cvox.Spannable.fromJson=function(a){if("string"!==typeof a.string)throw"Invalid spannable json obje… 855 …fromJson(d.value);b.setSpan(e,d.start,d.end)}return b};cvox.Spannable.registerSerializableSpan=fun… property 856 …fromJson=function(a){if("number"!==typeof a.startIndex||"number"!==typeof a.endIndex)throw"Invalid… function in cvox.NavBraille 892 …fromJson=function(a){return new cvox.BrailleUtil.ValueSpan(a.offset)};cvox.BrailleUtil.ValueSpan.p…
|