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

  /external/chromium_org/android_webview/native/
aw_web_contents_view_delegate.cc 14 content::WebContentsViewDelegate* AwWebContentsViewDelegate::Create(
16 return new AwWebContentsViewDelegate(web_contents);
19 AwWebContentsViewDelegate::AwWebContentsViewDelegate(
26 AwWebContentsViewDelegate::~AwWebContentsViewDelegate() {}
28 content::WebDragDestDelegate* AwWebContentsViewDelegate::GetDragDestDelegate() {
35 void AwWebContentsViewDelegate::ShowContextMenu(
aw_web_contents_view_delegate.h 20 class AwWebContentsViewDelegate : public content::WebContentsViewDelegate {
25 virtual ~AwWebContentsViewDelegate();
34 AwWebContentsViewDelegate(content::WebContents* web_contents);
40 DISALLOW_COPY_AND_ASSIGN(AwWebContentsViewDelegate);

Completed in 856 milliseconds