Searched refs:adjustedOffset (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/ios/
H A DWKScrollView.mm221 CGPoint adjustedOffset = [self contentOffset];
224 adjustedOffset.x = -edgeInsets.left + rubberbandAmount.width;
227 adjustedOffset.y = -edgeInsets.top + rubberbandAmount.height;
229 [self setContentOffset:adjustedOffset];
/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOStorage.h222 UInt64 adjustedOffset; member in struct:IOStorageAttributes
227 UInt64 adjustedOffset; member in struct:IOStorageAttributes
H A DIOBlockStorageDriver.cpp1213 attributes->adjustedOffset = ((SInt64)byteStart - (SInt64)context->original.byteStart);
1215 context->request.attributes.adjustedOffset = ((SInt64)byteStart - (SInt64)context->original.byteStart);
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dtzfmttst.cpp951 int32_t adjustedOffset = OFFSET[i] / MIN_OFFSET_UNIT[j] * MIN_OFFSET_UNIT[j]; local
952 if (outOffset != adjustedOffset) {
954 + " (expected:" + adjustedOffset + "ms)");

Completed in 298 milliseconds