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

  /external/chromium_org/chrome/browser/extensions/api/idle/
idle_manager_factory.cc 16 IdleManager* IdleManagerFactory::GetForProfile(
23 IdleManagerFactory* IdleManagerFactory::GetInstance() {
24 return Singleton<IdleManagerFactory>::get();
27 IdleManagerFactory::IdleManagerFactory()
34 IdleManagerFactory::~IdleManagerFactory() {
37 BrowserContextKeyedService* IdleManagerFactory::BuildServiceInstanceFor(
44 content::BrowserContext* IdleManagerFactory::GetBrowserContextToUse
    [all...]
idle_manager_factory.h 16 class IdleManagerFactory : public BrowserContextKeyedServiceFactory {
20 static IdleManagerFactory* GetInstance();
23 friend struct DefaultSingletonTraits<IdleManagerFactory>;
25 IdleManagerFactory();
26 virtual ~IdleManagerFactory();
idle_api.cc 38 IdleManagerFactory::GetForProfile(profile())->QueryState(
56 IdleManagerFactory::GetForProfile(profile())->SetThreshold(extension_id(),
idle_api_unittest.cc 145 IdleManagerFactory::GetInstance()->SetTestingFactory(browser()->profile(),
147 idle_manager_ = IdleManagerFactory::GetForProfile(browser()->profile());
  /external/chromium_org/chrome/browser/profiles/
chrome_browser_main_extra_parts_profiles.cc 221 extensions::IdleManagerFactory::GetInstance();

Completed in 238 milliseconds