Searched refs:m_attached (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebInspectorClient.cpp235 , m_attached(false)
254 if (m_attached)
257 setAttachedWindow(m_attached ? DOCKED_TO_BOTTOM : UNDOCKED);
284 if (m_attached)
291 // Make sure that m_attached is true so that calling setAttachedWindowHeight from restoreAttachedWindowHeight doesn't return early.
292 m_attached = true;
302 if (!m_attached)
313 if (!m_attached)
360 if (!m_attached) {
372 m_attached
[all...]
H A DWebInspectorClient.h140 bool m_attached; member in class:WebInspectorFrontendClient

Completed in 160 milliseconds