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
18
class
ContextMenuMatcher
;
57
scoped_ptr<extensions::
ContextMenuMatcher
> extension_menu_items_;
extension_app_item.h
26
class
ContextMenuMatcher
;
app_context_menu.cc
90
extension_menu_items_.reset(new extensions::
ContextMenuMatcher
(
/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
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
187
extensions::
ContextMenuMatcher
extension_items_;
Completed in 174 milliseconds