Home
last modified time | relevance | path

Searched refs:ShellWebContentsViewDelegate (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/shell/browser/
Dshell_web_contents_view_delegate_android.cc17 return new ShellWebContentsViewDelegate(web_contents); in CreateShellWebContentsViewDelegate()
21 ShellWebContentsViewDelegate::ShellWebContentsViewDelegate( in ShellWebContentsViewDelegate() function in content::ShellWebContentsViewDelegate
26 ShellWebContentsViewDelegate::~ShellWebContentsViewDelegate() { in ~ShellWebContentsViewDelegate()
29 void ShellWebContentsViewDelegate::ShowContextMenu( in ShowContextMenu()
42 WebDragDestDelegate* ShellWebContentsViewDelegate::GetDragDestDelegate() { in GetDragDestDelegate()
Dshell_web_contents_view_delegate_win.cc61 return new ShellWebContentsViewDelegate(web_contents); in CreateShellWebContentsViewDelegate()
64 ShellWebContentsViewDelegate::ShellWebContentsViewDelegate( in ShellWebContentsViewDelegate() function in content::ShellWebContentsViewDelegate
69 ShellWebContentsViewDelegate::~ShellWebContentsViewDelegate() { in ~ShellWebContentsViewDelegate()
72 void ShellWebContentsViewDelegate::ShowContextMenu( in ShowContextMenu()
192 void ShellWebContentsViewDelegate::MenuItemSelected(int selection) { in MenuItemSelected()
235 WebDragDestDelegate* ShellWebContentsViewDelegate::GetDragDestDelegate() { in GetDragDestDelegate()
239 void ShellWebContentsViewDelegate::StoreFocus() { in StoreFocus()
242 void ShellWebContentsViewDelegate::RestoreFocus() { in RestoreFocus()
245 bool ShellWebContentsViewDelegate::Focus() { in Focus()
249 void ShellWebContentsViewDelegate::TakeFocus(bool reverse) { in TakeFocus()
[all …]
Dshell_web_contents_view_delegate.h14 class ShellWebContentsViewDelegate : public WebContentsViewDelegate {
16 explicit ShellWebContentsViewDelegate(WebContents* web_contents);
17 virtual ~ShellWebContentsViewDelegate();
42 DISALLOW_COPY_AND_ASSIGN(ShellWebContentsViewDelegate);
Dshell_web_contents_view_delegate_mac.mm41 content::ShellWebContentsViewDelegate* delegate_;
46 - (id)initWithDelegate:(content::ShellWebContentsViewDelegate*) delegate { argument
84 return new ShellWebContentsViewDelegate(web_contents);
87 ShellWebContentsViewDelegate::ShellWebContentsViewDelegate(
92 ShellWebContentsViewDelegate::~ShellWebContentsViewDelegate() {
95 void ShellWebContentsViewDelegate::ShowContextMenu(
224 void ShellWebContentsViewDelegate::ActionPerformed(int tag) {
268 WebDragDestDelegate* ShellWebContentsViewDelegate::GetDragDestDelegate() {
273 ShellWebContentsViewDelegate::CreateRenderWidgetHostViewDelegate(