Searched defs:PopupBlockerTabHelper (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/chrome/browser/ui/blocked_content/
H A Dpopup_blocker_tab_helper.cc31 DEFINE_WEB_CONTENTS_USER_DATA_KEY(PopupBlockerTabHelper); variable
33 struct PopupBlockerTabHelper::BlockedRequest {
42 PopupBlockerTabHelper::PopupBlockerTabHelper( function in class:PopupBlockerTabHelper
47 PopupBlockerTabHelper::~PopupBlockerTabHelper() {
50 void PopupBlockerTabHelper::DidNavigateMainFrame(
65 void PopupBlockerTabHelper::PopupNotificationVisibilityChanged(
73 bool PopupBlockerTabHelper::MaybeBlockPopup(
104 void PopupBlockerTabHelper
[all...]
H A Dpopup_blocker_tab_helper.h26 class PopupBlockerTabHelper class in inherits:content::WebContentsObserver,content::WebContentsUserData
28 public content::WebContentsUserData<PopupBlockerTabHelper> {
33 virtual ~PopupBlockerTabHelper();
58 friend class content::WebContentsUserData<PopupBlockerTabHelper>;
60 explicit PopupBlockerTabHelper(content::WebContents* web_contents);
67 DISALLOW_COPY_AND_ASSIGN(PopupBlockerTabHelper);

Completed in 346 milliseconds