Searched defs:RenderViewContextMenuBase (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/renderer_context_menu/
H A Drender_view_context_menu_base.h36 class RenderViewContextMenuBase : public ui::SimpleMenuModel::Delegate, class in inherits:ui::SimpleMenuModel::Delegate,RenderViewContextMenuProxy
67 RenderViewContextMenuBase(content::RenderFrameHost* render_frame_host,
70 virtual ~RenderViewContextMenuBase();
189 DISALLOW_COPY_AND_ASSIGN(RenderViewContextMenuBase);
H A Drender_view_context_menu_base.cc37 DCHECK(RenderViewContextMenuBase::IsContentCustomCommandId(id));
39 int action_id = RenderViewContextMenuBase::ConvertToContentCustomCommandId(
53 DCHECK(RenderViewContextMenuBase::IsContentCustomCommandId(id));
55 int action_id = RenderViewContextMenuBase::ConvertToContentCustomCommandId(
80 int command_id = RenderViewContextMenuBase::ConvertToContentCustomCommandId(
82 if (!RenderViewContextMenuBase::IsContentCustomCommandId(command_id)) {
94 RenderViewContextMenuBase::ConvertToContentCustomCommandId(
100 RenderViewContextMenuBase::ConvertToContentCustomCommandId(
116 RenderViewContextMenuBase::ConvertToContentCustomCommandId(
132 void RenderViewContextMenuBase
153 RenderViewContextMenuBase::RenderViewContextMenuBase( function in class:RenderViewContextMenuBase
[all...]

Completed in 75 milliseconds