/external/chromium_org/chrome/browser/ui/ash/launcher/ |
launcher_app_tab_helper.cc | 53 const std::vector<Profile*> profile_list = local 55 if (profile_list.size() > 0) { 56 for (std::vector<Profile*>::const_iterator it = profile_list.begin(); 57 it != profile_list.end();
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/ |
va_config.c | 36 vlVaQueryConfigProfiles(VADriverContextP ctx, VAProfile *profile_list, int *num_profiles) 43 profile_list[i++] = VAProfileMPEG2Simple;
|
va_private.h | 73 VAStatus vlVaQueryConfigProfiles (VADriverContextP ctx, VAProfile *profile_list,int *num_profiles);
|
/external/mesa3d/src/gallium/state_trackers/va/ |
va_config.c | 36 vlVaQueryConfigProfiles(VADriverContextP ctx, VAProfile *profile_list, int *num_profiles) 43 profile_list[i++] = VAProfileMPEG2Simple;
|
va_private.h | 73 VAStatus vlVaQueryConfigProfiles (VADriverContextP ctx, VAProfile *profile_list,int *num_profiles);
|
/external/chromium_org/chrome/browser/profiles/ |
profile_manager.cc | 410 scoped_ptr<base::ListValue> profile_list( 414 for (it = profile_list->begin(); it != profile_list->end(); ++it) { 737 ListValue* profile_list = update.Get(); local 739 profile_list->Clear(); 753 profile_list->Append(new StringValue(profile_path)); [all...] |
/external/chromium_org/third_party/libva/va/ |
va_backend.h | 61 VAProfile *profile_list, /* out */
|
va.h | 493 * The caller must provide a "profile_list" array that can hold at 495 * returned in "profile_list" is returned in "num_profile". 499 VAProfile *profile_list, /* out */ [all...] |
/external/chromium_org/chrome/browser/ |
chrome_browser_main.cc | 342 ListValue* profile_list = update.Get(); local 343 profile_list->Clear(); [all...] |