Searched refs:PopupLinks (Results 1 – 4 of 4) sorted by relevance
20 typedef std::map<NSButton*, int> PopupLinks; typedef42 content_setting_bubble::PopupLinks popupLinks_;
461 content_setting_bubble::PopupLinks::iterator i(popupLinks_.find(sender));
56 typedef std::map<views::Link*, int> PopupLinks; typedef92 PopupLinks popup_links_;
177 PopupLinks::const_iterator i(popup_links_.find(source)); in LinkActivated()