OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isDNSPrefetch
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
LinkRelAttribute.h
47
bool
isDNSPrefetch
() const { return m_isDNSPrefetch; }
LinkRelAttributeTest.cpp
58
static inline void testLinkRelAttribute(String value, bool isStyleSheet, IconType iconType, bool isAlternate, bool
isDNSPrefetch
, bool isLinkSubresource, bool isLinkPrerender, bool isImport = false)
64
ASSERT_EQ(
isDNSPrefetch
, linkRelAttribute.
isDNSPrefetch
()) << value.utf8().data();
/external/chromium_org/third_party/WebKit/Source/core/loader/
LinkLoader.cpp
115
if (relAttribute.
isDNSPrefetch
()) {
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLPreloadScanner.cpp
275
return rel.isStyleSheet() && !rel.isAlternate() && rel.iconType() == InvalidIcon && !rel.
isDNSPrefetch
();
Completed in 1997 milliseconds