HomeSort by relevance Sort by last modified time
    Searched refs:GetVersion (Results 101 - 125 of 430) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/remoting/host/
sas_injector_win.cc 222 if (base::win::GetVersion() < base::win::VERSION_VISTA) {
  /external/chromium_org/sync/syncable/
directory_backing_store.h 145 int GetVersion();
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvmuxerutil.hpp 129 void GetVersion(int32* major, int32* minor, int32* build, int32* revision);
  /external/chromium_org/third_party/skia/src/core/
SkGraphics.cpp 31 void SkGraphics::GetVersion(int32_t* major, int32_t* minor, int32_t* patch) {
  /external/chromium_org/third_party/webrtc/video_engine/include/
vie_base.h 262 virtual int GetVersion(char version[1024]) = 0;
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_base_impl.h 58 virtual int GetVersion(char version[1024]);
  /external/chromium_org/ui/gfx/animation/
animation_unittest.cc 129 if (base::win::GetVersion() >= base::win::VERSION_VISTA) {
  /external/chromium_org/ui/views/widget/
widget_hwnd_utils.cc 70 *class_style |= (base::win::GetVersion() < base::win::VERSION_XP) ?
  /external/chromium_org/win8/test/
open_with_dialog_async.cc 111 DCHECK_GE(base::win::GetVersion(), base::win::VERSION_VISTA);
open_with_dialog_controller.cc 251 if (base::win::GetVersion() < base::win::VERSION_WIN8) {
272 if (base::win::GetVersion() < base::win::VERSION_WIN8) {
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxerutil.hpp 143 void GetVersion(int32* major, int32* minor, int32* build, int32* revision);
  /external/lldb/include/lldb/API/
SBModule.h 263 GetVersion (uint32_t *versions,
  /external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DYLDRendezvous.h 77 GetVersion() const { return m_current.version; }
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusMetaHeader.h 140 UINT GetVersion() const { return Version; }
  /external/skia/src/core/
SkGraphics.cpp 31 void SkGraphics::GetVersion(int32_t* major, int32_t* minor, int32_t* patch) {
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxerutil.hpp 143 void GetVersion(int32* major, int32* minor, int32* build, int32* revision);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusmetaheader.h 139 UINT GetVersion() const
  /external/chromium_org/ash/test/
ash_test_base.cc 141 if (base::win::GetVersion() >= base::win::VERSION_WIN8) {
165 if (base::win::GetVersion() >= base::win::VERSION_WIN8 &&
  /external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_invalidator_unittest.cc 165 int64 GetVersion(base::Time time);
412 return GetVersion(Now()) + version;
415 int64 CloudPolicyInvalidatorTest::GetVersion(base::Time time) {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_window_property_manager_browsertest_win.cc 184 if (base::win::GetVersion() < base::win::VERSION_WIN7)
235 if (base::win::GetVersion() < base::win::VERSION_WIN7)
  /external/chromium_org/remoting/host/setup/
daemon_controller.cc 105 void DaemonController::GetVersion(const GetVersionCallback& done) {
183 std::string version = delegate_->GetVersion();
  /external/chromium_org/content/common/
sandbox_win.cc 252 if (base::win::GetVersion() >= base::win::VERSION_WIN8)
351 if (base::win::GetVersion() > base::win::VERSION_WIN7)
355 if (base::win::GetVersion() > base::win::VERSION_XP) {
570 if (base::win::GetVersion() < base::win::VERSION_WIN7)
636 if (base::win::GetVersion() >= base::win::VERSION_WIN8 &&
  /external/chromium_org/sync/test/fake_server/
fake_server.cc 82 int64 version = entity->GetVersion();
376 entry_response->set_version(entity->GetVersion() + 1);
378 entry_response->set_version(entity->GetVersion());
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFFormValue.cpp 149 if (cu->GetVersion() <= 2)
215 if (cu->GetVersion() <= 2)
351 if (cu->GetVersion() <= 2)
  /external/chromium_org/base/test/
test_shortcut_win.cc 113 if (GetVersion() >= VERSION_WIN7) {

Completed in 1043 milliseconds

1 2 3 45 6 7 8 91011>>