Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/gamepad/
DGamepadCommon.cpp41 void GamepadCommon::setAxes(unsigned count, const double* data) in setAxes() function in blink::GamepadCommon
DGamepadCommon.h57 void setAxes(unsigned count, const double* data);
DNavigatorGamepad.cpp50 gamepad.setAxes(webGamepad.axesLength, webGamepad.axes); in sampleGamepad()