HomeSort by relevance Sort by last modified time
    Searched refs:RenderViewContextMenu (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/chrome/browser/tab_contents/
render_view_context_menu_browsertest_util.h 12 class RenderViewContextMenu;
25 void ExecuteCommand(RenderViewContextMenu* context_menu);
render_view_context_menu_browsertest_util.cc 30 RenderViewContextMenu* context_menu =
31 content::Source<RenderViewContextMenu>(source).ptr();
45 RenderViewContextMenu* context_menu) {
render_view_context_menu_test_util.cc 10 : RenderViewContextMenu(web_contents, params) {}
render_view_context_menu_test_util.h 11 class TestRenderViewContextMenu : public RenderViewContextMenu {
render_view_context_menu.cc 139 // Items that is not used any more by |RenderViewContextMenu.ExecuteCommand|
249 UMA_HISTOGRAM_ENUMERATION("RenderViewContextMenu.Used", enum_id,
261 UMA_HISTOGRAM_ENUMERATION("RenderViewContextMenu.Shown", enum_id,
381 const size_t RenderViewContextMenu::kMaxSelectionTextLength = 50;
384 bool RenderViewContextMenu::IsDevToolsURL(const GURL& url) {
389 bool RenderViewContextMenu::IsInternalResourcesURL(const GURL& url) {
397 RenderViewContextMenu::RenderViewContextMenu(
418 RenderViewContextMenu::~RenderViewContextMenu() {
    [all...]
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();
300 DISALLOW_COPY_AND_ASSIGN(RenderViewContextMenu);
render_view_context_menu_unittest.cc 26 // Proxy defined here to minimize friend classes in RenderViewContextMenu
31 return RenderViewContextMenu::ExtensionContextAndPatternMatch(params,
  /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_gtk.h 16 class RenderViewContextMenuGtk : public RenderViewContextMenu,
32 // RenderViewContextMenu implementation --------------------------------------
render_view_context_menu_mac.h 20 class RenderViewContextMenuMac : public RenderViewContextMenu {
29 // RenderViewContextMenu implementation-
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...]
render_view_context_menu_gtk.cc 19 : RenderViewContextMenu(web_contents, params),
  /external/chromium/chrome/browser/ui/views/tab_contents/
render_view_context_menu_views.h 14 class RenderViewContextMenuViews : public RenderViewContextMenu {
36 // RenderViewContextMenu implementation --------------------------------------
render_view_context_menu_views.cc 22 : RenderViewContextMenu(tab_contents, params) {
  /external/chromium_org/chrome/browser/ui/views/tab_contents/
render_view_context_menu_win.cc 40 return RenderViewContextMenu::IsCommandIdVisible(command_id);
77 RenderViewContextMenu::ExecuteCommand(command_id, event_flags);
render_view_context_menu_views.cc 31 : RenderViewContextMenu(web_contents, params),
135 RenderViewContextMenu::ExecuteCommand(command_id, event_flags);
153 return RenderViewContextMenu::IsCommandIdChecked(command_id);
172 return RenderViewContextMenu::IsCommandIdEnabled(command_id);
render_view_context_menu_views.h 23 class RenderViewContextMenuViews : public RenderViewContextMenu {
48 // RenderViewContextMenu implementation.
  /external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
render_view_context_menu_mac.h 18 class RenderViewContextMenuMac : public RenderViewContextMenu {
37 // RenderViewContextMenu implementation.
  /external/chromium_org/chrome/browser/ui/gtk/tab_contents/
render_view_context_menu_gtk.h 19 class RenderViewContextMenuGtk : public RenderViewContextMenu,
46 // RenderViewContextMenu implementation --------------------------------------
render_view_context_menu_gtk.cc 81 : RenderViewContextMenu(web_contents, params),
163 RenderViewContextMenu::ExecuteCommand(command_id, event_flags);
181 return RenderViewContextMenu::IsCommandIdChecked(command_id);
200 return RenderViewContextMenu::IsCommandIdEnabled(command_id);
  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry_browsertest.cc 26 class TestRenderViewContextMenu : public RenderViewContextMenu {
30 : RenderViewContextMenu(web_contents, params) { }
  /external/chromium_org/chrome/browser/ui/panels/
panel_extension_browsertest.cc 115 // Non-abstract RenderViewContextMenu class for testing context menus in Panels.
116 class PanelContextMenu : public RenderViewContextMenu {
120 : RenderViewContextMenu(web_contents, params) {}
127 // RenderViewContextMenu implementation.
  /external/chromium/chrome/browser/extensions/
extension_context_menu_browsertest.cc 26 // RenderViewContextMenu where extension items get added and executed.
27 class TestRenderViewContextMenu : public RenderViewContextMenu {
31 : RenderViewContextMenu(tab_contents, params) {}
93 // RenderViewContextMenu.
260 size_t limit = RenderViewContextMenu::kMaxExtensionItemTitleLength;
  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_apitest.cc 51 // An UI-less RenderViewContextMenu.
52 class TestRenderViewContextMenu : public RenderViewContextMenu {
56 : RenderViewContextMenu(web_contents, params) {
  /external/chromium_org/chrome/browser/extensions/
extension_context_menu_browsertest.cc 30 // RenderViewContextMenu where extension items get added and executed.
31 class TestRenderViewContextMenu : public RenderViewContextMenu {
35 : RenderViewContextMenu(web_contents, params) {}
71 // RenderViewContextMenu.

Completed in 1212 milliseconds

1 2