Searched defs:deviceFile (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/linux/
H A DGamepadDeviceLinux.cpp38 GamepadDeviceLinux::GamepadDeviceLinux(String deviceFile) argument
/macosx-10.10/WebCore-7600.1.25/platform/efl/
H A DGamepadsEfl.cpp50 static PassOwnPtr<GamepadDeviceEfl> create(const String& deviceFile) argument
56 const String& deviceFile() const { return m_deviceFile; } function in class:WebCore::GamepadDeviceEfl
66 GamepadDeviceEfl::GamepadDeviceEfl(const String& deviceFile) argument
184 const char* deviceFile = eeze_udev_syspath_get_devpath(syspath.utf8().data()); local
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DGamepadsGtk.cpp47 static PassOwnPtr<GamepadDeviceGtk> create(String deviceFile) argument
61 GamepadDeviceGtk::GamepadDeviceGtk(String deviceFile) argument
129 String deviceFile = String::fromUTF8(g_udev_device_get_device_file(device)); local
141 void GamepadsGtk::registerDevice(String deviceFile) argument
155 unregisterDevice(String deviceFile) argument
196 String deviceFile = String::fromUTF8(g_udev_device_get_device_file(device)); local
206 const gchar* deviceFile = g_udev_device_get_device_file(device); local
[all...]

Completed in 264 milliseconds