HomeSort by relevance Sort by last modified time
    Searched defs:channel_id (Results 1 - 25 of 42) sorted by null

1 2

  /external/chromium_org/content/renderer/
scheduler_proxy_task_runner_browsertest.cc 39 std::string channel_id = local
43 IPC::Channel::CreateServer(channel_id, &dummy_listener));
48 RenderThreadImpl* thread = new RenderThreadImpl(channel_id);
render_thread_impl_browsertest.cc 56 std::string channel_id = IPC::Channel::GenerateVerifiedChannelID( local
60 IPC::Channel::CreateServer(channel_id, &dummy_listener));
65 RenderThreadImpl* thread = new RenderThreadImpl(channel_id);
95 std::string channel_id = local
99 IPC::Channel::CreateServer(channel_id, &dummy_listener));
104 RenderThreadImpl* thread = new RenderThreadImpl(channel_id);
  /external/chromium_org/components/nacl/browser/
nacl_broker_host_win.cc 52 std::string channel_id = process_->GetHost()->CreateChannel(); local
53 if (channel_id.empty())
66 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id);
nacl_process_host.cc 530 std::string channel_id = process_->GetHost()->CreateChannel(); local
531 if (channel_id.empty()) {
600 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id);
608 weak_factory_.GetWeakPtr(), channel_id)) {
    [all...]
  /external/chromium_org/ipc/
ipc_channel_proxy.h 148 const std::string& channel_id() const { return channel_id_; } function in class:IPC::ChannelProxy::Context
  /external/chromium_org/third_party/webrtc/video_engine/
vie_encoder.h 55 int32_t channel_id,
181 int channel_id() const { return channel_id_; } function in class:webrtc::ViEEncoder
  /external/chromium_org/content/browser/
utility_process_host_impl.cc 186 std::string channel_id = process_->GetHost()->CreateChannel(); local
187 if (channel_id.empty())
194 in_process_thread_.reset(g_utility_main_thread_factory(channel_id));
223 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id);
plugin_process_host.cc 183 std::string channel_id = process_->GetHost()->CreateChannel(); local
184 if (channel_id.empty())
252 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id);
ppapi_plugin_process_host.cc 286 std::string channel_id = process_->GetHost()->CreateChannel(); local
287 if (channel_id.empty()) {
313 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id);
  /external/chromium_org/net/ssl/
default_channel_id_store_unittest.cc 74 const DefaultChannelIDStore::ChannelID& channel_id) OVERRIDE;
76 const DefaultChannelIDStore::ChannelID& channel_id) OVERRIDE;
106 const DefaultChannelIDStore::ChannelID& channel_id) {
107 channel_ids_[channel_id.server_identifier()] = channel_id;
111 const DefaultChannelIDStore::ChannelID& channel_id) {
112 channel_ids_.erase(channel_id.server_identifier());
493 ChannelIDStore::ChannelIDList::iterator channel_id = channel_ids.begin(); local
494 EXPECT_EQ("both.com", channel_id->server_identifier());
495 EXPECT_EQ("e", channel_id->private_key())
542 ChannelIDStore::ChannelIDList::iterator channel_id = channel_ids.begin(); local
    [all...]
default_channel_id_store.cc 252 ChannelID* channel_id = it->second;
253 *expiration_time = channel_id->expiration_time();
254 *private_key_result = channel_id->private_key();
255 *cert_result = channel_id->cert();
399 ChannelID* channel_id = cur->second; local
401 channel_id->creation_time() >= delete_begin) &&
402 (delete_end.is_null() || channel_id->creation_time() < delete_end)) {
404 store_->DeleteChannelID(*channel_id);
405 delete channel_id;
449 ChannelID* channel_id = it->second
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
profile_auth_data_unittest.cc 197 net::ChannelIDStore::ChannelID* channel_id = &user_channel_ids.front(); local
198 EXPECT_EQ(kChannelIDServerIdentifier, channel_id->server_identifier());
199 EXPECT_EQ(expected_private_key, channel_id->private_key());
200 EXPECT_EQ(expected_cert, channel_id->cert());
  /external/chromium_org/chrome/browser/extensions/api/push_messaging/
push_messaging_api.cc 241 std::string channel_id; local
243 channel_id = gaia_id;
244 channel_id += kChannelIdSeparator;
245 channel_id += extension_id();
254 result.channel_id = channel_id;
  /external/chromium_org/chrome/browser/service_process/
service_process_control.cc 47 const IPC::ChannelHandle channel_id = GetServiceProcessChannel(); local
49 channel_id,
  /external/chromium_org/chrome/browser/ui/webui/
cookies_tree_model_util.cc 253 dict->SetString(kKeyType, "channel_id");
256 const net::ChannelIDStore::ChannelID& channel_id = local
257 *node.GetDetailedInfo().channel_id;
259 dict->SetString(kKeyServerId, channel_id.server_identifier());
264 channel_id.creation_time())));
  /external/chromium_org/components/nacl/loader/
