Home
last modified time | relevance | path

Searched refs:attachedHeight (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/inspector/
DInspectorFrontendClientLocal.cpp122 unsigned attachedHeight = constrainedAttachedWindowHeight(height, totalHeight); in changeAttachedWindowHeight() local
123 m_settings->setProperty(inspectorAttachedHeightSetting, String::number(attachedHeight)); in changeAttachedWindowHeight()
124 setAttachedWindowHeight(attachedHeight); in changeAttachedWindowHeight()