Searched refs:preferredHeight (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorFrontendClientLocal.cpp261 unsigned preferredHeight = value.isEmpty() ? defaultAttachedHeight : value.toUInt(); local
266 setAttachedWindowHeight(constrainedAttachedWindowHeight(preferredHeight, inspectedPageHeight));
326 unsigned InspectorFrontendClientLocal::constrainedAttachedWindowHeight(unsigned preferredHeight, unsigned totalWindowHeight) argument
328 return roundf(std::max(minimumAttachedHeight, std::min<float>(preferredHeight, totalWindowHeight * maximumAttachedHeightRatio)));
H A DInspectorFrontendClientLocal.h84 static unsigned constrainedAttachedWindowHeight(unsigned preferredHeight, unsigned totalWindowHeight);
/macosx-10.10/WebCore-7600.1.25/page/
H A DFrame.h238 int preferredHeight() const;
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebFramePrivate.h139 - (int)preferredHeight;
H A DWebFrame.mm1395 - (int)preferredHeight
1398 return frame->preferredHeight();
/macosx-10.10/WebCore-7600.1.25/page/ios/
H A DFrameIOS.mm542 int Frame::preferredHeight() const

Completed in 253 milliseconds