Searched defs:ContextMenuMatcher (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dcontext_menu_matcher.h26 class ContextMenuMatcher { class in namespace:extensions
39 ContextMenuMatcher(content::BrowserContext* context,
107 DISALLOW_COPY_AND_ASSIGN(ContextMenuMatcher);
H A Dcontext_menu_matcher.cc29 const size_t ContextMenuMatcher::kMaxExtensionItemTitleLength = 75;
32 int ContextMenuMatcher::ConvertToExtensionsCustomCommandId(int id) {
37 bool ContextMenuMatcher::IsExtensionsCustomCommandId(int id) {
42 ContextMenuMatcher::ContextMenuMatcher( function in class:extensions::ContextMenuMatcher
53 void ContextMenuMatcher::AppendExtensionItems(
130 void ContextMenuMatcher::Clear() {
135 base::string16 ContextMenuMatcher::GetTopLevelContextMenuTitle(
158 bool ContextMenuMatcher::IsCommandIdChecked(int command_id) const {
165 bool ContextMenuMatcher
[all...]

Completed in 65 milliseconds