Home
last modified time | relevance | path

Searched defs:gamepad (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/gamepad/
DGamepadEvent.h16 Member<Gamepad> gamepad; member
25 …r<GamepadEvent> create(const AtomicString& type, bool canBubble, bool cancelable, Gamepad* gamepad) in create()
35 Gamepad* gamepad() const { return m_gamepad.get(); } in gamepad() function
DGamepadDispatcher.cpp33 void GamepadDispatcher::didConnectGamepad(unsigned index, const blink::WebGamepad& gamepad) in didConnectGamepad()
38 void GamepadDispatcher::didDisconnectGamepad(unsigned index, const blink::WebGamepad& gamepad) in didDisconnectGamepad()
43 …cher::dispatchDidConnectOrDisconnectGamepad(unsigned index, const blink::WebGamepad& gamepad, bool… in dispatchDidConnectOrDisconnectGamepad()
DNavigatorGamepad.cpp43 static void sampleGamepad(unsigned index, T& gamepad, const blink::WebGamepad& webGamepad) in sampleGamepad()
64 GamepadType* gamepad = into->item(i); in sampleGamepads() local
149 Gamepad* gamepad = m_gamepads->item(change.index); in didUpdateData() local
DWebKitGamepadList.cpp19 void WebKitGamepadList::set(unsigned index, WebKitGamepad* gamepad) in set()
DGamepadList.cpp40 void GamepadList::set(unsigned index, Gamepad* gamepad) in set()
DGamepadEvent.cpp19 …padEvent::GamepadEvent(const AtomicString& type, bool canBubble, bool cancelable, Gamepad* gamepad) in GamepadEvent()
/external/chromium_org/content/browser/renderer_host/pepper/
Dpepper_gamepad_host.h49 const blink::WebGamepad& gamepad) OVERRIDE {} in OnGamepadConnected()
52 const blink::WebGamepad& gamepad) OVERRIDE {} in OnGamepadDisconnected()
/external/chromium_org/content/browser/renderer_host/
Dgamepad_browser_message_filter.cc36 const blink::WebGamepad& gamepad) { in OnGamepadConnected()
42 const blink::WebGamepad& gamepad) { in OnGamepadDisconnected()
/external/chromium_org/content/renderer/
Dgamepad_shared_memory_reader.cc145 const blink::WebGamepad& gamepad) { in OnGamepadConnected()
155 const blink::WebGamepad& gamepad) { in OnGamepadDisconnected()
/external/chromium_org/content/browser/gamepad/
Dgamepad_platform_data_fetcher_win.cc125 RawGamepadInfo* gamepad = raw_inputs[i]; in EnumerateDevices() local
272 RawGamepadInfo* gamepad = raw_input_fetcher_->GetGamepadInfo( in GetRawInputPadData() local
Draw_input_data_fetcher_win.cc440 RawGamepadInfo* gamepad = GetGamepadInfo(input->header.hDevice); in OnInput() local
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
DGamepadList.java165 GamepadDevice gamepad = mGamepadDevices[i]; in getDeviceById() local