Searched defs:GetChannelInfo (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dtest_branch_utility.py29 return tuple(self.GetChannelInfo(channel)
32 def GetChannelInfo(self, channel): member in class:TestBranchUtility
H A Dbranch_utility.py84 stable_info = self.GetChannelInfo('stable')
117 return tuple((channel, self.GetChannelInfo(channel).branch)
121 return tuple(self.GetChannelInfo(channel).version
125 return tuple(self.GetChannelInfo(channel)
129 def GetChannelInfo(self, channel): member in class:BranchUtility

Completed in 210 milliseconds