OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gamepads
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/gamepad/
gamepad_service.cc
149
blink::WebGamepads
gamepads
;
local
150
provider_->GetCurrentGamepadData(&
gamepads
);
152
const blink::WebGamepad& pad =
gamepads
.items[i];
/external/chromium_org/third_party/WebKit/Source/modules/gamepad/
NavigatorGamepad.cpp
57
WebGamepads
gamepads
;
local
59
GamepadDispatcher::instance().sampleGamepads(
gamepads
);
62
WebGamepad& webGamepad =
gamepads
.items[i];
63
if (i <
gamepads
.length && webGamepad.connected) {
100
return NavigatorGamepad::from(navigator).
gamepads
();
114
GamepadList* NavigatorGamepad::
gamepads
()
function in class:blink::NavigatorGamepad
139
// We register to the dispatcher before sampling
gamepads
so we need to check if we actually have an event listener.
274
gamepads
();
Completed in 120 milliseconds