Searched defs:ChannelInfo (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dchannel_info.h20 class ChannelInfo { class in namespace:installer
36 bool Equals(const ChannelInfo& other) const {
117 }; // class ChannelInfo
/external/chromium_org/mojo/embedder/
H A Dembedder.cc27 struct ChannelInfo { struct in namespace:mojo::embedder
28 ChannelInfo() {} function in struct:mojo::embedder::ChannelInfo
29 ~ChannelInfo() {}
84 scoped_ptr<ChannelInfo> channel_info,
109 ChannelInfo** channel_info) {
122 *channel_info = new ChannelInfo();
145 scoped_ptr<ChannelInfo> channel_info(new ChannelInfo());
166 void DestroyChannelOnIOThread(ChannelInfo* channel_info) {
178 void DestroyChannel(ChannelInfo* channel_inf
[all...]
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dtest_branch_utility.py5 from branch_utility import BranchUtility, ChannelInfo namespace
34 return ChannelInfo(channel, self.GetBranchForVersion(version), version)
37 return ChannelInfo('stable', self.GetBranchForVersion(version), version)
55 return ChannelInfo(self.GetChannelForVersion(version),
65 return ChannelInfo(self.GetChannelForVersion(version),
H A Dbranch_utility_test.py10 from branch_utility import BranchUtility, ChannelInfo namespace
70 oldest_stable_info = ChannelInfo('stable', '963', 17)
71 older_stable_info = ChannelInfo('stable', '1025', 18)
72 old_stable_info = ChannelInfo('stable', '1084', 19)
73 sort_of_old_stable_info = ChannelInfo('stable', '1500', 28)
74 stable_info = ChannelInfo('stable', '1547', 29)
75 beta_info = ChannelInfo('beta', '1599', 30)
76 dev_info = ChannelInfo('dev', '1612', 31)
77 master_info = ChannelInfo('master', 'master', 'master')
93 master_info = ChannelInfo('maste
[all...]
H A Dbranch_utility.py13 class ChannelInfo(object): class in inherits:object
78 '''Given a ChannelInfo object, returns a new ChannelInfo object
91 '''Given a ChannelInfo object, returns a new ChannelInfo object
133 return ChannelInfo(channel,
139 a ChannelInfo object representing that version.
141 return ChannelInfo('stable', self.GetBranchForVersion(version), version)
H A Davailability_finder_test.py11 from branch_utility import BranchUtility, ChannelInfo namespace
119 assertGet(ChannelInfo('master', 'master', 'master'), 'jsonMasterAPI')
120 assertGet(ChannelInfo('dev', CANNED_BRANCHES[31], 31), 'jsonDevAPI')
121 assertGet(ChannelInfo('beta', CANNED_BRANCHES[30], 30), 'jsonBetaAPI')
122 assertGet(ChannelInfo('stable', CANNED_BRANCHES[20], 20), 'jsonStableAPI')
125 assertGet(ChannelInfo('beta', CANNED_BRANCHES[30], 30),
129 assertGet(ChannelInfo('stable', CANNED_BRANCHES[23], 23), 'windows')
130 assertGet(ChannelInfo('stable', CANNED_BRANCHES[18], 18), 'tabs')
131 assertGet(ChannelInfo('stable', CANNED_BRANCHES[18], 18), 'input.ime')
135 assertGet(ChannelInfo('de
[all...]
H A Davailability_finder.py9 from branch_utility import BranchUtility, ChannelInfo namespace
91 assert isinstance(channel_info, ChannelInfo)
387 ChannelInfo at the oldest channel it's available in).
H A Djsc_view_test.py13 from branch_utility import BranchUtility, ChannelInfo namespace
61 # Give the graph fake ChannelInfo; it's not used in tests.
62 channel_info = ChannelInfo('stable', '28', 28)
81 self._fake_availability = AvailabilityInfo(ChannelInfo('stable', '396', 5))
239 AvailabilityInfo(ChannelInfo('beta', '1453', 27), scheduled=28))
/external/chromium_org/native_client_sdk/src/doc/doxygen/
H A Dgenerate_docs.py22 ChannelInfo = collections.namedtuple('ChannelInfo', ['branch', 'version']) variable
63 channel_info[channel] = ChannelInfo(branch, version)

Completed in 8601 milliseconds