OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetChannelName
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ipc/
ipc_test_base.cc
22
std::string IPCTestBase::
GetChannelName
(const std::string& test_client_name) {
55
return CreateChannelFromChannelHandle(
GetChannelName
(test_client_name_),
84
channel_proxy_.reset(new IPC::ChannelProxy(
GetChannelName
(test_client_name_),
/external/chromium_org/chrome/common/extensions/features/
simple_feature.cc
63
std::string
GetChannelName
(VersionInfo::Channel channel) {
448
GetChannelName
(channel_).c_str(),
449
GetChannelName
(GetCurrentChannel()).c_str());
/external/chromium_org/chrome/installer/util/
channel_info.cc
161
bool ChannelInfo::
GetChannelName
(std::wstring* channel_name) const {
/external/chromium_org/content/common/gpu/
gpu_channel.cc
478
std::string GpuChannel::
GetChannelName
() {
Completed in 311 milliseconds