OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GamepadServiceTestConstructor
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/browser/gamepad/
gamepad_test_helpers.cc
53
GamepadServiceTestConstructor
::
GamepadServiceTestConstructor
(
60
GamepadServiceTestConstructor
::~
GamepadServiceTestConstructor
() {
gamepad_test_helpers.h
69
class
GamepadServiceTestConstructor
: public GamepadTestHelper {
71
explicit
GamepadServiceTestConstructor
(const blink::WebGamepads& test_data);
72
virtual ~
GamepadServiceTestConstructor
();
84
DISALLOW_COPY_AND_ASSIGN(
GamepadServiceTestConstructor
);
gamepad_service.h
27
class
GamepadServiceTestConstructor
;
84
friend class
GamepadServiceTestConstructor
;
/external/chromium_org/content/browser/renderer_host/pepper/
pepper_gamepad_host_unittest.cc
32
service_.reset(new
GamepadServiceTestConstructor
(test_data));
38
scoped_ptr<
GamepadServiceTestConstructor
> service_;
Completed in 47 milliseconds