Searched defs:getByteAt (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
H A Dbinaryajax.js21 this.getByteAt = function(iOffset) {
27 this.getByteAt = function(iOffset) {
37 var iByte = this.getByteAt(iOffset);
46 (this.getByteAt(iOffset) << 8) + this.getByteAt(iOffset + 1)
47 : (this.getByteAt(iOffset + 1) << 8) + this.getByteAt(iOffset)
59 var iByte1 = this.getByteAt(iOffset),
60 iByte2 = this.getByteAt(iOffset + 1),
61 iByte3 = this.getByteAt(iOffse
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
H A Dbinaryajax.js21 this.getByteAt = function(iOffset) {
27 this.getByteAt = function(iOffset) {
37 var iByte = this.getByteAt(iOffset);
46 (this.getByteAt(iOffset) << 8) + this.getByteAt(iOffset + 1)
47 : (this.getByteAt(iOffset + 1) << 8) + this.getByteAt(iOffset)
59 var iByte1 = this.getByteAt(iOffset),
60 iByte2 = this.getByteAt(iOffset + 1),
61 iByte3 = this.getByteAt(iOffse
[all...]

Completed in 897 milliseconds