Searched refs:requested_profile (Results 1 - 12 of 12) 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_views.h35 virtual void CreateForProfile(Profile* requested_profile) OVERRIDE;
36 virtual void ShowForProfile(Profile* requested_profile) OVERRIDE;
H A Dapp_list_shower_views.h27 void ShowForProfile(Profile* requested_profile);
33 // Create or recreate, and initialize |app_list_| from |requested_profile|.
34 void CreateViewForProfile(Profile* requested_profile);
H A Dapp_list_service.h76 virtual void CreateForProfile(Profile* requested_profile) = 0;
81 virtual void ShowForProfile(Profile* requested_profile) = 0;
87 virtual void AutoShowForProfile(Profile* requested_profile) = 0;
H A Dapp_list_service_mac.h60 virtual void CreateForProfile(Profile* requested_profile) OVERRIDE;
61 virtual void ShowForProfile(Profile* requested_profile) OVERRIDE;
H A Dapp_list_service_impl.h57 virtual void AutoShowForProfile(Profile* requested_profile) OVERRIDE;
H A Dapp_list_service_unittest.cc51 virtual void CreateForProfile(Profile* requested_profile) OVERRIDE {
54 virtual void ShowForProfile(Profile* requested_profile) OVERRIDE {
55 showing_for_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.h26 virtual void ShowForProfile(Profile* requested_profile) OVERRIDE;
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 2748 milliseconds