Searched refs:RenderViewContextMenuViews (Results 1 – 10 of 10) sorted by relevance
19 RenderViewContextMenuViews::RenderViewContextMenuViews( in RenderViewContextMenuViews() function in RenderViewContextMenuViews25 RenderViewContextMenuViews::~RenderViewContextMenuViews() { in ~RenderViewContextMenuViews()28 void RenderViewContextMenuViews::RunMenuAt(int x, int y) { in RunMenuAt()33 void RenderViewContextMenuViews::SetExternal() { in SetExternal()38 void RenderViewContextMenuViews::UpdateMenuItemStates() { in UpdateMenuItemStates()45 void RenderViewContextMenuViews::PlatformInit() { in PlatformInit()65 bool RenderViewContextMenuViews::GetAcceleratorForCommandId( in GetAcceleratorForCommandId()
14 class RenderViewContextMenuViews : public RenderViewContextMenu {16 RenderViewContextMenuViews(TabContents* tab_contents,19 virtual ~RenderViewContextMenuViews();44 DISALLOW_COPY_AND_ASSIGN(RenderViewContextMenuViews);
18 class RenderViewContextMenuViews; variable113 scoped_ptr<RenderViewContextMenuViews> context_menu_;
18 class RenderViewContextMenuViews; variable121 scoped_ptr<RenderViewContextMenuViews> context_menu_;
15 class RenderViewContextMenuViews; variable121 scoped_ptr<RenderViewContextMenuViews> context_menu_;
275 context_menu_.reset(new RenderViewContextMenuViews(tab_contents(), params)); in ShowContextMenu()
267 context_menu_.reset(new RenderViewContextMenuViews(tab_contents(), params)); in ShowContextMenu()
373 context_menu_.reset(new RenderViewContextMenuViews(tab_contents(), params)); in ShowContextMenu()
32 class RenderViewContextMenuViews; variable284 scoped_ptr<RenderViewContextMenuViews> external_context_menu_;
615 new RenderViewContextMenuViews(tab_contents(), params)); in HandleContextMenu()