Searched defs:ShellWebContentsViewDelegate (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/shell/browser/
H A Dshell_web_contents_view_delegate_android.cc17 return new ShellWebContentsViewDelegate(web_contents);
21 ShellWebContentsViewDelegate::ShellWebContentsViewDelegate( function in class:content::ShellWebContentsViewDelegate
26 ShellWebContentsViewDelegate::~ShellWebContentsViewDelegate() {
29 void ShellWebContentsViewDelegate::ShowContextMenu(
H A Dshell_web_contents_view_delegate.h14 class ShellWebContentsViewDelegate : public WebContentsViewDelegate { class in namespace:content
16 explicit ShellWebContentsViewDelegate(WebContents* web_contents);
17 virtual ~ShellWebContentsViewDelegate();
44 DISALLOW_COPY_AND_ASSIGN(ShellWebContentsViewDelegate);
H A Dshell_web_contents_view_delegate_win.cc61 return new ShellWebContentsViewDelegate(web_contents);
64 ShellWebContentsViewDelegate::ShellWebContentsViewDelegate( function in class:content::ShellWebContentsViewDelegate
69 ShellWebContentsViewDelegate::~ShellWebContentsViewDelegate() {
72 void ShellWebContentsViewDelegate::ShowContextMenu(
192 void ShellWebContentsViewDelegate::MenuItemSelected(int selection) {
236 void ShellWebContentsViewDelegate::ShowDisambiguationPopup(
244 void ShellWebContentsViewDelegate::HideDisambiguationPopup() {

Completed in 95 milliseconds