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

  /external/chromium_org/chrome/browser/ui/views/tab_contents/
render_view_context_menu_win.h 15 class RenderViewContextMenuWin : public RenderViewContextMenuViews {
17 RenderViewContextMenuWin(content::WebContents* web_contents,
19 virtual ~RenderViewContextMenuWin();
30 DISALLOW_COPY_AND_ASSIGN(RenderViewContextMenuWin);
render_view_context_menu_win.cc 18 RenderViewContextMenuWin::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/
external_tab_container_win.cc     [all...]

Completed in 71 milliseconds