HomeSort by relevance Sort by last modified time
    Searched defs:RenderViewContextMenuViews (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/views/tab_contents/
render_view_context_menu_views.h 14 class RenderViewContextMenuViews : public RenderViewContextMenu {
16 RenderViewContextMenuViews(TabContents* tab_contents,
19 virtual ~RenderViewContextMenuViews();
44 DISALLOW_COPY_AND_ASSIGN(RenderViewContextMenuViews);
render_view_context_menu_views.cc 17 // RenderViewContextMenuViews, public:
19 RenderViewContextMenuViews::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::PlatformInit()
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tab_contents/
render_view_context_menu_views.h 23 class RenderViewContextMenuViews : public RenderViewContextMenu {
25 virtual ~RenderViewContextMenuViews();
28 static RenderViewContextMenuViews* Create(
43 RenderViewContextMenuViews(content::WebContents* web_contents,
55 DISALLOW_COPY_AND_ASSIGN(RenderViewContextMenuViews);
render_view_context_menu_views.cc 23 // RenderViewContextMenuViews, public:
25 RenderViewContextMenuViews::RenderViewContextMenuViews(
31 RenderViewContextMenuViews::~RenderViewContextMenuViews() {
36 RenderViewContextMenuViews* RenderViewContextMenuViews::Create(
39 return new RenderViewContextMenuViews(web_contents, params);
43 void RenderViewContextMenuViews::RunMenuAt(views::Widget* parent,
59 // RenderViewContextMenuViews, protected
    [all...]

Completed in 271 milliseconds