OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContextMenuMatcher
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/chrome/browser/ui/app_list/
app_context_menu.h
19
class
ContextMenuMatcher
;
61
scoped_ptr<extensions::
ContextMenuMatcher
> extension_menu_items_;
extension_app_item.h
27
class
ContextMenuMatcher
;
app_context_menu.cc
168
extension_menu_items_.reset(new extensions::
ContextMenuMatcher
(
/external/chromium_org/chrome/browser/extensions/
context_menu_matcher.h
23
class
ContextMenuMatcher
{
29
ContextMenuMatcher
(Profile* profile,
92
DISALLOW_COPY_AND_ASSIGN(
ContextMenuMatcher
);
context_menu_matcher.cc
18
const size_t
ContextMenuMatcher
::kMaxExtensionItemTitleLength = 75;
20
ContextMenuMatcher
::
ContextMenuMatcher
(
29
void
ContextMenuMatcher
::AppendExtensionItems(const std::string& extension_id,
92
void
ContextMenuMatcher
::Clear() {
97
base::string16
ContextMenuMatcher
::GetTopLevelContextMenuTitle(
120
bool
ContextMenuMatcher
::IsCommandIdChecked(int command_id) const {
127
bool
ContextMenuMatcher
::IsCommandIdEnabled(int command_id) const {
134
void
ContextMenuMatcher
::ExecuteCommand(int command_id,
146
bool
ContextMenuMatcher
::GetRelevantExtensionTopLevelItems
[
all
...]
extension_context_menu_browsertest.cc
65
extensions::
ContextMenuMatcher
& extension_items() {
324
size_t limit = extensions::
ContextMenuMatcher
::kMaxExtensionItemTitleLength;
/external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_context_menu.h
22
class
ContextMenuMatcher
;
89
scoped_ptr<extensions::
ContextMenuMatcher
> extension_items_;
launcher_context_menu.cc
57
extension_items_(new extensions::
ContextMenuMatcher
(
66
extension_items_.reset(new extensions::
ContextMenuMatcher
(
/external/chromium_org/chrome/browser/tab_contents/
render_view_context_menu.h
185
extensions::
ContextMenuMatcher
extension_items_;
Completed in 971 milliseconds