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

  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service.h 52 virtual void CreateForProfile(Profile* requested_profile) = 0;
57 virtual void ShowForProfile(Profile* requested_profile) = 0;
  /external/chromium_org/chrome/browser/ui/views/app_list/
app_list_controller_win.cc 435 void ShowAppListDuringModeSwitch(Profile* requested_profile);
442 virtual void CreateForProfile(Profile* requested_profile) OVERRIDE;
443 virtual void ShowForProfile(Profile* requested_profile) OVERRIDE;
621 void AppListController::ShowForProfile(Profile* requested_profile) {
622 DCHECK(requested_profile);
623 if (requested_profile->IsManaged())
635 requested_profile, AppMetroInfoBarDelegateWin::SHOW_APP_LIST,
644 if (IsAppListVisible() && (requested_profile == profile())) {
650 SetProfilePath(requested_profile->GetPath());
653 CreateForProfile(requested_profile);
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 2136 struct venc_profile requested_profile = {0}; local
    [all...]
video_encoder_device.cpp 2017 struct venc_profile requested_profile; local
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
video_encoder_device_copper.cpp 1766 struct venc_profile requested_profile; local
    [all...]
video_encoder_device.cpp 1847 struct venc_profile requested_profile; local
    [all...]

Completed in 89 milliseconds