Searched defs:requested_profile (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_service_views.cc29 void AppListServiceViews::CreateForProfile(Profile* requested_profile) { argument
30 shower_.CreateViewForProfile(requested_profile);
33 void AppListServiceViews::ShowForProfile(Profile* requested_profile) { argument
34 DCHECK(requested_profile);
39 SetProfilePath(requested_profile->GetPath());
40 shower_.ShowForProfile(requested_profile);
H A Dapp_list_shower_views.cc27 void AppListShower::ShowForProfile(Profile* requested_profile) { argument
30 if (IsAppListVisible() && (requested_profile == profile_)) {
36 CreateViewForProfile(requested_profile);
37 } else if (requested_profile != profile_) {
38 profile_ = requested_profile;
54 void AppListShower::CreateViewForProfile(Profile* requested_profile) { argument
55 profile_ = requested_profile;
H A Dapp_list_service_impl.cc333 void AppListServiceImpl::AutoShowForProfile(Profile* requested_profile) { argument
340 ShowForProfile(requested_profile);
/external/chromium_org/chrome/browser/ui/views/app_list/win/
H A Dapp_list_service_win.cc266 void AppListServiceWin::ShowForProfile(Profile* requested_profile) { argument
267 AppListServiceViews::ShowForProfile(requested_profile);
/external/chromium_org/content/common/gpu/media/
H A Dvideo_encode_accelerator_unittest.cc131 media::VideoCodecProfile requested_profile; member in struct:content::__anon7620::TestStream
287 test_stream->requested_profile =
659 test_stream_->requested_profile,
693 DVLOG(1) << "Profile: " << test_stream_->requested_profile
697 test_stream_->requested_profile,

Completed in 347 milliseconds