HomeSort by relevance Sort by last modified time
    Searched defs:RenderViewContextMenuViews (Results 1 - 2 of 2) 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...]

Completed in 133 milliseconds