HomeSort by relevance Sort by last modified time
    Searched defs:GamepadList (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/gamepad/
GamepadList.cpp 27 #include "modules/gamepad/GamepadList.h"
31 GamepadList::GamepadList()
35 void GamepadList::set(unsigned index, Gamepad* gamepad)
42 Gamepad* GamepadList::item(unsigned index)
47 void GamepadList::trace(Visitor* visitor)
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
GamepadList.java 29 public class GamepadList {
41 private GamepadList() {
76 * Notifies the GamepadList that a {@link ContentView} is attached to a window and it should
99 * Notifies the GamepadList that a {@link ContentView} is detached from it's window.
141 private static GamepadList getInstance() {
333 private static final GamepadList INSTANCE = new GamepadList();

Completed in 1063 milliseconds