Searched defs:profile_list (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dlauncher_app_tab_helper.cc86 const std::vector<Profile*> profile_list = local
88 if (profile_list.size() > 0) {
89 for (std::vector<Profile*>::const_iterator it = profile_list.begin();
90 it != profile_list.end();
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/
H A Dva_config.c36 vlVaQueryConfigProfiles(VADriverContextP ctx, VAProfile *profile_list, int *num_profiles) argument
43 profile_list[i++] = VAProfileMPEG2Simple;
/external/mesa3d/src/gallium/state_trackers/va/
H A Dva_config.c36 vlVaQueryConfigProfiles(VADriverContextP ctx, VAProfile *profile_list, int *num_profiles) argument
43 profile_list[i++] = VAProfileMPEG2Simple;
/external/chromium_org/chrome/browser/metrics/
H A Dsignin_status_metrics_provider.cc218 std::vector<Profile*> profile_list = profile_manager->GetLoadedProfiles(); local
223 for (size_t i = 0; i < profile_list.size(); ++i) {
225 if (chrome::GetTotalBrowserCountForProfile(profile_list[i]) == 0) {
232 profile_list[i]->GetOriginalProfile());
238 if (profile_list.empty()) {
/external/chromium_org/chrome/browser/
H A Dchrome_browser_main.cc331 base::ListValue* profile_list = update.Get(); local
332 profile_list->Clear();
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_manager.cc529 scoped_ptr<base::ListValue> profile_list(
533 for (it = profile_list->begin(); it != profile_list->end(); ++it) {
904 base::ListValue* profile_list = update.Get(); local
906 profile_list->Clear();
920 profile_list->Append(new base::StringValue(profile_path));

Completed in 1063 milliseconds