HomeSort by relevance Sort by last modified time
    Searched refs:ShellWebContentsViewDelegate (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/shell/browser/
shell_web_contents_view_delegate_android.cc 17 return new ShellWebContentsViewDelegate(web_contents);
21 ShellWebContentsViewDelegate::ShellWebContentsViewDelegate(
26 ShellWebContentsViewDelegate::~ShellWebContentsViewDelegate() {
29 void ShellWebContentsViewDelegate::ShowContextMenu(
42 WebDragDestDelegate* ShellWebContentsViewDelegate::GetDragDestDelegate() {
shell_web_contents_view_delegate.h 14 class ShellWebContentsViewDelegate : public WebContentsViewDelegate {
16 explicit ShellWebContentsViewDelegate(WebContents* web_contents);
17 virtual ~ShellWebContentsViewDelegate();
42 DISALLOW_COPY_AND_ASSIGN(ShellWebContentsViewDelegate);
shell_web_contents_view_delegate_win.cc 61 return new ShellWebContentsViewDelegate(web_contents);
64 ShellWebContentsViewDelegate::ShellWebContentsViewDelegate(
69 ShellWebContentsViewDelegate::~ShellWebContentsViewDelegate() {
72 void ShellWebContentsViewDelegate::ShowContextMenu(
192 void ShellWebContentsViewDelegate::MenuItemSelected(int selection) {
235 WebDragDestDelegate* ShellWebContentsViewDelegate::GetDragDestDelegate() {
239 void ShellWebContentsViewDelegate::StoreFocus() {
242 void ShellWebContentsViewDelegate::RestoreFocus()
    [all...]

Completed in 717 milliseconds