Home | History | Annotate | Download | only in inspector

Lines Matching defs:setAttachedWindowHeight

430     m_client->setAttachedWindowHeight(constrainedAttachedWindowHeight(preferredHeight, inspectedPageHeight));
448 void InspectorController::setAttachedWindowHeight(unsigned height)
458 m_client->setAttachedWindowHeight(attachedHeight);
632 // FIXME: Clean up code so we only have to call setAttachedWindowHeight in InspectorController::attachWindow
633 m_client->setAttachedWindowHeight(constrainedAttachedWindowHeight(preferredHeight, inspectedPageHeight));