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

  /external/chromium_org/chrome/browser/apps/
per_app_settings_service.cc 7 PerAppSettingsService::PerAppSettingsService() {
10 PerAppSettingsService::~PerAppSettingsService() {
13 void PerAppSettingsService::SetDesktopLastLaunchedFrom(
18 chrome::HostDesktopType PerAppSettingsService::GetDesktopLastLaunchedFrom(
26 bool PerAppSettingsService::HasDesktopLastLaunchedFrom(
per_app_settings_service.h 16 class PerAppSettingsService : public KeyedService {
18 PerAppSettingsService();
19 virtual ~PerAppSettingsService();
32 DISALLOW_COPY_AND_ASSIGN(PerAppSettingsService);
per_app_settings_service_factory.cc 18 PerAppSettingsService* PerAppSettingsServiceFactory::GetForBrowserContext(
20 return static_cast<PerAppSettingsService*>(
35 return new PerAppSettingsService;
per_app_settings_service_factory.h 14 class PerAppSettingsService;
20 static PerAppSettingsService* GetForBrowserContext(
  /external/chromium_org/chrome/browser/ui/views/apps/
chrome_native_app_window_views_win.cc 91 PerAppSettingsService* settings =

Completed in 351 milliseconds