Home
last modified time | relevance | path

Searched refs:VERSION_WIN8 (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/modules/desktop_capture/
Dscreen_capturer_integration_test.cc340 if (rtc::rtc_win::GetVersion() >= rtc::rtc_win::Version::VERSION_WIN8) { in TEST_F()
353 if (rtc::rtc_win::GetVersion() >= rtc::rtc_win::Version::VERSION_WIN8) { in TEST_F()
364 if (rtc::rtc_win::GetVersion() < rtc::rtc_win::Version::VERSION_WIN8) { in TEST_F()
Dcropping_window_capturer_win.cc199 if (rtc::rtc_win::GetVersion() < rtc::rtc_win::Version::VERSION_WIN8 && in ShouldUseScreenCapturer()
/external/webrtc/rtc_base/win/
Dwindows_version.h36 VERSION_WIN8 = 5, // Also includes Windows Server 2012. enumerator
Dwindows_version.cc190 return VERSION_WIN8; in MajorMinorBuildToVersion()
/external/libchrome/base/
Dpath_service_unittest.cc104 valid = base::win::GetVersion() >= base::win::VERSION_WIN8; in TEST_F()
/external/webrtc/modules/desktop_capture/win/
Dwindow_capturer_win_gdi.cc301 if (rtc::rtc_win::GetVersion() >= rtc::rtc_win::Version::VERSION_WIN8) { in CaptureFrame()
Dwindow_capture_utils.cc182 if (rtc::rtc_win::GetVersion() >= rtc::rtc_win::Version::VERSION_WIN8 || in GetCroppedWindowRect()
/external/libchrome/base/task_scheduler/
Dscheduler_worker_pool_impl.cc398 if (win::GetVersion() >= win::VERSION_WIN8) { in OnMainEntry()
/external/libchrome/base/test/launcher/
Dtest_launcher.cc308 if (win::GetVersion() < win::VERSION_WIN8 && in LaunchChildTestProcessWithOptions()
/external/webrtc/modules/audio_device/win/
Dcore_audio_utility_win.cc710 } else if (rtc::rtc_win::GetVersion() >= rtc::rtc_win::VERSION_WIN8) { in GetAudioClientVersion()