nacl_helper_linux.cc 127 const std::string& channel_id) {
137 switches::kProcessChannelID, channel_id);
163 std::string channel_id; local
164 if (!input_iter->ReadString(&channel_id)) {
165 LOG(ERROR) << "Could not read channel_id string";
186 channel_id);
  /external/chromium_org/content/zygote/
zygote_linux.cc 344 const std::string& channel_id,
370 pid = helper->Fork(process_type, fds, channel_id);
476 std::string channel_id; local
491 channel_id = arg.substr(channel_id_prefix.length());
518 channel_id,
  /external/chromium_org/extensions/browser/api/cast_channel/
logger.cc 125 int channel_id = cast_socket.id(); local
128 LogSocketEvent(channel_id, event);
138 void Logger::LogSocketEvent(int channel_id, EventType event_type) {
141 LogSocketEventWithDetails(channel_id, event_type, std::string());
144 void Logger::LogSocketEventWithDetails(int channel_id,
153 LogSocketEvent(channel_id, event);
156 void Logger::LogSocketEventWithRv(int channel_id,
165 LogSocketEvent(channel_id, event);
179 void Logger::LogSocketReadyState(int channel_id, proto::ReadyState new_state) {
185 LogSocketEvent(channel_id, event)
    [all...]
cast_channel_api.cc 63 channel_info->channel_id = socket.id();
189 int channel_id) {
190 CastSocket* socket = GetSocket(channel_id);
192 SetResultFromError(channel_id,
208 void CastChannelAsyncApiFunction::RemoveSocket(int channel_id) {
211 manager_->Remove(extension_->id(), channel_id);
222 void CastChannelAsyncApiFunction::SetResultFromError(int channel_id,
225 channel_info.channel_id = channel_id;
236 CastSocket* CastChannelAsyncApiFunction::GetSocket(int channel_id) {
433 int channel_id = params_->channel.channel_id; local
468 int channel_id = params_->channel.channel_id; local
    [all...]
  /external/chromium_org/net/extras/sqlite/
sqlite_channel_id_store.cc 78 void AddChannelID(const DefaultChannelIDStore::ChannelID& channel_id);
81 void DeleteChannelID(const DefaultChannelIDStore::ChannelID& channel_id);
113 const DefaultChannelIDStore::ChannelID& channel_id)
114 : op_(op), channel_id_(channel_id) {}
117 const DefaultChannelIDStore::ChannelID& channel_id() const { function in class:net::SQLiteChannelIDStore::Backend::PendingOperation
129 const DefaultChannelIDStore::ChannelID& channel_id);
241 scoped_ptr<DefaultChannelIDStore::ChannelID> channel_id(
248 channel_ids->push_back(channel_id.release());
429 const DefaultChannelIDStore::ChannelID& channel_id) {
430 BatchOperation(PendingOperation::CHANNEL_ID_ADD, channel_id);
    [all...]
  /external/chromium_org/net/quic/crypto/
crypto_handshake.h 122 // channel_id is set by servers to a ChannelID key when the client correctly
126 std::string channel_id; member in struct:net::QuicCryptoNegotiatedParameters
  /external/chromium_org/third_party/boringssl/src/ssl/test/
bssl_shim.cc 474 uint8_t channel_id[64]; local
475 if (!SSL_get_tls_channel_id(ssl, channel_id, sizeof(channel_id))) {
481 channel_id, 64) != 0) {
  /external/chromium_org/chrome/service/
service_utility_process_host.cc 209 std::string channel_id = child_process_host_->CreateChannel(); local
210 if (channel_id.empty())
221 cmd_line.AppendSwitchASCII(switches::kProcessChannelID, channel_id);
  /external/chromium_org/chrome/browser/extensions/api/messaging/
message_service.cc 53 #define GET_CHANNEL_OPENER_ID(channel_id) ((channel_id) * 2)
54 #define GET_CHANNEL_RECEIVERS_ID(channel_id) ((channel_id) * 2 + 1)
140 unsigned channel_id = local
143 if (channel_id == 0) {
149 unsigned port1_id = channel_id * 2;
150 unsigned port2_id = channel_id * 2 + 1;
157 DCHECK_EQ(GET_CHANNEL_ID(port1_id), channel_id); local
158 DCHECK_EQ(GET_CHANNEL_OPENER_ID(channel_id), port1_id)
504 int channel_id = GET_CHANNEL_ID(receiver_port_id); local
513 int channel_id = GET_CHANNEL_ID(port_id); local
553 int channel_id = GET_CHANNEL_ID(source_port_id); local
688 int channel_id = GET_CHANNEL_ID(params->receiver_port_id); local
    [all...]
  /external/chromium_org/content/browser/gpu/
gpu_process_host.cc 501 std::string channel_id = process_->GetHost()->CreateChannel(); local
502 if (channel_id.empty())
514 in_process_gpu_thread_.reset(g_gpu_main_thread_factory(channel_id));
518 } else if (!LaunchGpuProcess(channel_id)) {
847 bool GpuProcessHost::LaunchGpuProcess(const std::string& channel_id) {
874 cmd_line->AppendSwitchASCII(switches::kProcessChannelID, channel_id);
    [all...]

Completed in 2444 milliseconds

1 2