Searched refs:RenderViewContextMenuWin (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/tab_contents/
H A Drender_view_context_menu_win.h15 class RenderViewContextMenuWin : public RenderViewContextMenuViews { class in inherits:RenderViewContextMenuViews
17 RenderViewContextMenuWin(content::WebContents* web_contents,
19 virtual ~RenderViewContextMenuWin();
30 DISALLOW_COPY_AND_ASSIGN(RenderViewContextMenuWin);
H A Drender_view_context_menu_win.cc18 RenderViewContextMenuWin::RenderViewContextMenuWin( function in class:RenderViewContextMenuWin
24 RenderViewContextMenuWin::~RenderViewContextMenuWin() {
31 return new RenderViewContextMenuWin(web_contents, params);
34 bool RenderViewContextMenuWin::IsCommandIdVisible(int command_id) const {
43 void RenderViewContextMenuWin::ExecuteCommand(int command_id,
80 void RenderViewContextMenuWin::SetExternal() {
/external/chromium_org/chrome/browser/ui/views/
H A Dexternal_tab_container_win.cc892 static_cast<RenderViewContextMenuWin*>(

Completed in 172 milliseconds