Searched refs:ShellWebContentsViewDelegate (Results 1 – 4 of 4) sorted by relevance
17 return new ShellWebContentsViewDelegate(web_contents); in CreateShellWebContentsViewDelegate()21 ShellWebContentsViewDelegate::ShellWebContentsViewDelegate( in ShellWebContentsViewDelegate() function in content::ShellWebContentsViewDelegate26 ShellWebContentsViewDelegate::~ShellWebContentsViewDelegate() { in ~ShellWebContentsViewDelegate()29 void ShellWebContentsViewDelegate::ShowContextMenu( in ShowContextMenu()42 WebDragDestDelegate* ShellWebContentsViewDelegate::GetDragDestDelegate() { in GetDragDestDelegate()
61 return new ShellWebContentsViewDelegate(web_contents); in CreateShellWebContentsViewDelegate()64 ShellWebContentsViewDelegate::ShellWebContentsViewDelegate( in ShellWebContentsViewDelegate() function in content::ShellWebContentsViewDelegate69 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 …]
14 class ShellWebContentsViewDelegate : public WebContentsViewDelegate {16 explicit ShellWebContentsViewDelegate(WebContents* web_contents);17 virtual ~ShellWebContentsViewDelegate();42 DISALLOW_COPY_AND_ASSIGN(ShellWebContentsViewDelegate);
41 content::ShellWebContentsViewDelegate* delegate_;46 - (id)initWithDelegate:(content::ShellWebContentsViewDelegate*) delegate { argument84 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(