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

  /external/chromium_org/ui/web_dialogs/
web_dialog_web_contents_delegate.cc 22 WebDialogWebContentsDelegate::WebDialogWebContentsDelegate(
30 WebDialogWebContentsDelegate::~WebDialogWebContentsDelegate() {
33 void WebDialogWebContentsDelegate::Detach() {
37 WebContents* WebDialogWebContentsDelegate::OpenURLFromTab(
42 void WebDialogWebContentsDelegate::AddNewContents(
51 bool WebDialogWebContentsDelegate::IsPopupOrPanel(
web_dialog_web_contents_delegate.h 19 class WEB_DIALOGS_EXPORT WebDialogWebContentsDelegate
22 // Handles OpenURLFromTab and AddNewContents for WebDialogWebContentsDelegate.
40 WebDialogWebContentsDelegate(content::BrowserContext* context,
43 virtual ~WebDialogWebContentsDelegate();
75 DISALLOW_COPY_AND_ASSIGN(WebDialogWebContentsDelegate);

Completed in 89 milliseconds