OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:webkit_data
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ppapi/shared_impl/
ppb_gamepad_shared.cc
11
void ConvertWebKitGamepadData(const WebKitGamepads&
webkit_data
,
13
output_data->length =
webkit_data
.length;
14
for (unsigned i = 0; i <
webkit_data
.length; ++i) {
16
const WebKitGamepad& webkit_pad =
webkit_data
.items[i];
ppb_gamepad_shared.h
73
const WebKitGamepads&
webkit_data
,
/external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.cc
471
blink::WebGamepads
webkit_data
;
local
472
RenderThreadImpl::current()->SampleGamepads(&
webkit_data
);
474
bit_cast<ppapi::WebKitGamepads>(
webkit_data
), data);
[
all
...]
Completed in 30 milliseconds