OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FindHost
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/apps/app_shim/
extension_app_shim_handler_mac_unittest.cc
92
AppShimHandler::Host*
FindHost
(Profile* profile,
252
EXPECT_EQ(&host_aa_, handler_->
FindHost
(&profile_a_, kTestAppIdA));
255
EXPECT_EQ(&host_ab_, handler_->
FindHost
(&profile_a_, kTestAppIdB));
261
EXPECT_EQ(&host_bb_, handler_->
FindHost
(&profile_b_, kTestAppIdB));
278
EXPECT_EQ(&host_aa_, handler_->
FindHost
(&profile_a_, kTestAppIdA));
280
EXPECT_EQ(&host_aa_, handler_->
FindHost
(&profile_a_, kTestAppIdA));
284
EXPECT_FALSE(handler_->
FindHost
(&profile_a_, kTestAppIdA));
288
EXPECT_FALSE(handler_->
FindHost
(&profile_a_, kTestAppIdA));
303
EXPECT_EQ(&host_aa_, handler_->
FindHost
(&profile_a_, kTestAppIdA));
347
EXPECT_EQ(&host_aa_, handler_->
FindHost
(&profile_a_, kTestAppIdA))
[
all
...]
extension_app_shim_handler_mac.cc
222
AppShimHandler::Host* ExtensionAppShimHandler::
FindHost
(
234
Host* host = handler->
FindHost
(shell_window->profile(),
250
Host* host = handler->
FindHost
(profile, shell_window->extension_id());
264
Host* host = handler->
FindHost
(profile, app_id);
282
Host* host = handler->
FindHost
(profile, shell_window->extension_id());
390
Host* host =
FindHost
(profile, app_id);
507
Host* host =
FindHost
(profile, app_id);
519
Host* host =
FindHost
(profile, app_id);
extension_app_shim_handler_mac.h
73
AppShimHandler::Host*
FindHost
(Profile* profile, const std::string& app_id);
/external/mdnsresponder/mDNSPosix/
NetMonitor.c
197
mDNSlocal HostEntry *
FindHost
(const mDNSAddr *addr, HostList *list)
255
HostEntry *entry =
FindHost
(addr, list);
[
all
...]
Completed in 121 milliseconds