HomeSort by relevance Sort by last modified time
    Searched defs:contentOffset (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderPart.cpp 121 LayoutPoint contentOffset = LayoutPoint(borderLeft() + paddingLeft(), borderTop() + paddingTop()) - childFrameView->scrollOffset();
122 HitTestLocation newHitTestLocation(locationInContainer, -adjustedLocation - contentOffset);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/
SampleList.java 146 long contentOffset = currentOffset + ((MediaDataBox) b).getHeader().limit();
147 mdatStartCache.put((MediaDataBox) b, contentOffset);
148 mdatEndCache.put((MediaDataBox) b, contentOffset + currentSize);
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
BerInputStream.java 70 protected int contentOffset;
148 * Initializes tag, length, tagOffset and contentOffset variables
184 contentOffset = offset;
221 if (buffer[contentOffset] > 7) {
222 throw new ASN1Exception("ASN.1 Bitstring: wrong content at [" + contentOffset
226 if (length == 1 && buffer[contentOffset] != 0) {
227 throw new ASN1Exception("ASN.1 Bitstring: wrong content at [" + contentOffset
256 int bits = buffer[contentOffset] & 0xFF;
257 if (buffer[contentOffset + 1] < 0) {
262 throw new ASN1Exception("ASN.1 enumerated: wrong content at [" + contentOffset
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
btree.c     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/Resources/pagepopups/
calendarPicker.js     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 5103 milliseconds