Home
last modified time | relevance | path

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

/external/webkit/WebCore/inspector/
DInspectorController.h215 void moveWindowBy(float x, float y) const;
DInspectorController.cpp941 controller->moveWindowBy(narrowPrecisionToFloat(x), narrowPrecisionToFloat(y)); in moveByUnrestricted()
2574 void InspectorController::moveWindowBy(float x, float y) const in moveWindowBy() function in WebCore::InspectorController
/external/webkit/WebCore/
DChangeLog-2008-08-1065225 … Fix typos and rename InspectorController::moveByUnrestricted to InspectorController::moveWindowBy.
65230 (WebCore::InspectorController::moveWindowBy):