Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/inspector/
DInspectorFrontendHost.cpp196 void InspectorFrontendHost::moveWindowBy(float x, float y) const in moveWindowBy() function in WebCore::InspectorFrontendHost
199 m_client->moveWindowBy(x, y); in moveWindowBy()
DInspectorFrontendClient.h49 virtual void moveWindowBy(float x, float y) = 0;
DInspectorFrontendClientLocal.h62 virtual void moveWindowBy(float x, float y);
DInspectorFrontendHost.h70 void moveWindowBy(float x, float y) const;
DInspectorFrontendClientLocal.cpp127 void InspectorFrontendClientLocal::moveWindowBy(float x, float y) in moveWindowBy() function in WebCore::InspectorFrontendClientLocal
DInspectorFrontendHost.idl44 void moveWindowBy(in float x, in float y);
/external/webkit/Source/WebCore/inspector/front-end/
DInspectorFrontendHostStub.js88 moveWindowBy: function(x, y) method in WebInspector.InspectorFrontendHostStub
DToolbar.js94 InspectorFrontendHost.moveWindowBy(x, y);
/external/webkit/Source/WebKit/chromium/src/
DInspectorFrontendClientImpl.h57 virtual void moveWindowBy(float x, float y);
DInspectorFrontendClientImpl.cpp82 void InspectorFrontendClientImpl::moveWindowBy(float x, float y) in moveWindowBy() function in WebKit::InspectorFrontendClientImpl
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-1620376 (WebKit::InspectorFrontendClientImpl::moveWindowBy):
20551 Add stubs for moveWindowBy and setAttachedWindowHeight.
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2435231 (WebCore::InspectorFrontendClientLocal::moveWindowBy):
35248 (WebCore::InspectorFrontendHost::moveWindowBy):
DChangeLog-2008-08-1065225 … Fix typos and rename InspectorController::moveByUnrestricted to InspectorController::moveWindowBy.
65230 (WebCore::InspectorController::moveWindowBy):
DChangeLog-2010-01-2926757 (WebCore::InspectorFrontendHost::moveWindowBy):
26887 (.WebInspector.InspectorFrontendHostStub.prototype.moveWindowBy):
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1623909 (WebKit::WebInspectorFrontendClient::moveWindowBy): Added.