OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CommandsInfo
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/common/extensions/api/commands/
commands_handler.h
18
struct
CommandsInfo
: public Extension::ManifestData {
19
CommandsInfo
();
20
virtual ~
CommandsInfo
();
51
CommandsInfo
* info);
commands_handler.cc
23
CommandsInfo
::
CommandsInfo
() {
26
CommandsInfo
::~
CommandsInfo
() {
30
const Command*
CommandsInfo
::GetBrowserActionCommand(
32
CommandsInfo
* info = static_cast<
CommandsInfo
*>(
38
const Command*
CommandsInfo
::GetPageActionCommand(const Extension* extension) {
39
CommandsInfo
* info = static_cast<
CommandsInfo
*>(
[
all
...]
Completed in 485 milliseconds