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

  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service_views.cc 28 void AppListServiceViews::CreateForProfile(Profile* requested_profile) {
29 shower_.CreateViewForProfile(requested_profile);
32 void AppListServiceViews::ShowForProfile(Profile* requested_profile) {
33 DCHECK(requested_profile);
34 if (requested_profile->IsSupervised())
40 SetProfilePath(requested_profile->GetPath());
41 shower_.ShowForProfile(requested_profile);
app_list_shower_views.cc 27 void AppListShower::ShowForProfile(Profile* requested_profile) {
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) {
55 profile_ = requested_profile;
app_list_service.h 73 virtual void CreateForProfile(Profile* requested_profile) = 0;
78 virtual void ShowForProfile(Profile* requested_profile) = 0;
84 virtual void AutoShowForProfile(Profile* requested_profile) = 0;
app_list_service_views.h 35 virtual void CreateForProfile(Profile* requested_profile) OVERRIDE;
36 virtual void ShowForProfile(Profile* requested_profile) OVERRIDE;
app_list_shower_views.h 27 void ShowForProfile(Profile* requested_profile);
33 // Create or recreate, and initialize |app_list_| from |requested_profile|.
34 void CreateViewForProfile(Profile* requested_profile);
app_list_service_mac.h 56 virtual void CreateForProfile(Profile* requested_profile) OVERRIDE;
57 virtual void ShowForProfile(Profile* requested_profile) OVERRIDE;
app_list_service_impl.h 48 virtual void AutoShowForProfile(Profile* requested_profile) OVERRIDE;
app_list_service_unittest.cc 45 virtual void CreateForProfile(Profile* requested_profile) OVERRIDE {
48 virtual void ShowForProfile(Profile* requested_profile) OVERRIDE {
49 showing_for_profile_ = requested_profile;
app_list_service_impl.cc 313 void AppListServiceImpl::AutoShowForProfile(Profile* requested_profile) {
320 ShowForProfile(requested_profile);
  /external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_service_win.h 26 virtual void ShowForProfile(Profile* requested_profile) OVERRIDE;
app_list_service_win.cc 261 void AppListServiceWin::ShowForProfile(Profile* requested_profile) {
262 AppListServiceViews::ShowForProfile(requested_profile);
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
video_encoder_device_copper.cpp 1764 struct venc_profile requested_profile; local
    [all...]
video_encoder_device.cpp 1845 struct venc_profile requested_profile; local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 2803 struct venc_profile requested_profile = {0}; local
    [all...]
video_encoder_device.cpp 2088 struct venc_profile requested_profile; local
    [all...]
  /external/chromium_org/content/common/gpu/media/
video_encode_accelerator_unittest.cc 96 media::VideoCodecProfile requested_profile; member in struct:content::__anon11874::TestStream
131 test_stream->requested_profile =
517 test_stream_.requested_profile,
566 DVLOG(1) << "Profile: " << test_stream_.requested_profile
570 test_stream_.requested_profile,
    [all...]

Completed in 311 milliseconds