Searched refs:max_slots (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/
H A Djumplist_win.cc289 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;
284 UpdateCategory(base::win::ScopedComPtr<ICustomDestinationList> list, int category_id, const std::wstring& application, const std::wstring& switches, const ShellLinkItemList& data, int max_slots) argument
/external/bluetooth/bluedroid/stack/include/
H A Dhcimsgs.h1168 HCI_API extern void btsnd_hcie_max_slots_change(void *buffer, UINT16 handle, UINT8 max_slots);
/external/qemu/hw/
H A Dbt.h1512 uint8_t max_slots; member in struct:__anon10922

Completed in 642 milliseconds