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

/external/chromium_org/chrome/browser/
H A Djumplist_updater_win.cc162 bool JumpListUpdater::AddTasks(const ShellLinkItemList& link_items) { argument
180 for (ShellLinkItemList::const_iterator it = link_items.begin();
181 it != link_items.end(); ++it) {
198 const ShellLinkItemList& link_items,
211 if (link_items.empty() || !max_items)
223 for (ShellLinkItemList::const_iterator item = link_items.begin();
224 item != link_items.end() && max_items > 0; ++item, --max_items) {
197 AddCustomCategory(const std::wstring& category_name, const ShellLinkItemList& link_items, size_t max_items) argument
H A Djumplist_updater_win.h114 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/
H A Dnetwork_menu.cc599 MenuItemVector link_items; local
609 link_items.push_back(MenuItem(ui::MenuModel::TYPE_COMMAND,
645 menu_items_ = link_items;

Completed in 1876 milliseconds