HomeSort by relevance Sort by last modified time
    Searched refs:WebRequestAPI (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api.h 62 class WebRequestAPI : public ProfileKeyedAPI,
65 explicit WebRequestAPI(content::BrowserContext* context);
66 virtual ~WebRequestAPI();
69 static ProfileKeyedAPIFactory<WebRequestAPI>* GetFactoryInstance();
75 friend class ProfileKeyedAPIFactory<WebRequestAPI>;
78 static const char* service_name() { return "WebRequestAPI"; }
84 DISALLOW_COPY_AND_ASSIGN(WebRequestAPI);
web_request_api.cc 399 WebRequestAPI::WebRequestAPI(content::BrowserContext* context)
414 WebRequestAPI::~WebRequestAPI() {
420 static base::LazyInstance<ProfileKeyedAPIFactory<WebRequestAPI> >
424 ProfileKeyedAPIFactory<WebRequestAPI>* WebRequestAPI::GetFactoryInstance() {
428 void WebRequestAPI::OnListenerRemoved(const EventListenerInfo& details) {
    [all...]
  /external/chromium_org/chrome/browser/profiles/
chrome_browser_main_extra_parts_profiles.cc 307 extensions::WebRequestAPI::GetFactoryInstance();

Completed in 2041 milliseconds