OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SupportsCommand
(Results
1 - 17
of
17
) sorted by null
/external/chromium/chrome/browser/
command_updater_unittest.cc
38
EXPECT_FALSE(command_updater.
SupportsCommand
(0));
46
EXPECT_TRUE(command_updater.
SupportsCommand
(1));
52
EXPECT_TRUE(command_updater.
SupportsCommand
(2));
command_updater.h
39
bool
SupportsCommand
(int id) const;
command_updater.cc
39
bool CommandUpdater::
SupportsCommand
(int id) const {
61
bool supported =
SupportsCommand
(id);
/external/chromium_org/chrome/browser/
command_updater.cc
31
bool CommandUpdater::
SupportsCommand
(int id) const {
49
if (
SupportsCommand
(id) && IsCommandEnabled(id)) {
84
bool supported =
SupportsCommand
(id);
command_updater_unittest.cc
39
EXPECT_FALSE(command_updater.
SupportsCommand
(0));
47
EXPECT_TRUE(command_updater.
SupportsCommand
(1));
53
EXPECT_TRUE(command_updater.
SupportsCommand
(2));
command_updater.h
31
bool
SupportsCommand
(int id) const;
/external/chromium_org/ui/views/controls/menu/
menu_delegate.h
105
virtual bool
SupportsCommand
(int id) const;
menu.h
95
virtual bool
SupportsCommand
(int id) const;
menu_delegate.cc
52
bool MenuDelegate::
SupportsCommand
(int id) const {
menu.cc
44
bool Menu::Delegate::
SupportsCommand
(int id) const {
/external/chromium/chrome/browser/download/
save_page_browsertest.cc
146
ASSERT_TRUE(browser()->command_updater()->
SupportsCommand
(IDC_SAVE_PAGE));
/external/chromium_org/chrome/browser/ui/
browser_commands.h
32
bool
SupportsCommand
(Browser* browser, int command);
browser_commands.cc
216
bool
SupportsCommand
(Browser* browser, int command) {
217
return browser->command_controller()->command_updater()->
SupportsCommand
(
[
all
...]
/external/chromium_org/chrome/browser/ui/panels/
panel.cc
743
if (command_updater()->
SupportsCommand
(id) &&
/external/chromium_org/chrome/browser/automation/
testing_automation_provider.cc
617
if (!chrome::
SupportsCommand
(browser, command)) {
633
if (chrome::
SupportsCommand
(browser, command) &&
[
all
...]
/external/chromium/chrome/browser/automation/
testing_automation_provider.cc
[
all
...]
/external/chromium/chrome/browser/ui/
browser.cc
[
all
...]
Completed in 1130 milliseconds