Searched defs:RenderViewContextMenuViews (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/views/tab_contents/
H A Drender_view_context_menu_views.h14 class RenderViewContextMenuViews : public RenderViewContextMenu { class in inherits:RenderViewContextMenu
16 RenderViewContextMenuViews(TabContents* tab_contents,
19 virtual ~RenderViewContextMenuViews();
44 DISALLOW_COPY_AND_ASSIGN(RenderViewContextMenuViews);
H A Drender_view_context_menu_views.cc17 // RenderViewContextMenuViews, public:
19 RenderViewContextMenuViews::RenderViewContextMenuViews( function in class:RenderViewContextMenuViews
25 RenderViewContextMenuViews::~RenderViewContextMenuViews() {
28 void RenderViewContextMenuViews::RunMenuAt(int x, int y) {
33 void RenderViewContextMenuViews::SetExternal() {
38 void RenderViewContextMenuViews::UpdateMenuItemStates() {
43 // RenderViewContextMenuViews, protected:
45 void RenderViewContextMenuViews
[all...]
/external/chromium_org/chrome/browser/ui/views/tab_contents/
H A Drender_view_context_menu_views.h23 class RenderViewContextMenuViews : public RenderViewContextMenu { class in inherits:RenderViewContextMenu
25 virtual ~RenderViewContextMenuViews();
28 static RenderViewContextMenuViews* Create(
43 RenderViewContextMenuViews(content::WebContents* web_contents,
55 DISALLOW_COPY_AND_ASSIGN(RenderViewContextMenuViews);
H A Drender_view_context_menu_views.cc23 // RenderViewContextMenuViews, public:
25 RenderViewContextMenuViews::RenderViewContextMenuViews( function in class:RenderViewContextMenuViews
31 RenderViewContextMenuViews::~RenderViewContextMenuViews() {
36 RenderViewContextMenuViews* RenderViewContextMenuViews::Create(
39 return new RenderViewContextMenuViews(web_contents, params);
43 void RenderViewContextMenuViews::RunMenuAt(views::Widget* parent,
59 // RenderViewContextMenuViews, protecte
[all...]

Completed in 115 milliseconds