Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/inspector/
DInspectorFrontendClientLocal.cpp51 static const char* inspectorAttachedHeightSetting = "inspectorAttachedHeight"; variable
123 m_settings->setProperty(inspectorAttachedHeightSetting, String::number(attachedHeight)); in changeAttachedWindowHeight()
149 String value = m_settings->getProperty(inspectorAttachedHeightSetting); in restoreAttachedWindowHeight()