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

  /external/chromium_org/content/shell/
shell_web_contents_view_delegate_android.cc 18 return new ShellWebContentsViewDelegate(web_contents);
22 ShellWebContentsViewDelegate::ShellWebContentsViewDelegate(
27 ShellWebContentsViewDelegate::~ShellWebContentsViewDelegate() {
30 void ShellWebContentsViewDelegate::ShowContextMenu(
42 WebDragDestDelegate* ShellWebContentsViewDelegate::GetDragDestDelegate() {
shell_web_contents_view_delegate.h 19 class ShellWebContentsViewDelegate : public WebContentsViewDelegate {
21 explicit ShellWebContentsViewDelegate(WebContents* web_contents);
22 virtual ~ShellWebContentsViewDelegate();
58 CHROMEGTK_CALLBACK_0(ShellWebContentsViewDelegate, void,
60 CHROMEGTK_CALLBACK_0(ShellWebContentsViewDelegate, void,
62 CHROMEGTK_CALLBACK_0(ShellWebContentsViewDelegate, void,
64 CHROMEGTK_CALLBACK_0(ShellWebContentsViewDelegate, void,
66 CHROMEGTK_CALLBACK_0(ShellWebContentsViewDelegate, void,
68 CHROMEGTK_CALLBACK_0(ShellWebContentsViewDelegate, void,
70 CHROMEGTK_CALLBACK_0(ShellWebContentsViewDelegate, void
    [all...]
shell_web_contents_view_delegate_win.cc 61 return new ShellWebContentsViewDelegate(web_contents);
64 ShellWebContentsViewDelegate::ShellWebContentsViewDelegate(
69 ShellWebContentsViewDelegate::~ShellWebContentsViewDelegate() {
72 void ShellWebContentsViewDelegate::ShowContextMenu(
191 void ShellWebContentsViewDelegate::MenuItemSelected(int selection) {
234 WebDragDestDelegate* ShellWebContentsViewDelegate::GetDragDestDelegate() {
238 void ShellWebContentsViewDelegate::StoreFocus() {
241 void ShellWebContentsViewDelegate::RestoreFocus()
    [all...]
shell_web_contents_view_delegate_gtk.cc 31 return new ShellWebContentsViewDelegate(web_contents);
34 ShellWebContentsViewDelegate::ShellWebContentsViewDelegate(
40 ShellWebContentsViewDelegate::~ShellWebContentsViewDelegate() {
44 void ShellWebContentsViewDelegate::ShowContextMenu(
167 WebDragDestDelegate* ShellWebContentsViewDelegate::GetDragDestDelegate() {
171 void ShellWebContentsViewDelegate::Initialize(GtkWidget* expanded_container,
179 gfx::NativeView ShellWebContentsViewDelegate::GetNativeView() const {
183 void ShellWebContentsViewDelegate::Focus()
    [all...]

Completed in 188 milliseconds