Searched refs:constrainedAttachedWindowHeight (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorFrontendClientLocal.cpp199 unsigned attachedHeight = constrainedAttachedWindowHeight(height, totalHeight);
266 setAttachedWindowHeight(constrainedAttachedWindowHeight(preferredHeight, inspectedPageHeight));
326 unsigned InspectorFrontendClientLocal::constrainedAttachedWindowHeight(unsigned preferredHeight, unsigned totalWindowHeight) function in class:WebCore::InspectorFrontendClientLocal
H A DInspectorFrontendClientLocal.h84 static unsigned constrainedAttachedWindowHeight(unsigned preferredHeight, unsigned totalWindowHeight);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DWebInspectorProxyMac.mm659 CGFloat inspectorHeight = InspectorFrontendClientLocal::constrainedAttachedWindowHeight(currentDimension, parentHeight);

Completed in 88 milliseconds