HomeSort by relevance Sort by last modified time
    Searched full:associated_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/gamepad/
gamepad_platform_data_fetcher_mac.mm 57 memset(associated_, 0, sizeof(associated_));
161 AssociatedData& associated = associated_[slot];
243 !associated_[slot].is_xbox &&
244 associated_[slot].hid.device_ref == device)
253 if (associated_[slot].is_xbox &&
254 associated_[slot].xbox.location_id == device->location_id()) {
258 DCHECK_EQ(associated_[slot].xbox.device, device);
296 associated_[slot].hid.mapper =
302 associated_[slot].hid.mapper ? "STANDARD GAMEPAD " : ""
    [all...]
gamepad_platform_data_fetcher_mac.h 99 AssociatedData associated_[blink::WebGamepads::itemsLengthCap]; member in class:content::GamepadPlatformDataFetcherMac

Completed in 374 milliseconds