HomeSort by relevance Sort by last modified time
    Searched refs:GetVersion (Results 1 - 25 of 399) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/build/
compiler_version.py 18 def GetVersion(compiler):
36 cxxversion = GetVersion(cxx)
42 gccversion = GetVersion("g++")
  /external/chromium_org/build/
compiler_version.py 17 def GetVersion(compiler):
41 cxxversion = GetVersion(cxx)
47 gccversion = GetVersion("g++")
  /external/chromium_org/chrome/browser/profiles/
chrome_version_service.h 29 static std::string GetVersion(PrefService* prefs);
chrome_version_service.cc 29 std::string ChromeVersionService::GetVersion(PrefService* prefs) {
  /external/chromium_org/chrome/browser/
browser_process_platform_part_aurawin.cc 30 if (base::win::GetVersion() >= base::win::VERSION_WIN8) {
54 if (base::win::GetVersion() >= base::win::VERSION_WIN8 &&
  /external/chromium_org/ash/host/
root_window_host_factory_win.cc 22 if (base::win::GetVersion() >= base::win::VERSION_WIN8 &&
  /external/chromium_org/chrome/browser/ui/webui/
version_handler_chromeos.cc 18 loader_.GetVersion(
  /external/chromium_org/chrome/common/extensions/docs/server2/
patcher.py 12 def GetVersion(self):
caching_rietveld_patcher_test.py 47 self._patcher.GetVersion()
50 self._patcher.GetVersion()
55 self._patcher.GetVersion()
  /external/chromium_org/chrome/test/chromedriver/chrome/
chrome.h 19 virtual std::string GetVersion() = 0;
stub_chrome.h 22 virtual std::string GetVersion() OVERRIDE;
  /external/chromium_org/v8/src/
version.h 49 static const char* GetVersion() { return version_string_; }
  /external/v8/src/
version.h 49 static const char* GetVersion() { return version_string_; }
  /external/chromium_org/sandbox/win/src/
integrity_level_test.cc 48 if (base::win::GetVersion() != base::win::VERSION_VISTA)
64 if (base::win::GetVersion() != base::win::VERSION_VISTA)
80 if (base::win::GetVersion() != base::win::VERSION_VISTA)
  /external/chromium/base/win/
win_util_unittest.cc 36 if (GetVersion() >= base::win::VERSION_VISTA) {
windows_version.h 18 // syntactic sugar reasons; see the declaration of GetVersion() below.
20 // "if (base::win::GetVersion() >= base::win::VERSION_VISTA) ...".
101 BASE_API Version GetVersion();
  /external/chromium_org/base/win/
win_util_unittest.cc 36 if (GetVersion() >= base::win::VERSION_VISTA) {
  /external/chromium_org/remoting/host/
curtain_mode_win.cc 29 if (base::win::GetVersion() < base::win::VERSION_VISTA) {
  /external/chromium_org/third_party/skia/include/core/
SkGraphics.h 33 static void GetVersion(int32_t* major, int32_t* minor, int32_t* patch);
  /external/skia/include/core/
SkGraphics.h 33 static void GetVersion(int32_t* major, int32_t* minor, int32_t* patch);
  /external/chromium/chrome/browser/chromeos/
version_loader.h 30 // . When you want the version invoke: loader.GetVersion(&consumer, callback);
54 Handle GetVersion(CancelableRequestConsumerBase* consumer,
85 void GetVersion(scoped_refptr<GetVersionRequest> request,
  /external/chromium_org/chrome/browser/chromeos/
version_loader.h 27 // VersionLoader::GetVersion()
49 CancelableTaskTracker::TaskId GetVersion(VersionFormat format,
74 void GetVersion(VersionFormat format, std::string* version);
  /external/chromium_org/content/browser/
power_save_blocker_win.cc 25 base::win::GetVersion() < base::win::VERSION_WIN8) {
66 base::win::GetVersion() < base::win::VERSION_WIN8) {
136 if (base::win::GetVersion() < base::win::VERSION_WIN7)
144 if (base::win::GetVersion() < base::win::VERSION_WIN7)
154 if (base::win::GetVersion() < base::win::VERSION_WIN8)
  /external/chromium_org/sync/notifier/
sync_invalidation_listener_unittest.cc 149 int64 GetVersion(const ObjectId& id) const {
303 int64 GetVersion(const ObjectId& id) const {
304 return fake_delegate_.GetVersion(id);
449 EXPECT_EQ(kVersion1, GetVersion(id));
464 EXPECT_EQ(kVersion1, GetVersion(id));
478 EXPECT_EQ(kVersion1, GetVersion(id));
498 EXPECT_EQ(kVersion1, GetVersion(id));
513 EXPECT_EQ(kVersion2, GetVersion(id));
521 EXPECT_EQ(kVersion2, GetVersion(id));
536 EXPECT_EQ(Invalidation::kUnknownVersion, GetVersion(id))
    [all...]
  /external/chromium/chrome/browser/web_resource/
gpu_blacklist_updater.cc 88 bool succeed = gpu_blacklist->GetVersion(&version_major, &version_minor);
95 if (GpuBlacklist::GetVersion(*gpu_blacklist_cache_,
100 if (gpu_blacklist->GetVersion(&current_version_major,

Completed in 374 milliseconds

1 2 3 4 5 6 7 8 91011>>