Searched refs:PopupManager (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/components/web_modal/
H A Dpopup_manager.cc19 const char kPopupManagerUserDataKey[] = "PopupManager";
21 // This class provides a hook to get a PopupManager from a WebContents.
22 // The PopupManager is browser-scoped, but will use a FromWebContents API
24 class PopupManagerRelay : public content::WebContentsUserData<PopupManager> {
26 explicit PopupManagerRelay(base::WeakPtr<PopupManager> manager)
31 base::WeakPtr<PopupManager> manager_;
36 PopupManager::PopupManager(WebContentsModalDialogHost* host) function in class:web_modal::PopupManager
40 PopupManager::~PopupManager() {
[all...]
H A Dpopup_manager.h25 class PopupManager : public SinglePopupManagerDelegate { class in namespace:web_modal
28 PopupManager(WebContentsModalDialogHost* host);
30 virtual ~PopupManager();
61 // PopupManager from a |web_contents|. Any window which doesn't have a popup
64 static PopupManager* FromWebContents(content::WebContents* web_contents);
76 base::WeakPtrFactory<PopupManager> weak_factory_;
78 DISALLOW_COPY_AND_ASSIGN(PopupManager);
H A Dweb_contents_modal_dialog_manager.h76 friend class PopupManager;
/external/chromium_org/chrome/browser/ui/views/
H A Dconstrained_window_views.cc134 web_modal::PopupManager* popup_manager =
135 web_modal::PopupManager::FromWebContents(web_contents);
143 web_modal::PopupManager* popup_manager =
144 web_modal::PopupManager::FromWebContents(web_contents);
149 // TODO(gbillock): Replace this with PopupManager calls.
H A Ddesktop_media_picker_views.cc446 web_modal::PopupManager* popup_manager =
447 web_modal::PopupManager::FromWebContents(parent_web_contents);
/external/chromium_org/athena/content/
H A Dweb_contents_view_delegate_factory_impl.cc35 web_modal::PopupManager* popup_manager =
36 web_modal::PopupManager::FromWebContents(web_contents_);
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dcaptive_portal_window_proxy.cc74 web_modal::PopupManager* popup_manager =
75 web_modal::PopupManager::FromWebContents(web_contents_);
H A Dwebui_login_view.h204 scoped_ptr<web_modal::PopupManager> popup_manager_;
H A Dwebui_login_view.cc209 popup_manager_.reset(new web_modal::PopupManager(this));
/external/chromium_org/chrome/browser/chromeos/attestation/
H A Dplatform_verification_dialog.cc57 web_modal::PopupManager* popup_manager =
58 web_modal::PopupManager::FromWebContents(web_contents);
/external/chromium_org/chrome/browser/ui/views/tab_contents/
H A Dchrome_web_contents_view_delegate_views.cc65 web_modal::PopupManager* popup_manager =
66 web_modal::PopupManager::FromWebContents(web_contents_);
/external/chromium_org/chrome/browser/extensions/
H A Dextension_view_host.h139 scoped_ptr<web_modal::PopupManager> popup_manager_;
H A Dextension_view_host.cc131 popup_manager_.reset(new web_modal::PopupManager(this));
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dmedia_galleries_dialog_views.cc82 web_modal::PopupManager* popup_manager =
83 web_modal::PopupManager::FromWebContents(controller_->WebContents());
/external/chromium_org/extensions/browser/app_window/
H A Dapp_window.h516 scoped_ptr<web_modal::PopupManager> popup_manager_;
H A Dapp_window.cc290 new web_modal::PopupManager(GetWebContentsModalDialogHost()));
/external/chromium_org/chrome/browser/ui/
H A Dbrowser.h94 class PopupManager;
246 web_modal::PopupManager* popup_manager() {
841 scoped_ptr<web_modal::PopupManager> popup_manager_;
H A Dbrowser.cc452 popup_manager_.reset(new web_modal::PopupManager(
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model.cc319 web_modal::PopupManager* popup_manager =
320 web_modal::PopupManager::FromWebContents(contents);
H A Dtab_strip_model_unittest.cc2567 web_modal::PopupManager popup_manager(NULL);

Completed in 2320 milliseconds