Searched defs:RuntimeAPI (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/extensions/browser/api/runtime/
H A Druntime_api.h44 class RuntimeAPI : public BrowserContextKeyedAPI, class in namespace:extensions
50 static BrowserContextKeyedAPIFactory<RuntimeAPI>* GetFactoryInstance();
52 explicit RuntimeAPI(content::BrowserContext* context);
53 virtual ~RuntimeAPI();
68 friend class BrowserContextKeyedAPIFactory<RuntimeAPI>;
84 static const char* service_name() { return "RuntimeAPI"; }
110 DISALLOW_COPY_AND_ASSIGN(RuntimeAPI);
H A Druntime_api.cc131 static base::LazyInstance<BrowserContextKeyedAPIFactory<RuntimeAPI> >
135 BrowserContextKeyedAPIFactory<RuntimeAPI>* RuntimeAPI::GetFactoryInstance() {
139 RuntimeAPI::RuntimeAPI(content::BrowserContext* context) function in class:extensions::RuntimeAPI
157 RuntimeAPI::~RuntimeAPI() {
161 void RuntimeAPI::Observe(int type,
170 // RuntimeAPI is redirected in incognito, so |browser_context_| is never
180 void RuntimeAPI
[all...]

Completed in 86 milliseconds