OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeveloperPrivateAPI
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_api.h
119
class
DeveloperPrivateAPI
: public BrowserContextKeyedAPI,
122
static BrowserContextKeyedAPIFactory<
DeveloperPrivateAPI
>*
125
// Convenience method to get the
DeveloperPrivateAPI
for a profile.
126
static
DeveloperPrivateAPI
* Get(content::BrowserContext* context);
128
explicit
DeveloperPrivateAPI
(content::BrowserContext* context);
129
virtual ~
DeveloperPrivateAPI
();
145
friend class BrowserContextKeyedAPIFactory<
DeveloperPrivateAPI
>;
148
static const char* service_name() { return "
DeveloperPrivateAPI
"; }
163
DISALLOW_COPY_AND_ASSIGN(
DeveloperPrivateAPI
);
developer_private_api.cc
170
static base::LazyInstance<BrowserContextKeyedAPIFactory<
DeveloperPrivateAPI
> >
174
BrowserContextKeyedAPIFactory<
DeveloperPrivateAPI
>*
175
DeveloperPrivateAPI
::GetFactoryInstance() {
180
DeveloperPrivateAPI
*
DeveloperPrivateAPI
::Get(
185
DeveloperPrivateAPI
::
DeveloperPrivateAPI
(content::BrowserContext* context)
297
void
DeveloperPrivateAPI
::SetLastUnpackedDirectory(const base::FilePath& path) {
301
void
DeveloperPrivateAPI
::RegisterNotifications() {
306
DeveloperPrivateAPI
::~DeveloperPrivateAPI() {
[
all
...]
/external/chromium_org/chrome/browser/extensions/
browser_context_keyed_service_factories.cc
99
extensions::
DeveloperPrivateAPI
::GetFactoryInstance();
Completed in 197 milliseconds