Searched defs:moveWindowBy (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DInspectorFrontendClientImpl.cpp82 void InspectorFrontendClientImpl::moveWindowBy(float x, float y) function in class:WebKit::InspectorFrontendClientImpl
/external/webkit/Source/WebCore/inspector/
H A DInspectorFrontendClientLocal.cpp127 void InspectorFrontendClientLocal::moveWindowBy(float x, float y) function in class:WebCore::InspectorFrontendClientLocal
H A DInspectorFrontendHost.cpp196 void InspectorFrontendHost::moveWindowBy(float x, float y) const function in class:WebCore::InspectorFrontendHost
199 m_client->moveWindowBy(x, y);
/external/webkit/Source/WebCore/inspector/front-end/
H A DInspectorFrontendHostStub.js88 moveWindowBy: function(x, y)

Completed in 110 milliseconds