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

  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service_impl.cc 207 if (local_state_->HasPrefPath(prefs::kAppListProfile))
208 app_list_profile = local_state_->GetString(prefs::kAppListProfile);
232 prefs::kAppListProfile,
238 // We need to watch for profile removal to keep kAppListProfile updated.
244 prefs::kAppListProfile);
246 local_state_->SetString(prefs::kAppListProfile,
app_list_service.cc 90 registry->RegisterStringPref(prefs::kAppListProfile, std::string());
app_list_service_unittest.cc 122 local_state_->GetFilePath(prefs::kAppListProfile)));
  /external/chromium_org/chrome/common/
pref_names.cc     [all...]
pref_names.h     [all...]

Completed in 496 milliseconds