OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prefetchDNS
(Results
1 - 11
of
11
) sorted by null
/external/webkit/Source/WebCore/platform/network/chromium/
DNSChromium.cpp
34
void
prefetchDNS
(const String& hostname)
36
PlatformBridge::
prefetchDNS
(hostname);
41
return
prefetchDNS
(url.host());
/external/webkit/Source/WebCore/platform/network/brew/
DNSBrew.cpp
33
void
prefetchDNS
(const String& hostname)
/external/webkit/Source/WebCore/platform/network/curl/
DNSCurl.cpp
33
void
prefetchDNS
(const String& hostname)
/external/webkit/Source/WebCore/platform/network/
DNS.h
34
void
prefetchDNS
(const String& hostname);
ResourceHandle.cpp
180
return
prefetchDNS
(url.host());
/external/webkit/Source/WebCore/platform/network/qt/
DnsPrefetchHelper.cpp
27
void
prefetchDNS
(const String& hostname)
/external/webkit/Source/WebCore/platform/android/
TemporaryLinkStubs.cpp
417
void
prefetchDNS
(const String&)
/external/webkit/Source/WebCore/platform/network/cf/
DNSCFNet.cpp
205
void
prefetchDNS
(const String& hostname)
/external/webkit/Source/WebCore/platform/chromium/
PlatformBridge.h
126
static void
prefetchDNS
(const String& hostname);
/external/webkit/Source/WebCore/platform/network/win/
ResourceHandleWin.cpp
437
void
prefetchDNS
(const String&)
/external/webkit/Source/WebKit/chromium/src/
PlatformBridge.cpp
327
void PlatformBridge::
prefetchDNS
(const String& hostname)
[
all
...]
Completed in 165 milliseconds