Searched defs:WebDialogWebContentsDelegate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/web_dialogs/
H A Dweb_dialog_web_contents_delegate.cc23 WebDialogWebContentsDelegate::WebDialogWebContentsDelegate( function in class:ui::WebDialogWebContentsDelegate
31 WebDialogWebContentsDelegate::~WebDialogWebContentsDelegate() {
34 void WebDialogWebContentsDelegate::Detach() {
38 WebContents* WebDialogWebContentsDelegate::OpenURLFromTab(
43 void WebDialogWebContentsDelegate::AddNewContents(
52 bool WebDialogWebContentsDelegate::IsPopupOrPanel(
59 bool WebDialogWebContentsDelegate::PreHandleGestureEvent(
H A Dweb_dialog_web_contents_delegate.h19 class WEB_DIALOGS_EXPORT WebDialogWebContentsDelegate class in namespace:ui
22 // Handles OpenURLFromTab and AddNewContents for WebDialogWebContentsDelegate.
40 WebDialogWebContentsDelegate(content::BrowserContext* context,
43 virtual ~WebDialogWebContentsDelegate();
77 DISALLOW_COPY_AND_ASSIGN(WebDialogWebContentsDelegate);

Completed in 183 milliseconds