Home
last modified time | relevance | path

Searched refs:PopupLinks (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/cocoa/content_settings/
Dcontent_setting_bubble_cocoa.h20 typedef std::map<NSButton*, int> PopupLinks; typedef
42 content_setting_bubble::PopupLinks popupLinks_;
Dcontent_setting_bubble_cocoa.mm461 content_setting_bubble::PopupLinks::iterator i(popupLinks_.find(sender));
/external/chromium/chrome/browser/ui/views/
Dcontent_setting_bubble_contents.h56 typedef std::map<views::Link*, int> PopupLinks; typedef
92 PopupLinks popup_links_;
Dcontent_setting_bubble_contents.cc177 PopupLinks::const_iterator i(popup_links_.find(source)); in LinkActivated()