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

Completed in 651 milliseconds