Searched refs:inspectorAttachDisabled (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebKit-7600.1.25/cf/WebCoreSupport/
H A DWebInspectorClientCF.cpp65 static const char* inspectorAttachDisabledSetting = "inspectorAttachDisabled";
99 bool WebInspectorClient::inspectorAttachDisabled() function in class:WebInspectorClient
/macosx-10.10/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebInspectorClient.h88 bool inspectorAttachDisabled();
H A DWebInspectorClient.mm175 m_frontendClient->attachAvailabilityChanged(m_frontendClient->canAttachWindow() && !inspectorAttachDisabled());
551 _dockButton.get().hidden = !_frontendClient->canAttachWindow() || _inspectorClient->inspectorAttachDisabled();
620 _shouldAttach = _inspectorClient->inspectorStartsAttached() && _frontendClient->canAttachWindow() && !_inspectorClient->inspectorAttachDisabled();
/macosx-10.10/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebInspectorClient.h73 bool inspectorAttachDisabled();

Completed in 100 milliseconds