OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetChannelName
(Results
1 - 19
of
19
) sorted by null
/external/chromium_org/chrome/common/extensions/features/
chrome_channel_feature_filter.cc
35
std::string
GetChannelName
(chrome::VersionInfo::Channel channel) {
96
GetChannelName
(channel_).c_str(),
97
GetChannelName
(GetCurrentChannel()).c_str()));
/external/chromium_org/chrome/installer/util/
channel_info_unittest.cc
27
EXPECT_TRUE(ci.
GetChannelName
(&channel));
30
EXPECT_TRUE(ci.
GetChannelName
(&channel));
34
EXPECT_TRUE(ci.
GetChannelName
(&channel));
37
EXPECT_TRUE(ci.
GetChannelName
(&channel));
40
EXPECT_TRUE(ci.
GetChannelName
(&channel));
44
EXPECT_TRUE(ci.
GetChannelName
(&channel));
47
EXPECT_TRUE(ci.
GetChannelName
(&channel));
50
EXPECT_TRUE(ci.
GetChannelName
(&channel));
54
EXPECT_TRUE(ci.
GetChannelName
(&channel));
57
EXPECT_TRUE(ci.
GetChannelName
(&channel))
[
all
...]
channel_info.h
44
bool
GetChannelName
(std::wstring* channel_name) const;
channel_info.cc
162
bool ChannelInfo::
GetChannelName
(std::wstring* channel_name) const {
google_update_settings.cc
163
if (!channel_info.
GetChannelName
(channel))
[
all
...]
/external/chromium_org/ipc/mojo/
ipc_mojo_bootstrap_unittest.cc
73
IPCTestBase::
GetChannelName
("IPCMojoBootstrapTestClient"),
ipc_mojo_perftest.cc
88
IPCTestBase::
GetChannelName
("PerformanceClient"),
ipc_channel_mojo_unittest.cc
64
IPCTestBase::
GetChannelName
(name),
/external/chromium_org/ipc/
ipc_channel_unittest.cc
88
name.append(
GetChannelName
("GenericClient"));
192
IPCTestBase::
GetChannelName
("GenericClient"),
ipc_test_base.cc
20
std::string IPCTestBase::
GetChannelName
(const std::string& test_client_name) {
154
return
GetChannelName
(test_client_name_);
ipc_test_base.h
31
static std::string
GetChannelName
(const std::string& test_client_name);
sync_socket_unittest.cc
112
IPCTestBase::
GetChannelName
("SyncSocketServerClient"),
ipc_channel_proxy_unittest.cc
432
IPCTestBase::
GetChannelName
("ChannelProxyClient"),
ipc_fuzzing_tests.cc
251
IPCTestBase::
GetChannelName
("FuzzServerClient"),
ipc_perftest_support.cc
325
IPCTestBase::
GetChannelName
("PerformanceClient"), listener);
ipc_send_fds_test.cc
138
IPCTestBase::
GetChannelName
(test_client_name),
/external/chromium_org/content/common/gpu/
gpu_channel.h
72
std::string
GetChannelName
();
gpu_channel_manager.cc
195
channel_handle.name = channel->
GetChannelName
();
214
if (iter->second->
GetChannelName
() == channel_handle.name) {
gpu_channel.cc
454
std::string GpuChannel::
GetChannelName
() {
Completed in 278 milliseconds