Searched refs:m_haveExplicitlyDisabledDNSPrefetch (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h1237 bool m_haveExplicitlyDisabledDNSPrefetch; member in class:blink::Document
H A DDocument.cpp4998 m_haveExplicitlyDisabledDNSPrefetch = false;
5010 if (equalIgnoringCase(dnsPrefetchControl, "on") && !m_haveExplicitlyDisabledDNSPrefetch) {
5016 m_haveExplicitlyDisabledDNSPrefetch = true;

Completed in 73 milliseconds