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

Completed in 36 milliseconds