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

  /external/chromium_org/chrome/browser/extensions/api/log_private/
log_private_api_chromeos.cc 145 LogPrivateAPI* LogPrivateAPI::Get(content::BrowserContext* context) {
146 LogPrivateAPI* api = GetFactoryInstance()->Get(context);
151 LogPrivateAPI::LogPrivateAPI(content::BrowserContext* context)
160 LogPrivateAPI::~LogPrivateAPI() {
163 void LogPrivateAPI::StartNetInternalsWatch(
173 base::Bind(&LogPrivateAPI::MaybeStartNetInternalLogging,
181 void LogPrivateAPI::StopNetInternalsWatch(const std::string& extension_id
    [all...]
log_private_api.h 53 class LogPrivateAPI : public BrowserContextKeyedAPI,
57 // Convenience method to get the LogPrivateAPI for a profile.
58 static LogPrivateAPI* Get(content::BrowserContext* context);
60 explicit LogPrivateAPI(content::BrowserContext* context);
61 virtual ~LogPrivateAPI();
74 static BrowserContextKeyedAPIFactory<LogPrivateAPI>* GetFactoryInstance();
77 friend class BrowserContextKeyedAPIFactory<LogPrivateAPI>;
108 return "LogPrivateAPI";
126 DISALLOW_COPY_AND_ASSIGN(LogPrivateAPI);
195 // Callback for LogPrivateAPI::StopAllWatches() call
    [all...]
  /external/chromium_org/chrome/browser/extensions/
browser_context_keyed_service_factories.cc 124 extensions::LogPrivateAPI::GetFactoryInstance();

Completed in 1655 milliseconds