Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/inspector/
DInspectorFrontendClientLocal.cpp99 if (!canAttachWindow()) in requestAttachWindow()
111 bool InspectorFrontendClientLocal::canAttachWindow() in canAttachWindow() function in WebCore::InspectorFrontendClientLocal
DInspectorFrontendClientLocal.h70 bool canAttachWindow();
/external/webkit/Source/WebCore/inspector/front-end/
DInspectorFrontendHostStub.js118 canAttachWindow: function() method in WebInspector.InspectorFrontendHostStub
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebInspectorClient.cpp376 if (shouldAttach && !canAttachWindow()) in showWindowWithoutNotifications()
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebInspectorClient.mm363 if (_shouldAttach && !_frontendClient->canAttachWindow())
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2426228 whether the window is docked or not. The old canAttachWindow() is not
35229 (WebCore::InspectorFrontendClientLocal::canAttachWindow):
35246 (WebCore::InspectorFrontendHost::canAttachWindow):
42314 (.WebInspector.InspectorFrontendHostStub.prototype.canAttachWindow):
44229 … (WebCore::InspectorController::canAttachWindow): Use the minimum height for this calculation,
44237 (WebCore::InspectorFrontendHost::canAttachWindow):
44868 …(WebCore::InspectorController::canAttachWindow): Provide a utility for WebKits to make a showWindo…
DChangeLog-2010-12-0689319 (.WebInspector.InspectorFrontendHostStub.prototype.canAttachWindow):
89337 (.WebInspector.InspectorFrontendHostStub.prototype.canAttachWindow):
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-1620381 (WebKit::InspectorFrontendClientImpl::canAttachWindow):