Searched defs:buttons_length (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ppapi/c/
H A Dppb_gamepad.h46 uint32_t buttons_length; member in struct:PP_GamepadSampleData
48 * Normalized values for the buttons, indices valid up to |buttons_length|
/external/chromium_org/ppapi/shared_impl/
H A Dppb_gamepad_shared.h50 unsigned buttons_length; member in struct:ppapi::WebKitGamepad
/external/chromium_org/content/browser/gamepad/
H A Draw_input_data_fetcher_win.cc207 gamepad_info->buttons_length = 0;
286 gamepad_info->buttons_length = std::max(
287 gamepad_info->buttons_length, max_index);
350 if (gamepad_info->buttons_length) {
353 ULONG buttons_length = 0; local
358 &buttons_length,
363 scoped_ptr<USAGE_AND_PAGE[]> usages(new USAGE_AND_PAGE[buttons_length]);
368 &buttons_length,
375 for (uint32_t j = 0; j < buttons_length; j++) {
H A Draw_input_data_fetcher_win.h47 uint32_t buttons_length; member in struct:content::RawGamepadInfo

Completed in 248 milliseconds