Home | History | Annotate | Download | only in host

Lines Matching refs:modes

39       base::ScopedCFTypeRef<CFMutableArrayRef>* modes,
60 base::ScopedCFTypeRef<CFMutableArrayRef> modes;
62 GetSupportedModesAndResolutions(&modes, &resolutions);
72 base::ScopedCFTypeRef<CFMutableArrayRef> modes;
74 GetSupportedModesAndResolutions(&modes, &resolutions);
75 // There may be many modes with the requested resolution. Pick the one with
84 CFArrayGetValueAtIndex(modes, index)));
121 base::ScopedCFTypeRef<CFMutableArrayRef>* modes,
134 modes->reset(CFArrayCreateMutableCopy(NULL, 0, all_modes));
135 CFIndex count = CFArrayGetCount(*modes);
139 CFArrayGetValueAtIndex(*modes, i)));
148 CFArrayRemoveValueAtIndex(*modes, i);