OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetPageActionCommand
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/chrome/common/extensions/api/commands/
commands_handler.h
32
static const Command*
GetPageActionCommand
(const Extension* extension);
commands_manifest_unittest.cc
58
CommandsInfo::
GetPageActionCommand
(extension.get());
commands_handler.cc
38
const Command* CommandsInfo::
GetPageActionCommand
(const Extension* extension) {
/external/chromium_org/chrome/browser/extensions/api/commands/
commands.cc
40
if (command_service->
GetPageActionCommand
(extension_->id(),
command_service.h
92
bool
GetPageActionCommand
(const std::string& extension_id,
command_service.cc
151
bool CommandService::
GetPageActionCommand
(
395
CommandsInfo::
GetPageActionCommand
(extension);
493
requested_command = CommandsInfo::
GetPageActionCommand
(extension);
/external/chromium_org/chrome/browser/ui/gtk/extensions/
extension_keybinding_registry_gtk.cc
115
if (command_service->
GetPageActionCommand
(
extension_installed_bubble_gtk.cc
215
if (!command_service->
GetPageActionCommand
(
/external/chromium_org/chrome/browser/ui/views/location_bar/
page_action_image_view.cc
63
if (command_service->
GetPageActionCommand
(
/external/chromium_org/chrome/browser/ui/webui/extensions/
command_handler.cc
159
if (command_service->
GetPageActionCommand
((*extension)->id(),
/external/chromium_org/chrome/common/extensions/api/extension_action/
action_info.cc
230
(CommandsInfo::
GetPageActionCommand
(extension) ||
/external/chromium_org/chrome/browser/ui/views/extensions/
extension_installed_bubble_view.cc
286
return command_service->
GetPageActionCommand
(
/external/chromium_org/chrome/browser/ui/gtk/
location_bar_view_gtk.cc
[
all
...]
Completed in 179 milliseconds