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

/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorFrontendClientLocal.h85 static unsigned constrainedAttachedWindowWidth(unsigned preferredWidth, unsigned totalWindowWidth);
H A DInspectorFrontendClientLocal.cpp207 unsigned attachedWidth = constrainedAttachedWindowWidth(width, totalWidth);
331 unsigned InspectorFrontendClientLocal::constrainedAttachedWindowWidth(unsigned preferredWidth, unsigned totalWindowWidth) function in class:WebCore::InspectorFrontendClientLocal
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DWebInspectorProxyMac.mm672 CGFloat inspectorWidth = InspectorFrontendClientLocal::constrainedAttachedWindowWidth(currentDimension, parentWidth);

Completed in 445 milliseconds