Searched refs:contentSize (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/ios/
H A DWKScrollView.h36 - (void)_setContentSizePreservingContentOffsetDuringRubberband:(CGSize)contentSize;
H A DWKScrollView.mm164 CGSize contentSize = self.contentSize;
168 if (contentSize.width < minimalHorizontalRange) {
170 && valuesAreWithinOnePixel(maxOffset, contentSize.width + contentInsets.right - bounds.size.width)
173 CGFloat emptyHorizontalMargin = (minimalHorizontalRange - contentSize.width) / 2;
180 if (contentSize.height < minimalVerticalRange) {
182 && valuesAreWithinOnePixel(maxOffset, contentSize.height + contentInsets.bottom - bounds.size.height)
185 CGFloat emptyVerticalMargin = (minimalVerticalRange - contentSize.height) / 2;
232 - (void)_setContentSizePreservingContentOffsetDuringRubberband:(CGSize)contentSize
234 CGSize currentContentSize = [self contentSize];
[all...]
/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOAppleLabelScheme.cpp308 UInt64 contentSize = 0; local
325 contentSize = ((OSNumber *) object)->unsigned64BitValue();
330 if ( contentSize == 0 ) return true;
334 if ( contentBase + contentSize > media->getSize() ) return true;
351 UInt64 contentSize = 0; local
360 contentSize = media->getSize();
448 contentSize = ((OSNumber *) object)->unsigned64BitValue();
470 /* size */ contentSize,
/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DSessionState.cpp114 encoder << contentSize; local
157 if (!decoder.decode(result.contentSize))
H A DSessionState.h105 WebCore::IntSize contentSize; member in struct:WebKit::FrameState
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DSessionStateConversion.cpp101 frameState.contentSize = historyItem.contentSize();
176 historyItem.setContentSize(frameState.contentSize);
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DTiledCoreAnimationDrawingArea.mm224 IntSize contentSize = frameView->autoSizingIntrinsicContentSize();
225 if (m_lastSentIntrinsicContentSize == contentSize)
228 m_lastSentIntrinsicContentSize = contentSize;
229 m_webPage.send(Messages::DrawingAreaProxy::IntrinsicContentSizeDidChange(contentSize));
375 IntSize contentSize = IntSize(-1, -1);
388 contentSize = frameView->autoSizingIntrinsicContentSize();
389 size = contentSize;
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-WebKit/Examples/WebKitInterpreterPlugin/
H A DWebKitInterpreter.py595 contentSize = scrollView.contentSize()
597 ((0, 0), scrollView.contentSize()))
599 (0, contentSize.height))
607 (contentSize.width, FLT_MAX))
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-WebKit/Examples/WebKitInterpreterPlugin/
H A DWebKitInterpreter.py595 contentSize = scrollView.contentSize()
597 ((0, 0), scrollView.contentSize()))
599 (0, contentSize.height))
607 (contentSize.width, FLT_MAX))
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-WebKit-2.5.1/Examples/WebKitInterpreterPlugin/
H A DWebKitInterpreter.py595 contentSize = scrollView.contentSize()
597 ((0, 0), scrollView.contentSize()))
599 (0, contentSize.height))
607 (contentSize.width, FLT_MAX))
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Plugins/PDF/
H A DPDFLayerControllerDetails.h69 - (CGSize)contentSize;
/macosx-10.10.1/UserNotification-29/Libunc/
H A DUNCUserNotification.c308 unsigned long size = MAX_STRING_COUNT * MAX_STRING_LENGTH, contentSize = 0;
323 contentSize = UNCUnpackContents((char *)msg + sizeof(mach_msg_base_t), NULL);
324 if (0 < contentSize) {
325 userNotification->_responseContents = (char **)malloc(contentSize * sizeof(char **));
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DPopover.js229 if (area(itemMetrics.contentSize) > area(bestMetrics.contentSize)) {
483 contentSize: new WebInspector.Size(width, height)
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKWebView.mm603 static CGSize roundScrollViewContentSize(const WebKit::WebPageProxy& page, CGSize contentSize)
606 return CGSizeMake(floorToDevicePixel(contentSize.width, deviceScaleFactor), floorToDevicePixel(contentSize.height, deviceScaleFactor));
790 CGSize contentSize = scrollView.contentSize;
793 CGFloat maxHorizontalOffset = contentSize.width + contentInsets.right - scrollViewSize.width;
797 CGFloat maxVerticalOffset = contentSize.height + contentInsets.bottom - scrollViewSize.height;
999 static WebCore::FloatPoint constrainContentOffset(WebCore::FloatPoint contentOffset, WebCore::FloatSize contentSize, WebCore::FloatSize unobscuredContentSize)
1001 WebCore::FloatSize maximumContentOffset = contentSize - unobscuredContentSize;
1035 WebCore::FloatSize contentSize([sel
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/Scrolling/ios/
H A DScrollingTreeOverflowScrollingNodeIOS.mm167 scrollView.contentSize = scrollingStateNode.reachableContentsSize();
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/mac/
H A DLegacySessionStateCoding.cpp353 encoder << frameState.contentSize;
910 decoder >> frameState.contentSize;
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/ios/
H A DWebPageIOS.mm224 IntSize oldContentSize = historyItem.contentSize();

Completed in 178 milliseconds