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
74
AppShimHandler::Host*
FindHost
(Profile* profile,
209
EXPECT_EQ(&host_aa_, handler_->
FindHost
(&profile_a_, kTestAppIdA));
212
EXPECT_EQ(&host_ab_, handler_->
FindHost
(&profile_a_, kTestAppIdB));
215
EXPECT_EQ(&host_bb_, handler_->
FindHost
(&profile_b_, kTestAppIdB));
229
EXPECT_EQ(&host_aa_, handler_->
FindHost
(&profile_a_, kTestAppIdA));
231
EXPECT_EQ(&host_aa_, handler_->
FindHost
(&profile_a_, kTestAppIdA));
235
EXPECT_FALSE(handler_->
FindHost
(&profile_a_, kTestAppIdA));
239
EXPECT_FALSE(handler_->
FindHost
(&profile_a_, kTestAppIdA));
253
EXPECT_EQ(&host_aa_, handler_->
FindHost
(&profile_a_, kTestAppIdA));
292
EXPECT_EQ(&host_aa_, handler_->
FindHost
(&profile_a_, kTestAppIdA))
[
all
...]
extension_app_shim_handler_mac.cc
151
AppShimHandler::Host* ExtensionAppShimHandler::
FindHost
(
163
Host* host = handler->
FindHost
(shell_window->profile(),
365
Host* host =
FindHost
(profile, app_id);
387
Host* host =
FindHost
(profile, app_id);
extension_app_shim_handler_mac.h
66
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 207 milliseconds