HomeSort by relevance Sort by last modified time
    Searched refs:GetBranchForVersion (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/common/extensions/docs/server2/
branch_utility_test.py 97 self._branch_util.GetBranchForVersion(28))
99 self._branch_util.GetBranchForVersion(27))
101 self._branch_util.GetBranchForVersion(26))
103 self._branch_util.GetBranchForVersion(25))
105 self._branch_util.GetBranchForVersion(24))
107 self._branch_util.GetBranchForVersion(23))
109 self._branch_util.GetBranchForVersion(22))
111 self._branch_util.GetBranchForVersion(21))
113 self._branch_util.GetBranchForVersion(20))
115 self._branch_util.GetBranchForVersion(19)
    [all...]
test_branch_utility.py 32 return ChannelInfo(channel, self.GetBranchForVersion(version), version)
34 def GetBranchForVersion(self, version):
branch_utility.py 125 def GetBranchForVersion(self, version):

Completed in 142 milliseconds