OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMacOSLion
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/base/
macutils.h
40
kMacOSLion
, // 10.7
macutils.cc
123
return
kMacOSLion
;
/external/webrtc/webrtc/modules/desktop_capture/
screen_capturer_mac.mm
418
if (rtc::GetOSVersionName() >= rtc::
kMacOSLion
) {
462
if (rtc::GetOSVersionName() < rtc::
kMacOSLion
) {
480
if (rtc::GetOSVersionName() < rtc::
kMacOSLion
) {
803
if (rtc::GetOSVersionName() >= rtc::
kMacOSLion
) {
851
// This function does an early return if GetOSVersionName() >=
kMacOSLion
,
[
all
...]
mouse_cursor_monitor_mac.mm
73
rtc::GetOSVersionName() < rtc::
kMacOSLion
) {
Completed in 119 milliseconds