Searched refs:moveWindowBy (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorFrontendClient.h55 virtual void moveWindowBy(float x, float y) = 0;
H A DInspectorFrontendHost.idl50 void moveWindowBy(unrestricted float x, unrestricted float y);
H A DInspectorFrontendHost.h67 void moveWindowBy(float x, float y) const;
H A DInspectorFrontendClientLocal.h64 virtual void moveWindowBy(float x, float y) override;
H A DInspectorFrontendHost.cpp209 void InspectorFrontendHost::moveWindowBy(float x, float y) const function in class:WebCore::InspectorFrontendHost
212 m_client->moveWindowBy(x, y);
H A DInspectorFrontendClientLocal.cpp230 void InspectorFrontendClientLocal::moveWindowBy(float x, float y) function in class:WebCore::InspectorFrontendClientLocal
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Protocol/
H A DInspectorFrontendHostStub.js84 moveWindowBy: function(x, y) method in class:WebInspector.InspectorFrontendHostStub
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Base/
H A DMain.js1333 InspectorFrontendHost.moveWindowBy(x, y);

Completed in 93 milliseconds