Searched refs:RenderViewContextMenuGtk (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/tab_contents/
H A Drender_view_context_menu_gtk.cc15 RenderViewContextMenuGtk::RenderViewContextMenuGtk( function in class: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 {
H A Drender_view_context_menu_gtk.h16 class RenderViewContextMenuGtk : public RenderViewContextMenu, class in inherits:RenderViewContextMenu,MenuGtk::Delegate
19 RenderViewContextMenuGtk(TabContents* web_contents,
23 ~RenderViewContextMenuGtk();
H A Dtab_contents_view_gtk.h22 class RenderViewContextMenuGtk;
121 scoped_ptr<RenderViewContextMenuGtk> context_menu_;
H A Dtab_contents_view_gtk.cc327 context_menu_.reset(new RenderViewContextMenuGtk(

Completed in 102 milliseconds