Searched defs:gamepad (Results 1 – 12 of 12) sorted by relevance
| /external/chromium_org/third_party/WebKit/Source/modules/gamepad/ |
| D | GamepadEvent.h | 16 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
|
| D | GamepadDispatcher.cpp | 33 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()
|
| D | NavigatorGamepad.cpp | 43 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
|
| D | WebKitGamepadList.cpp | 19 void WebKitGamepadList::set(unsigned index, WebKitGamepad* gamepad) in set()
|
| D | GamepadList.cpp | 40 void GamepadList::set(unsigned index, Gamepad* gamepad) in set()
|
| D | GamepadEvent.cpp | 19 …padEvent::GamepadEvent(const AtomicString& type, bool canBubble, bool cancelable, Gamepad* gamepad) in GamepadEvent()
|
| /external/chromium_org/content/browser/renderer_host/pepper/ |
| D | pepper_gamepad_host.h | 49 const blink::WebGamepad& gamepad) OVERRIDE {} in OnGamepadConnected() 52 const blink::WebGamepad& gamepad) OVERRIDE {} in OnGamepadDisconnected()
|
| /external/chromium_org/content/browser/renderer_host/ |
| D | gamepad_browser_message_filter.cc | 36 const blink::WebGamepad& gamepad) { in OnGamepadConnected() 42 const blink::WebGamepad& gamepad) { in OnGamepadDisconnected()
|
| /external/chromium_org/content/renderer/ |
| D | gamepad_shared_memory_reader.cc | 145 const blink::WebGamepad& gamepad) { in OnGamepadConnected() 155 const blink::WebGamepad& gamepad) { in OnGamepadDisconnected()
|
| /external/chromium_org/content/browser/gamepad/ |
| D | gamepad_platform_data_fetcher_win.cc | 125 RawGamepadInfo* gamepad = raw_inputs[i]; in EnumerateDevices() local 272 RawGamepadInfo* gamepad = raw_input_fetcher_->GetGamepadInfo( in GetRawInputPadData() local
|
| D | raw_input_data_fetcher_win.cc | 440 RawGamepadInfo* gamepad = GetGamepadInfo(input->header.hDevice); in OnInput() local
|
| /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/ |
| D | GamepadList.java | 165 GamepadDevice gamepad = mGamepadDevices[i]; in getDeviceById() local
|