OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CommandService
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/commands/
command_service.h
38
class
CommandService
: public ProfileKeyedAPI,
60
// Constructs a
CommandService
object for the given profile.
61
explicit
CommandService
(Profile* profile);
62
virtual ~
CommandService
();
65
static ProfileKeyedAPIFactory<
CommandService
>* GetFactoryInstance();
67
// Convenience method to get the
CommandService
for a profile.
68
static
CommandService
* Get(Profile* profile);
164
friend class ProfileKeyedAPIFactory<
CommandService
>;
168
return "
CommandService
";
198
DISALLOW_COPY_AND_ASSIGN(
CommandService
);
[
all
...]
command_service.cc
53
if (extensions::
CommandService
::IsMediaKey(accelerator))
97
void
CommandService
::RegisterProfilePrefs(
104
CommandService
::
CommandService
(Profile* profile)
115
CommandService
::~
CommandService
() {
118
static base::LazyInstance<ProfileKeyedAPIFactory<
CommandService
> >
122
ProfileKeyedAPIFactory<
CommandService
>*
CommandService
::GetFactoryInstance() {
127
CommandService
* CommandService::Get(Profile* profile)
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
Completed in 1439 milliseconds