HomeSort by relevance Sort by last modified time
    Searched refs:max_slots (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/
jumplist_win.cc 289 int max_slots) {
293 if (data.empty() || !max_slots)
308 item != data.end() && max_slots > 0; ++item, --max_slots) {
413 UINT max_slots; local
415 result = destination_list->BeginList(&max_slots, __uuidof(*removed),
441 size_t most_visited_items = MulDiv(max_slots, kMostVisited, kTotal);
442 size_t recently_closed_items = max_slots - most_visited_items;
  /external/bluetooth/bluez/lib/bluetooth/
hci.h 1889 uint8_t max_slots; member in struct:__anon2188
    [all...]
  /external/qemu/hw/
bt.h 1512 uint8_t max_slots; member in struct:__anon11137
    [all...]
  /system/bluetooth/bluez-clean-headers/bluetooth/
hci.h 1955 uint8_t max_slots; member in struct:__anon36319
    [all...]
  /external/bluetooth/hcidump/parser/
hci.c     [all...]

Completed in 2272 milliseconds