HomeSort by relevance Sort by last modified time
    Searched full:channel_name (Results 1 - 25 of 262) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/remoting/host/
desktop_process_main.cc 28 std::string channel_name = local
31 if (channel_name.empty())
47 channel_name);
ipc_util_win.cc 46 std::string channel_name = IPC::Channel::GenerateUniqueRandomChannelID(); local
50 if (!CreateIpcChannel(channel_name, security_descriptor, &pipe)) {
63 pipe_name.append(channel_name);
91 const std::string& channel_name,
109 pipe_name.append(channel_name);
ipc_host_event_logger.cc 57 const std::string& channel_name,
69 jid, channel_name, serialized_route));
host_event_logger_posix.cc 38 const std::string& channel_name,
83 const std::string& channel_name,
89 route.local_address.ToString().c_str(), channel_name.c_str(),
host_status_observer.h 44 const std::string& channel_name,
ipc_host_event_logger.h 43 const std::string& channel_name,
ipc_util.h 48 const std::string& channel_name,
  /external/chromium_org/chrome/renderer/extensions/
tabs_custom_bindings.cc 36 std::string channel_name = *v8::String::Utf8Value(args[2]->ToString()); local
39 renderview->GetRoutingID(), tab_id, extension_id, channel_name,
  /external/chromium_org/remoting/protocol/
channel_dispatcher_base.cc 16 ChannelDispatcherBase::ChannelDispatcherBase(const char* channel_name)
17 : channel_name_(channel_name),
  /external/chromium_org/chrome/browser/renderer_host/
chrome_extension_message_filter.h 58 const std::string& channel_name,
66 const std::string& channel_name,
78 const std::string& channel_name, int* port_id);
82 const std::string& channel_name);
chrome_extension_message_filter.cc 151 const std::string& channel_name,
162 channel_name, include_tls_channel_id));
169 const std::string& channel_name,
180 channel_name,
218 const std::string& channel_name, int* port_id) {
226 extension_id, channel_name));
234 const std::string& channel_name) {
243 channel_name);
  /external/chromium_org/content/shell/app/
shell_breakpad_client.cc 29 base::string16* channel_name) {
33 *channel_name = base::string16();
shell_breakpad_client.h 25 base::string16* channel_name) OVERRIDE;
  /external/chromium_org/chrome/common/extensions/features/
chrome_channel_feature_filter.cc 62 std::string channel_name; local
63 if (value->GetString(kFeatureChannelKey, &channel_name)) {
64 channel_ = GetChannelValue(channel_name);
  /external/chromium_org/chrome/installer/util/
channel_info.h 40 // Determines the update channel for the value. Possible |channel_name|
42 // false (without modifying |channel_name|) if the channel could not be
44 bool GetChannelName(std::wstring* channel_name) const;
channel_info.cc 162 bool ChannelInfo::GetChannelName(std::wstring* channel_name) const {
163 DCHECK(channel_name);
165 channel_name->erase();
174 channel_name->erase();
176 channel_name->assign(*scan);
187 channel_name->erase();
  /external/chromium_org/chrome/common/extensions/docs/server2/
branch_utility.py 105 (channel_name, real_path). If the channel cannot be determined then returns
143 def _ExtractFromVersionJson(self, channel_name, data_type):
146 if channel_name == 'trunk':
154 data = object_store.Get(channel_name).Get()
172 if version['channel'] != channel_name:
186 object_store.Set(channel_name, sorted_numbers[0][0])
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
p2ptransport.cc 199 std::string channel_name = elem->Attr(buzz::QN_NAME);
202 !translator->GetComponentFromChannelName(channel_name, &component)) {
203 return BadParse("candidate has unknown channel name " + channel_name,
239 std::string channel_name; local
242 candidate.component(), &channel_name)) {
247 elem->SetAttr(buzz::QN_NAME, channel_name);
  /external/chromium_org/chrome/browser/extensions/api/messaging/
extension_message_port.cc 28 const std::string& channel_name,
39 routing_id_, dest_port_id, channel_name, source_tab, info,
extension_message_port.h 26 const std::string& channel_name,
  /external/chromium_org/content/browser/android/java/
java_bridge_channel_host.cc 42 std::string channel_name(base::StringPrintf("r%d.javabridge", renderer_id));
48 channel_name,
  /external/chromium_org/tools/ipc_fuzzer/replay/
replay_process.cc 54 std::string channel_name = local
58 channel_ = IPC::ChannelProxy::Create(channel_name,
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Connection.java 357 final String channel_name = new String(name_array); local
358 if (DEBUG) Log.d(TAG, "Handshake received for channel " + channel_name);
361 final Channel channel = getChannel(channel_name);
367 Loge("Duplicate connection to a connected Channel " + channel_name);
371 if (DEBUG) Log.d(TAG, "Emulator is connected to a registered Channel " + channel_name);
377 if (getPendingSocket(channel_name) != null) {
379 Loge("Duplicate connection to a pending Socket " + channel_name);
383 if (DEBUG) Log.d(TAG, "Emulator is connected to a pending Socket " + channel_name);
385 sk = new Socket(sock, channel_name, endian);
396 if (DEBUG) Log.d(TAG, "Connecting Channel " + channel_name + " with emulator.")
    [all...]
  /external/chromium_org/content/utility/
utility_thread_impl.h 30 explicit UtilityThreadImpl(const std::string& channel_name);
  /external/chromium_org/remoting/proto/
mux.proto 24 optional string channel_name = 2;

Completed in 1641 milliseconds

1 2 3 4 5 6 7 8 91011