Searched defs:channel (Results 226 - 250 of 602) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/service_process/
H A Dservice_process_control.cc36 // If the channel has already been established then we run the task
46 // TODO(hclam): Handle error connecting to channel.
55 void ServiceProcessControl::SetChannel(scoped_ptr<IPC::ChannelProxy> channel) { argument
56 channel_ = channel.Pass();
165 // We just established a channel with the service process. Notify it if an
/external/chromium_org/chrome/browser/ui/webui/help/
H A Dhelp_handler.cc84 // Returns true if current user can change channel, false otherwise.
162 { "channel", IDS_ABOUT_PAGE_CHANNEL },
166 { "channel-changed", IDS_ABOUT_PAGE_CHANNEL_CHANGED },
375 // current channel should be returned (if true) or target channel
419 base::string16 channel; local
421 if (!args->GetString(0, &channel) ||
427 version_updater_->SetChannel(base::UTF16ToUTF8(channel),
430 // Check for update after switching release channel.
552 void HelpHandler::OnCurrentChannel(const std::string& channel) { argument
557 OnTargetChannel(const std::string& channel) argument
[all...]
/external/chromium_org/chrome/browser/
H A Dupgrade_detector_impl.cc100 chrome::VersionInfo::Channel channel = chrome::VersionInfo::GetChannel(); local
101 return channel == chrome::VersionInfo::CHANNEL_DEV ||
102 channel == chrome::VersionInfo::CHANNEL_CANARY;
257 // upgrade channel.
285 // Check whether the build is an unstable channel before starting the timer.
327 // switching from dev to beta channel, for example). The user needs a
/external/chromium_org/chrome/installer/util/
H A Dbrowser_distribution.cc275 bool BrowserDistribution::GetChromeChannel(base::string16* channel) { argument
/external/chromium_org/chrome/utility/importer/
H A Dfirefox_importer_unittest_utils_mac.cc36 // |channel| - IPC Channel to use for communication.
40 IPC::Channel* channel, base::ProcessHandle* handle) {
50 base::ScopedFD ipcfd(channel->TakeClientFileDescriptor());
236 // Class to listen on the client side of the ipc channel, it calls through
293 scoped_ptr<IPC::Channel> channel = IPC::Channel::CreateClient( local
295 CHECK(channel->Connect());
296 listener.SetSender(channel.get());
39 LaunchNSSDecrypterChildProcess(const base::FilePath& nss_path, IPC::Channel* channel, base::ProcessHandle* handle) argument
/external/chromium_org/chromeos/dbus/
H A Dupdate_engine_client.cc23 const char kReleaseChannelDev[] = "dev-channel";
24 const char kReleaseChannelBeta[] = "beta-channel";
25 const char kReleaseChannelStable[] = "stable-channel";
68 bool IsValidChannel(const std::string& channel) { argument
69 return channel == kReleaseChannelDev ||
70 channel == kReleaseChannelBeta ||
71 channel == kReleaseChannelStable;
167 LOG(ERROR) << "Invalid channel name: " << target_channel;
178 VLOG(1) << "Requesting to set channel: "
196 VLOG(1) << "Requesting to get channel, get_current_channe
338 std::string channel; local
[all...]
/external/chromium_org/components/gcm_driver/
H A Dgcm_client.h84 ChromeChannel channel; member in struct:gcm::GCMClient::ChromeBuildInfo
226 // |chrome_build_info|: chrome info, i.e., version, channel and etc.
/external/chromium_org/content/browser/renderer_host/
H A Dgpu_message_filter.cc194 const IPC::ChannelHandle& channel,
199 reply.get(), render_process_id_, channel, gpu_info);
192 EstablishChannelCallback( scoped_ptr<IPC::Message> reply, const IPC::ChannelHandle& channel, const gpu::GPUInfo& gpu_info) argument
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dbrowser_ppapi_host_impl.cc22 IPC::ChannelProxy* channel,
39 channel->AddFilter(pepper_message_filter->GetFilter());
40 channel->AddFilter(browser_ppapi_host->message_filter().get());
41 channel->AddFilter((new TraceMessageFilter())->GetFilter());
18 CreateExternalPluginProcess( IPC::Sender* sender, ppapi::PpapiPermissions permissions, base::ProcessHandle plugin_child_process, IPC::ChannelProxy* channel, int render_process_id, int render_view_id, const base::FilePath& profile_directory) argument
/external/chromium_org/content/child/
H A Dchild_thread.h80 IPC::SyncChannel* channel() { return channel_.get(); } function in class:content::ChildThread
224 // The OnChannelError() callback was invoked - the channel is dead, don't
H A Dwebmessageportchannel_impl.cc89 // The message port ids might not be set up yet if this channel
174 scoped_refptr<WebMessagePortChannelImpl> channel) {
175 // The message port ids might not be set up yet, if this channel wasn't
181 base::Bind(&WebMessagePortChannelImpl::Entangle, this, channel));
186 message_port_id_, channel->message_port_id()));
173 Entangle( scoped_refptr<WebMessagePortChannelImpl> channel) argument
/external/chromium_org/content/child/npapi/
H A Dnp_channel_base.cc76 scoped_refptr<NPChannelBase> channel; local
80 channel = factory();
82 channel = iter->second;
85 DCHECK(channel.get() != NULL);
87 if (!channel->channel_valid()) {
88 channel->channel_handle_ = channel_handle;
93 channel->channel_handle_.name =
96 channel->mode_ = mode;
97 if (channel->Init(ipc_message_loop, create_pipe_now, shutdown_event)) {
98 (*GetChannelMap())[channel_key] = channel;
[all...]
H A Dnpobject_proxy.cc62 NPChannelBase* channel,
66 : channel_(channel),
86 NPObject* NPObjectProxy::Create(NPChannelBase* channel, argument
93 obj->proxy = new NPObjectProxy(channel, route_id, render_view_id, page_url);
94 channel->AddMappingForNPObjectProxy(route_id, &obj->object);
122 // Release our ref count of the plugin channel object, as it addrefs the
193 // Send so addref the channel in this scope.
217 if (IsPluginProcess() && proxy->channel()) {
219 proxy->channel()->GetModalDialogEvent(render_view_id));
284 scoped_refptr<NPChannelBase> channel(prox
61 NPObjectProxy( NPChannelBase* channel, int route_id, int render_view_id, const GURL& page_url) argument
[all...]
H A Dnpobject_stub.cc27 NPChannelBase* channel,
32 channel_(channel),
25 NPObjectStub( NPObject* npobject, NPChannelBase* channel, int route_id, int render_view_id, const GURL& page_url) argument
H A Dnpobject_util.cc151 NPChannelBase* channel,
192 // The channel could be NULL if there was a channel error. The caller's
194 if (channel) {
199 int route_id = channel->GetExistingRouteForNPObjectStub(
204 route_id = channel->GenerateRouteID();
206 variant.value.objectValue, channel, route_id, render_view_id,
214 channel->GetExistingRouteForNPObjectOwner(owner);
230 NPChannelBase* channel,
265 channel
150 CreateNPVariantParam(const NPVariant& variant, NPChannelBase* channel, NPVariant_Param* param, bool release, int render_view_id, const GURL& page_url) argument
229 CreateNPVariant(const NPVariant_Param& param, NPChannelBase* channel, NPVariant* result, int render_view_id, const GURL& page_url) argument
[all...]
/external/chromium_org/content/common/gpu/client/
H A Dgpu_video_decode_accelerator_host.cc24 GpuChannelHost* channel,
26 : channel_(channel),
23 GpuVideoDecodeAcceleratorHost( GpuChannelHost* channel, CommandBufferProxyImpl* impl) argument
H A Dgpu_video_encode_accelerator_host.cc21 GpuChannelHost* channel,
23 : channel_(channel),
20 GpuVideoEncodeAcceleratorHost( GpuChannelHost* channel, CommandBufferProxyImpl* impl) argument
/external/chromium_org/content/common/gpu/
H A Dgpu_channel_manager.cc82 IPC::SyncChannel* channel)
92 channel_(channel),
187 scoped_ptr<GpuChannel> channel(new GpuChannel(this,
194 channel->Init(io_message_loop_.get(), shutdown_event_);
195 channel_handle.name = channel->GetChannelName();
200 int renderer_fd = channel->TakeRendererFileDescriptor();
205 gpu_channels_.set(client_id, channel.Pass());
78 GpuChannelManager(MessageRouter* router, GpuWatchdog* watchdog, base::MessageLoopProxy* io_message_loop, base::WaitableEvent* shutdown_event, IPC::SyncChannel* channel) argument
H A Dgpu_command_buffer_stub.h68 GpuChannel* channel,
112 GpuChannel* channel() const { return channel_; } function in class:content::GpuCommandBufferStub
/external/chromium_org/content/plugin/
H A Dplugin_channel.cc146 // Map renderer ID to a (single) channel to that process.
150 PluginChannel* channel = local
159 if (channel)
160 channel->renderer_id_ = renderer_id;
162 return channel;
173 VLOG(1) << "sending message @" << msg << " on channel @" << this
183 VLOG(1) << "received message @" << &msg << " on channel @" << this
/external/chromium_org/content/renderer/pepper/
H A Dpepper_video_decoder_host.cc133 // it is okay to immediately send IPC messages through the returned channel.
134 GpuChannelHost* channel = graphics3d->channel(); local
135 DCHECK(channel);
136 decoder_ = channel->CreateVideoDecoder(command_buffer_route_id);
H A Dppb_video_decoder_impl.cc136 // it is okay to immediately send IPC messages through the returned channel.
137 GpuChannelHost* channel = graphics_3d->channel(); local
138 DCHECK(channel);
139 decoder_ = channel->CreateVideoDecoder(command_buffer_route_id);
/external/chromium_org/content/renderer/shared_worker/
H A Dembedded_shared_worker_stub.cc120 blink::WebMessagePortChannel* channel = *iter; local
121 channel->destroy();
188 WebMessagePortChannelImpl* channel) {
189 impl_->connect(channel);
191 new WorkerHostMsg_WorkerConnected(channel->message_port_id(), route_id_));
196 WebMessagePortChannelImpl* channel = local
201 ConnectToChannel(channel);
207 pending_channels_.push_back(channel);
187 ConnectToChannel( WebMessagePortChannelImpl* channel) argument
/external/chromium_org/device/bluetooth/
H A Dbluetooth_adapter.h165 scoped_ptr<int> channel; member in struct:device::BluetoothAdapter::ServiceOptions
305 // listening on channel |options.channel|, which may be left null to
/external/chromium_org/ipc/
H A Dipc_channel_proxy.cc200 // The channel has already been created and connected, so we need to
210 // The channel is not yet connected, so any filters are still pending.
314 scoped_ptr<ChannelProxy> channel(new ChannelProxy(listener, ipc_task_runner));
315 channel->Init(channel_handle, mode, true);
316 return channel.Pass();
324 scoped_ptr<ChannelProxy> channel(new ChannelProxy(listener, ipc_task_runner));
325 channel->Init(factory.Pass(), true);
326 return channel.Pass();
368 // Create the channel immediately. This effectively sets up the
391 // possible that the channel coul
443 Channel* channel = context_.get()->channel_.get(); local
452 Channel* channel = context_.get()->channel_.get(); local
[all...]

Completed in 7933 milliseconds

1234567891011>>