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

1 2

  /external/chromium_org/chrome/common/extensions/docs/server2/
host_file_system_iterator.py 15 def _ForEach(self, channel_info, callback, get_next):
22 while channel_info is not None:
23 if channel_info.branch == 'master':
26 file_system = self._file_system_provider.GetBranch(channel_info.branch)
27 if not callback(file_system, channel_info):
29 last_true = channel_info
30 channel_info = get_next(channel_info)
33 def Ascending(self, channel_info, callback):
34 return self._ForEach(channel_info, callback, self._branch_utility.Newer
    [all...]
availability_finder.py 90 def __init__(self, channel_info, scheduled=None):
91 assert isinstance(channel_info, ChannelInfo)
93 self.channel_info = channel_info
240 def _CheckChannelAvailability(self, api_name, file_system, channel_info):
243 whether or not an API is available on the given channel, |channel_info|.
251 self._HasAPISchema(api_name, file_system, channel_info.version)):
255 available_channel = channel_info.channel
259 channel_info.channel))
260 return available_channel is not None and newest == channel_info.channe
    [all...]
branch_utility.py 77 def Newer(self, channel_info):
81 if channel_info.channel == 'master':
83 if channel_info.channel == 'stable':
85 if channel_info.version < stable_info.version:
86 return self.GetStableChannelInfo(channel_info.version + 1)
88 return self.GetAllChannelInfo()[names.index(channel_info.channel) + 1]
90 def Older(self, channel_info):
94 if channel_info.channel == 'stable':
95 if channel_info.version <= 5:
98 return self.GetStableChannelInfo(channel_info.version - 1
    [all...]
test_branch_utility.py 49 def Older(self, channel_info):
51 index = versions.index(channel_info.version)
59 def Newer(self, channel_info):
61 index = versions.index(channel_info.version)
api_list_data_source.py 73 channel_info = self._platform_bundle.GetAvailabilityFinder(
74 platform).GetAPIAvailability(api_name).channel_info
75 channel = channel_info.channel
77 version = channel_info.version
whats_new_data_source.py 39 channel_info = self._platform_bundle.GetAvailabilityFinder(
40 platform).GetAPIAvailability(api_name).channel_info
41 channel = channel_info.channel
43 version = channel_info.version
availability_finder_test.py 61 def stat_paths(file_system, channel_info):
62 if channel_info.version not in TABS_UNMODIFIED_VERSIONS:
193 def assertEquals(found, channel_info, actual, scheduled=None):
195 if channel_info is None:
198 self.assertEquals(lookup_result(found, AvailabilityInfo(channel_info,
  /external/chromium_org/mojo/embedder/
embedder.cc 84 scoped_ptr<ChannelInfo> channel_info,
88 channel_info->channel =
94 FROM_HERE, base::Bind(callback, channel_info.release()));
96 callback.Run(channel_info.release());
109 ChannelInfo** channel_info) {
111 DCHECK(channel_info);
122 *channel_info = new ChannelInfo();
123 (*channel_info)->channel =
145 scoped_ptr<ChannelInfo> channel_info(new ChannelInfo());
146 channel_info->io_thread_task_runner = io_thread_task_runner
    [all...]
embedder.h 66 // the "out" value |*channel_info| should be passed to
71 ChannelInfo** channel_info);
90 // or |CreateChannel()|; must only be called from the I/O thread. |channel_info|
94 ChannelInfo* channel_info);
98 // |channel_info| should be the value provided to the callback to
100 MOJO_SYSTEM_IMPL_EXPORT void DestroyChannel(ChannelInfo* channel_info);
105 MOJO_SYSTEM_IMPL_EXPORT void WillDestroyChannelSoon(ChannelInfo* channel_info);
embedder_unittest.cc 68 const ChannelInfo* channel_info() const { return channel_info_; } function in class:mojo::embedder::__anon13359::ScopedTestChannel
71 void DidCreateChannel(ChannelInfo* channel_info) {
72 CHECK(channel_info);
74 channel_info_ = channel_info;
166 EXPECT_TRUE(server_channel.channel_info());
167 EXPECT_TRUE(client_channel.channel_info());
319 EXPECT_TRUE(server_channel.channel_info());
320 EXPECT_TRUE(client_channel.channel_info());
352 EXPECT_TRUE(server_channel.channel_info());
482 CHECK(client_channel.channel_info() != nullptr)
    [all...]
  /external/chromium_org/mojo/shell/
app_child_process_host.cc 55 embedder::ChannelInfo* channel_info) {
58 CHECK(channel_info);
59 channel_info_ = channel_info;
app_child_process_host.h 42 void DidCreateChannel(embedder::ChannelInfo* channel_info);
  /external/chromium_org/extensions/browser/api/cast_channel/
cast_channel_api.cc 60 // Fills |channel_info| from the destination and state of |socket|.
61 void FillChannelInfo(const CastSocket& socket, ChannelInfo* channel_info) {
62 DCHECK(channel_info);
63 channel_info->channel_id = socket.id();
64 channel_info->url = socket.CastUrl();
66 channel_info->connect_info.ip_address = ip_endpoint.ToStringWithoutPort();
67 channel_info->connect_info.port = ip_endpoint.port();
68 channel_info->connect_info.auth = socket.channel_auth();
69 channel_info->ready_state = socket.ready_state();
70 channel_info->error_state = socket.error_state()
146 ChannelInfo channel_info; local
161 ChannelInfo channel_info; local
216 ChannelInfo channel_info; local
224 ChannelInfo channel_info; local
    [all...]
  /external/chromium_org/chrome/installer/util/
chrome_app_host_operations.cc 12 #include "chrome/installer/util/channel_info.h"
86 ChannelInfo* channel_info) const {
88 DCHECK(channel_info);
89 return channel_info->SetAppLauncher(set);
chrome_frame_operations.cc 10 #include "chrome/installer/util/channel_info.h"
105 ChannelInfo* channel_info) const {
107 DCHECK(channel_info);
108 bool modified = channel_info->SetChromeFrame(set);
111 modified |= channel_info->SetReadyMode(false);
chrome_browser_operations.cc 13 #include "chrome/installer/util/channel_info.h"
88 ChannelInfo* channel_info) const {
90 DCHECK(channel_info);
91 return channel_info->SetChrome(set);
installer_state.cc 720 ChannelInfo* channel_info) const {
724 modified |= (*scan)->SetChannelFlags(set, channel_info);
743 ChannelInfo channel_info; local
750 channel_info.Initialize(state_key);
753 bool modified = channel_info.SetMultiInstall(true);
756 modified |= SetChannelFlags(true, &channel_info);
758 VLOG(1) << "ap: " << channel_info.value();
762 channel_info.Write(&state_key);
766 channel_info.SetStage(NULL);
793 if (!other_info.Equals(channel_info))
    [all...]
chrome_app_host_operations.h 42 ChannelInfo* channel_info) const OVERRIDE;
chrome_binaries_operations.h 42 ChannelInfo* channel_info) const OVERRIDE;
chrome_browser_operations.h 41 ChannelInfo* channel_info) const OVERRIDE;
chrome_frame_operations.h 41 ChannelInfo* channel_info) const OVERRIDE;
product_operations.h 71 // Adds or removes product-specific flags in |channel_info|. Returns true if
72 // |channel_info| is modified.
75 ChannelInfo* channel_info) const = 0;
product.cc 154 bool Product::SetChannelFlags(bool set, ChannelInfo* channel_info) const {
155 return operations_->SetChannelFlags(options_, set, channel_info);
  /external/chromium_org/chrome/installer/setup/
setup_util.cc 393 installer::ChannelInfo channel_info; local
398 channel_info.Initialize(state_key) &&
399 product_to_migrate.SetChannelFlags(false, &channel_info)) {
401 << " to channel: " << channel_info.value();
402 channel_info.Write(&state_key);
413 installer::ChannelInfo channel_info; local
414 if (!channel_info.Initialize(state_key)) {
417 } else if (channel_info.RemoveAllModifiersAndSuffixes()) {
419 << " to channel: " << channel_info.value();
420 channel_info.Write(&state_key)
    [all...]
  /external/chromium_org/native_client_sdk/src/doc/doxygen/
generate_docs.py 40 channel_info = {}
56 if channel in channel_info:
57 existing_info = channel_info[channel]
63 channel_info[channel] = ChannelInfo(branch, version)
65 return channel_info
263 channel_info = GetChannelInfo()
264 for channel, info in channel_info.iteritems():

Completed in 588 milliseconds

1 2