HomeSort by relevance Sort by last modified time
    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 82 const WebKitGamepads& webkit_data,
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.cc 505 blink::WebGamepads webkit_data; local
506 RenderThreadImpl::current()->SampleGamepads(&webkit_data);
507 ConvertWebKitGamepadData(bit_cast<ppapi::WebKitGamepads>(webkit_data), data);
    [all...]

Completed in 714 milliseconds