/external/chromium_org/chrome/common/extensions/docs/server2/ |
H A D | patcher.py | 12 def GetVersion(self): member in class:Patcher
|
H A D | test_patcher.py | 18 def GetVersion(self): member in class:TestPatcher
|
H A D | rietveld_patcher.py | 39 def GetVersion(self): member in class:RietveldPatcher 62 patchset = self.GetVersion() 98 version = self.GetVersion()
|
H A D | caching_rietveld_patcher.py | 72 def GetVersion(self): member in class:CachingRietveldPatcher 80 version = self._patcher.GetVersion() 87 version = self.GetVersion() 98 version = self.GetVersion()
|
H A D | test_file_system.py | 94 def GetVersion(self, path): member in class:_StatTracker 131 stat_result = StatInfo(str(self._stat_tracker.GetVersion(path))) 135 str(self._stat_tracker.GetVersion('%s%s' % (path, file_result))))
|
H A D | content_provider.py | 142 def GetVersion(self, path): member in class:ContentProvider
|
/external/chromium_org/chrome/browser/profiles/ |
H A D | chrome_version_service.cc | 29 std::string ChromeVersionService::GetVersion(PrefService* prefs) { function in class:ChromeVersionService
|
/external/chromium_org/build/ |
H A D | compiler_version.py | 48 def GetVersion(compiler, tool): function 136 compiler_version = GetVersion(compiler, tool)
|
/external/chromium_org/chrome/browser/services/gcm/ |
H A D | gcm_desktop_utils.cc | 64 std::string GetVersion() { function in namespace:gcm::__anon4648 73 chrome_build_info.version = GetVersion();
|
/external/chromium_org/chrome/browser/sync/glue/ |
H A D | invalidation_adapter.cc | 27 int64 InvalidationAdapter::GetVersion() const { function in class:browser_sync::InvalidationAdapter
|
/external/chromium_org/sync/test/ |
H A D | mock_invalidation.cc | 36 int64 MockInvalidation::GetVersion() const { function in class:syncer::MockInvalidation
|
/external/chromium_org/v8/src/ |
H A D | version.h | 27 static const char* GetVersion() { return version_string_; } function in class:v8::internal::Version
|
/external/lldb/source/ |
H A D | lldb.cpp | 270 lldb_private::GetVersion () function in class:lldb_private
|
/external/chromium_org/base/win/ |
H A D | windows_version.cc | 171 Version GetVersion() { function in namespace:base::win
|
/external/chromium_org/chrome/browser/chromeos/ |
H A D | version_loader.cc | 56 base::CancelableTaskTracker::TaskId VersionLoader::GetVersion( function in class:chromeos::VersionLoader 64 base::Bind(&Backend::GetVersion, backend_.get(), format, version), 103 void VersionLoader::Backend::GetVersion(VersionFormat format, function in class:chromeos::VersionLoader::Backend
|
/external/chromium_org/sync/test/fake_server/ |
H A D | fake_server_entity.cc | 48 int64 FakeServerEntity::GetVersion() const { function in class:fake_server::FakeServerEntity
|
/external/chromium_org/third_party/skia/src/core/ |
H A D | SkGraphics.cpp | 31 void SkGraphics::GetVersion(int32_t* major, int32_t* minor, int32_t* patch) { function in class:SkGraphics
|
/external/skia/src/core/ |
H A D | SkGraphics.cpp | 31 void SkGraphics::GetVersion(int32_t* major, int32_t* minor, int32_t* patch) { function in class:SkGraphics
|
/external/chromium_org/ppapi/generators/ |
H A D | idl_node.py | 223 def GetVersion(self, release): member in class:IDLNode 227 return filenode.release_map.GetVersion(release)
|
H A D | idl_release.py | 225 def GetVersion(self, release): member in class:IDLReleaseMap
|
/external/chromium_org/remoting/host/setup/ |
H A D | daemon_controller.cc | 105 void DaemonController::GetVersion(const GetVersionCallback& done) { function in class:remoting::DaemonController 183 std::string version = delegate_->GetVersion();
|
H A D | daemon_controller_delegate_linux.cc | 289 std::string DaemonControllerDelegateLinux::GetVersion() { function in class:remoting::DaemonControllerDelegateLinux
|
H A D | daemon_controller_delegate_win.cc | 145 if (base::win::GetVersion() < base::win::VERSION_XP) { 278 std::string DaemonControllerDelegateWin::GetVersion() { function in class:remoting::DaemonControllerDelegateWin 286 hr = control_->GetVersion(version.Receive()); 359 if (base::win::GetVersion() < base::win::VERSION_VISTA)
|
/external/chromium_org/components/enhanced_bookmarks/ |
H A D | enhanced_bookmark_model_unittest.cc | 84 std::string GetVersion(const BookmarkNode* node) { function in class:EnhancedBookmarkModelTest 334 EXPECT_EQ("v1.0", GetVersion(node)); 357 EXPECT_EQ("v1.0", GetVersion(node)); 395 EXPECT_EQ("v1.0", GetVersion(node)); 431 EXPECT_EQ("", GetVersion(node)); 434 EXPECT_EQ("v1.0", GetVersion(node)); 442 EXPECT_EQ("v1.0", GetVersion(node)); 445 EXPECT_EQ("v1.0/alpha", GetVersion(node)); 480 EXPECT_EQ("v2.0", GetVersion(node1)); 481 EXPECT_EQ("v2.0", GetVersion(node [all...] |
/external/chromium_org/mojo/public/python/mojo/bindings/ |
H A D | descriptor.py | 469 def GetVersion(self): member in class:FieldGroup 493 def GetVersion(self): member in class:SingleFieldGroup 517 def GetVersion(self): member in class:BooleanGroup
|