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

  /external/chromium_org/chrome/browser/ui/blocked_content/
popup_blocker_tab_helper.h 26 class PopupBlockerTabHelper
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);
popup_blocker_tab_helper.cc 31 DEFINE_WEB_CONTENTS_USER_DATA_KEY(PopupBlockerTabHelper);
33 struct PopupBlockerTabHelper::BlockedRequest {
42 PopupBlockerTabHelper::PopupBlockerTabHelper(
47 PopupBlockerTabHelper::~PopupBlockerTabHelper() {
50 void PopupBlockerTabHelper::DidNavigateMainFrame(
65 void PopupBlockerTabHelper::PopupNotificationVisibilityChanged(
73 bool PopupBlockerTabHelper::MaybeBlockPopup(
104 void PopupBlockerTabHelper::AddBlockedPopup(const BlockedWindowParams& params)
    [all...]

Completed in 119 milliseconds