OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebGamepads
(Results
1 - 25
of
34
) sorted by null
1
2
/external/chromium_org/content/common/
gamepad_user_gesture.h
9
class
WebGamepads
;
16
bool GamepadsHaveUserGesture(const blink::
WebGamepads
& gamepads);
gamepad_hardware_buffer.h
9
#include "third_party/WebKit/public/platform/
WebGamepads
.h"
27
// FIXME: Use the generic SharedMemorySeqLockBuffer<blink::
WebGamepads
>.
29
blink::
WebGamepads
buffer;
gamepad_user_gesture.cc
9
#include "third_party/WebKit/public/platform/
WebGamepads
.h"
13
bool GamepadsHaveUserGesture(const blink::
WebGamepads
& gamepads) {
14
for (unsigned i = 0; i < blink::
WebGamepads
::itemsLengthCap; i++) {
/external/chromium_org/content/browser/gamepad/
gamepad_data_fetcher.h
9
class
WebGamepads
;
19
virtual void GetGamepadData(blink::
WebGamepads
* pads,
gamepad_platform_data_fetcher_linux.h
15
#include "third_party/WebKit/public/platform/
WebGamepads
.h"
31
virtual void GetGamepadData(blink::
WebGamepads
* pads,
40
int device_fds_[blink::
WebGamepads
::itemsLengthCap];
44
GamepadStandardMappingFunction mappers_[blink::
WebGamepads
::itemsLengthCap];
47
blink::
WebGamepads
data_;
gamepad_platform_data_fetcher.cc
7
#include "third_party/WebKit/public/platform/
WebGamepads
.h"
14
void GamepadDataFetcherEmpty::GetGamepadData(blink::
WebGamepads
* pads,
gamepad_test_helpers.h
13
#include "third_party/WebKit/public/platform/
WebGamepads
.h"
24
explicit MockGamepadDataFetcher(const blink::
WebGamepads
& test_data);
29
virtual void GetGamepadData(blink::
WebGamepads
* pads,
37
void SetTestData(const blink::
WebGamepads
& new_data);
41
blink::
WebGamepads
test_data_;
66
explicit GamepadServiceTestConstructor(const blink::
WebGamepads
& test_data);
gamepad_test_helpers.cc
12
const blink::
WebGamepads
& test_data)
20
void MockGamepadDataFetcher::GetGamepadData(blink::
WebGamepads
* pads,
33
void MockGamepadDataFetcher::SetTestData(const blink::
WebGamepads
& new_data) {
45
const blink::
WebGamepads
& test_data) {
gamepad_platform_data_fetcher_win.h
26
#include "third_party/WebKit/public/platform/
WebGamepads
.h"
34
virtual void GetGamepadData(blink::
WebGamepads
* pads,
38
bool GetXInputGamepadData(blink::
WebGamepads
* pads,
40
bool GetDirectInputGamepadData(blink::
WebGamepads
* pads,
57
void EnumerateDevices(blink::
WebGamepads
* pads);
93
PadState pad_state_[blink::
WebGamepads
::itemsLengthCap];
gamepad_platform_data_fetcher.h
43
virtual void GetGamepadData(blink::
WebGamepads
* pads,
gamepad_provider_unittest.cc
18
using blink::
WebGamepads
;
47
GamepadProvider* CreateProvider(const
WebGamepads
& test_data) {
68
WebGamepads
test_data;
95
WebGamepads
output;
113
WebGamepads
no_button_data;
123
WebGamepads
button_down_data = no_button_data;
gamepad_platform_data_fetcher_mac.h
17
#include "third_party/WebKit/public/platform/
WebGamepads
.h"
35
virtual void GetGamepadData(blink::
WebGamepads
* pads,
76
blink::
WebGamepads
data_;
99
AssociatedData associated_[blink::
WebGamepads
::itemsLengthCap];
gamepad_platform_data_fetcher_linux.cc
55
tmp_idx >= static_cast<int>(blink::
WebGamepads
::itemsLengthCap)) {
68
using blink::
WebGamepads
;
86
for (size_t i = 0; i <
WebGamepads
::itemsLengthCap; ++i)
90
void GamepadPlatformDataFetcherLinux::GetGamepadData(
WebGamepads
* pads, bool) {
93
data_.length =
WebGamepads
::itemsLengthCap;
96
for (size_t i = 0; i <
WebGamepads
::itemsLengthCap; ++i) {
105
for (size_t i = 0; i <
WebGamepads
::itemsLengthCap; ++i) {
227
// Linker does not like CHECK_LT(index,
WebGamepads
::itemsLengthCap). =/
228
if (index >=
WebGamepads
::itemsLengthCap) {
gamepad_platform_data_fetcher_win.cc
218
for (size_t i = 0; i <
WebGamepads
::itemsLengthCap; ++i)
223
for (size_t i = 0; i <
WebGamepads
::itemsLengthCap; ++i) {
230
for (size_t i = 0; i <
WebGamepads
::itemsLengthCap; ++i) {
238
for (size_t i = 0; i <
WebGamepads
::itemsLengthCap; ++i) {
248
for (size_t i = 0; i <
WebGamepads
::itemsLengthCap; ++i) {
257
WebGamepads
* pads) {
261
for (size_t i = 0; i <
WebGamepads
::itemsLengthCap; ++i) {
311
void GamepadPlatformDataFetcherWin::GetGamepadData(
WebGamepads
* pads,
330
for (size_t i = 0; i <
WebGamepads
::itemsLengthCap; ++i) {
337
pads->length =
WebGamepads
::itemsLengthCap
[
all
...]
/external/chromium_org/third_party/WebKit/public/platform/
WebGamepads.h
40
class
WebGamepads
{
42
WebGamepads
()
55
COMPILE_ASSERT(sizeof(
WebGamepads
) == 1864, WebGamepads_has_wrong_size);
/external/chromium_org/content/renderer/
gamepad_shared_memory_reader.h
10
#include "third_party/WebKit/public/platform/
WebGamepads
.h"
20
void SampleGamepads(blink::
WebGamepads
&);
gamepad_shared_memory_reader.cc
38
void GamepadSharedMemoryReader::SampleGamepads(blink::
WebGamepads
& gamepads) {
45
blink::
WebGamepads
read_into;
85
for (unsigned i = 0; i < blink::
WebGamepads
::itemsLengthCap; i++)
/external/chromium_org/third_party/WebKit/Source/testing/runner/
GamepadController.h
35
#include "public/platform/
WebGamepads
.h"
38
class
WebGamepads
;
65
blink::
WebGamepads
m_gamepads;
GamepadController.cpp
76
if (index < 0 || index >= static_cast<int>(blink::
WebGamepads
::itemsLengthCap))
80
for (unsigned i = 0; i < blink::
WebGamepads
::itemsLengthCap; ++i)
94
if (index < 0 || index >= static_cast<int>(blink::
WebGamepads
::itemsLengthCap))
98
for (unsigned i = 0; i < blink::
WebGamepads
::itemsLengthCap; ++i)
112
if (index < 0 || index >= static_cast<int>(blink::
WebGamepads
::itemsLengthCap))
130
if (index < 0 || index >= static_cast<int>(blink::
WebGamepads
::itemsLengthCap))
147
if (index < 0 || index >= static_cast<int>(blink::
WebGamepads
::itemsLengthCap))
165
if (index < 0 || index >= static_cast<int>(blink::
WebGamepads
::itemsLengthCap))
182
if (index < 0 || index >= static_cast<int>(blink::
WebGamepads
::itemsLengthCap))
/external/chromium_org/content/public/test/
layouttest_support.h
13
class
WebGamepads
;
40
// Sets the
WebGamepads
that should be returned by
42
void SetMockGamepads(const blink::
WebGamepads
& pads);
/external/chromium_org/content/renderer/pepper/
event_conversion.h
21
class
WebGamepads
;
/external/chromium_org/third_party/WebKit/Source/modules/gamepad/
NavigatorGamepad.cpp
38
blink::
WebGamepads
gamepads;
42
for (unsigned i = 0; i < blink::
WebGamepads
::itemsLengthCap; ++i) {
/external/chromium_org/third_party/WebKit/public/testing/
WebTestDelegate.h
45
class
WebGamepads
;
66
virtual void setGamepadData(const blink::
WebGamepads
&) = 0;
/external/chromium_org/content/browser/renderer_host/pepper/
pepper_gamepad_host_unittest.cc
34
void ConstructService(const blink::
WebGamepads
& test_data) {
71
sizeof(blink::
WebGamepads
),
74
blink::
WebGamepads
web_gamepads;
79
size_t webkit_items_length_cap = blink::
WebGamepads
::itemsLengthCap;
129
blink::
WebGamepads
default_data;
130
memset(&default_data, 0, sizeof(blink::
WebGamepads
));
166
blink::
WebGamepads
button_down_data = default_data;
/external/chromium_org/content/test/
layouttest_support.cc
17
#include "third_party/WebKit/public/platform/
WebGamepads
.h"
31
using blink::
WebGamepads
;
85
void SetMockGamepads(const
WebGamepads
& pads) {
Completed in 458 milliseconds
1
2