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

  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu.h 33 class RenderViewContextMenu : public ui::SimpleMenuModel::Delegate {
38 RenderViewContextMenu(TabContents* tab_contents,
41 virtual ~RenderViewContextMenu();
147 DISALLOW_COPY_AND_ASSIGN(RenderViewContextMenu);
render_view_context_menu.cc 163 const size_t RenderViewContextMenu::kMaxExtensionItemTitleLength = 75;
165 const size_t RenderViewContextMenu::kMaxSelectionTextLength = 50;
168 bool RenderViewContextMenu::IsDevToolsURL(const GURL& url) {
174 bool RenderViewContextMenu::IsInternalResourcesURL(const GURL& url) {
183 RenderViewContextMenu::RenderViewContextMenu(
195 RenderViewContextMenu::~RenderViewContextMenu() {
200 void RenderViewContextMenu::Init() {
286 void RenderViewContextMenu::AppendExtensionItems
    [all...]
  /external/chromium_org/chrome/browser/tab_contents/
render_view_context_menu.h 49 // An interface that controls a RenderViewContextMenu instance from observers.
94 // void RenderViewContextMenu::AppendEditableItems() {
128 class RenderViewContextMenu : public ui::SimpleMenuModel::Delegate,
133 RenderViewContextMenu(content::WebContents* web_contents,
136 virtual ~RenderViewContextMenu();
298 DISALLOW_COPY_AND_ASSIGN(RenderViewContextMenu);
render_view_context_menu.cc 138 // Items that is not used any more by |RenderViewContextMenu.ExecuteCommand|
248 UMA_HISTOGRAM_ENUMERATION("RenderViewContextMenu.Used", enum_id,
260 UMA_HISTOGRAM_ENUMERATION("RenderViewContextMenu.Shown", enum_id,
380 const size_t RenderViewContextMenu::kMaxSelectionTextLength = 50;
383 bool RenderViewContextMenu::IsDevToolsURL(const GURL& url) {
388 bool RenderViewContextMenu::IsInternalResourcesURL(const GURL& url) {
396 RenderViewContextMenu::RenderViewContextMenu(
417 RenderViewContextMenu::~RenderViewContextMenu() {
    [all...]

Completed in 109 milliseconds