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

  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu_gtk.cc 15 RenderViewContextMenuGtk::RenderViewContextMenuGtk(
23 RenderViewContextMenuGtk::~RenderViewContextMenuGtk() {
26 void RenderViewContextMenuGtk::PlatformInit() {
37 bool RenderViewContextMenuGtk::GetAcceleratorForCommandId(
43 void RenderViewContextMenuGtk::Popup(const gfx::Point& point) {
47 bool RenderViewContextMenuGtk::AlwaysShowIconForCmd(int command_id) const {
render_view_context_menu_gtk.h 16 class RenderViewContextMenuGtk : public RenderViewContextMenu,
19 RenderViewContextMenuGtk(TabContents* web_contents,
23 ~RenderViewContextMenuGtk();
tab_contents_view_gtk.h 22 class RenderViewContextMenuGtk;
121 scoped_ptr<RenderViewContextMenuGtk> context_menu_;
tab_contents_view_gtk.cc 327 context_menu_.reset(new RenderViewContextMenuGtk(
  /external/chromium_org/chrome/browser/ui/gtk/tab_contents/
render_view_context_menu_gtk.h 19 class RenderViewContextMenuGtk : public RenderViewContextMenu,
22 RenderViewContextMenuGtk(content::WebContents* web_contents,
26 virtual ~RenderViewContextMenuGtk();
render_view_context_menu_gtk.cc 76 RenderViewContextMenuGtk::RenderViewContextMenuGtk(
85 RenderViewContextMenuGtk::~RenderViewContextMenuGtk() {
88 void RenderViewContextMenuGtk::PlatformInit() {
115 void RenderViewContextMenuGtk::PlatformCancel() {
119 bool RenderViewContextMenuGtk::GetAcceleratorForCommandId(
125 void RenderViewContextMenuGtk::Popup(const gfx::Point& point) {
129 bool RenderViewContextMenuGtk::AlwaysShowIconForCmd(int command_id) const {
134 void RenderViewContextMenuGtk::UpdateMenuItem(int command_id
    [all...]
chrome_web_contents_view_delegate_gtk.h 14 class RenderViewContextMenuGtk;
67 scoped_ptr<RenderViewContextMenuGtk> context_menu_;
chrome_web_contents_view_delegate_gtk.cc 152 new RenderViewContextMenuGtk(web_contents_, params, view));

Completed in 378 milliseconds