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

  /external/chromium_org/chrome/browser/
jumplist_updater_win.cc 158 bool JumpListUpdater::AddTasks(const ShellLinkItemList& link_items) {
176 for (ShellLinkItemList::const_iterator it = link_items.begin();
177 it != link_items.end(); ++it) {
194 const ShellLinkItemList& link_items,
207 if (link_items.empty() || !max_items)
219 for (ShellLinkItemList::const_iterator item = link_items.begin();
220 item != link_items.end() && max_items > 0; ++item, --max_items) {
jumplist_updater_win.h 114 bool AddTasks(const ShellLinkItemList& link_items);
119 // |max_items| specifies the maximum number of items from |link_items| to add
122 const ShellLinkItemList& link_items,
  /external/chromium_org/chrome/browser/chromeos/status/
network_menu.cc 598 MenuItemVector link_items; local
608 link_items.push_back(MenuItem(ui::MenuModel::TYPE_COMMAND,
644 menu_items_ = link_items;

Completed in 87 milliseconds