HomeSort by relevance Sort by last modified time
    Searched refs:RenderViewContextMenuGtk (Results 1 - 4 of 4) 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(

Completed in 44 milliseconds