OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ManagementAPI
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/management/
management_api.h
193
class
ManagementAPI
: public ProfileKeyedAPI,
196
explicit
ManagementAPI
(Profile* profile);
197
virtual ~
ManagementAPI
();
203
static ProfileKeyedAPIFactory<
ManagementAPI
>* GetFactoryInstance();
210
friend class ProfileKeyedAPIFactory<
ManagementAPI
>;
216
return "
ManagementAPI
";
223
DISALLOW_COPY_AND_ASSIGN(
ManagementAPI
);
management_api.cc
702
ManagementAPI
::
ManagementAPI
(Profile* profile)
714
ManagementAPI
::~
ManagementAPI
() {
717
void
ManagementAPI
::Shutdown() {
721
static base::LazyInstance<ProfileKeyedAPIFactory<
ManagementAPI
> >
725
ProfileKeyedAPIFactory<
ManagementAPI
>*
ManagementAPI
::GetFactoryInstance() {
729
void
ManagementAPI
::OnListenerAdded(const EventListenerInfo& details) {
/external/chromium_org/chrome/browser/profiles/
chrome_browser_main_extra_parts_profiles.cc
276
extensions::
ManagementAPI
::GetFactoryInstance();
Completed in 229 milliseconds