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

/external/chromium_org/components/web_modal/
H A Dpopup_manager.cc24 class PopupManagerRelay : public content::WebContentsUserData<PopupManager> { class in namespace:web_modal::__anon6933
26 explicit PopupManagerRelay(base::WeakPtr<PopupManager> manager) function in class:web_modal::__anon6933::PopupManagerRelay
29 virtual ~PopupManagerRelay() {}
93 new PopupManagerRelay(weak_factory_.GetWeakPtr()));
106 PopupManagerRelay* relay = static_cast<PopupManagerRelay*>(

Completed in 936 milliseconds