HomeSort by relevance Sort by last modified time
    Searched refs:ContextMenuMatcher (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome/browser/extensions/
context_menu_matcher.h 23 class ContextMenuMatcher {
29 ContextMenuMatcher(Profile* profile,
93 DISALLOW_COPY_AND_ASSIGN(ContextMenuMatcher);
context_menu_matcher.cc 19 const size_t ContextMenuMatcher::kMaxExtensionItemTitleLength = 75;
21 ContextMenuMatcher::ContextMenuMatcher(
30 void ContextMenuMatcher::AppendExtensionItems(
93 void ContextMenuMatcher::Clear() {
98 base::string16 ContextMenuMatcher::GetTopLevelContextMenuTitle(
121 bool ContextMenuMatcher::IsCommandIdChecked(int command_id) const {
128 bool ContextMenuMatcher::IsCommandIdEnabled(int command_id) const {
135 void ContextMenuMatcher::ExecuteCommand(int command_id,
146 bool ContextMenuMatcher::GetRelevantExtensionTopLevelItems
    [all...]
extension_context_menu_browsertest.cc 261 size_t limit = extensions::ContextMenuMatcher::kMaxExtensionItemTitleLength;
  /external/chromium_org/chrome/browser/renderer_context_menu/
render_view_context_menu_test_util.h 56 extensions::ContextMenuMatcher& extension_items() { return extension_items_; }
render_view_context_menu.h 190 extensions::ContextMenuMatcher extension_items_;
  /external/chromium_org/chrome/browser/ui/app_list/
app_context_menu.h 18 class ContextMenuMatcher;
66 scoped_ptr<extensions::ContextMenuMatcher> extension_menu_items_;
extension_app_item.h 27 class ContextMenuMatcher;
app_context_menu.cc 94 extension_menu_items_.reset(new extensions::ContextMenuMatcher(
  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_context_menu.h 26 class ContextMenuMatcher;
105 scoped_ptr<extensions::ContextMenuMatcher> extension_items_;
launcher_context_menu.cc 74 extension_items_(new extensions::ContextMenuMatcher(
84 extension_items_.reset(new extensions::ContextMenuMatcher(

Completed in 102 milliseconds