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
();
49
CommandsInfo
* info);
commands_handler.cc
25
CommandsInfo
::
CommandsInfo
() {
28
CommandsInfo
::~
CommandsInfo
() {
32
const Command*
CommandsInfo
::GetBrowserActionCommand(
34
CommandsInfo
* info = static_cast<
CommandsInfo
*>(
40
const Command*
CommandsInfo
::GetPageActionCommand(const Extension* extension) {
41
CommandsInfo
* info = static_cast<
CommandsInfo
*>(
[
all
...]
Completed in 53 milliseconds