Home | History | Annotate | Download | only in cocoa

Lines Matching defs:HistoryItem

65   struct HistoryItem {
67 HistoryItem();
69 HistoryItem(const HistoryItem& copy);
70 ~HistoryItem();
89 // quickly), the NSMenu can release the item before the HistoryItem has
101 // If the HistoryItem is a window, this will be the vector of tabs. Note
105 std::vector<HistoryItem*> tabs;
109 void operator=(const HistoryItem&);
143 // corresponding HistoryItem.
144 HistoryItem* HistoryItemForMenuItem(NSMenuItem* item);
166 NSMenuItem* AddItemToMenu(HistoryItem* item,
183 // Creates a HistoryItem* for the given tab entry. Caller takes ownership of
185 HistoryItem* HistoryItemForTab(const TabRestoreService::Tab& entry);
189 void GetFaviconForHistoryItem(HistoryItem* item);
192 // request it. This decodes the raw data, updates the HistoryItem, and then
195 void GotFaviconData(HistoryItem* item,
198 // Cancels a favicon load request for a given HistoryItem, if one is in
200 void CancelFaviconRequest(HistoryItem* item);
217 std::map<NSMenuItem*, HistoryItem*> menu_item_map_;
226 // The default favicon if a HistoryItem does not have one.