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
51
bool
isDNSPrefetch
() const { return m_isDNSPrefetch; }
LinkRelAttributeTest.cpp
41
static inline void testLinkRelAttribute(String value, bool isStyleSheet, IconType iconType, bool isAlternate, bool
isDNSPrefetch
, bool isLinkSubresource, bool isLinkPrerender, bool isImport = false)
47
ASSERT_EQ(
isDNSPrefetch
, linkRelAttribute.
isDNSPrefetch
()) << value.utf8().data();
/external/chromium_org/third_party/WebKit/Source/core/loader/
LinkLoader.cpp
103
if (relAttribute.
isDNSPrefetch
()) {
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLPreloadScanner.cpp
192
return rel.isStyleSheet() && !rel.isAlternate() && rel.iconType() == InvalidIcon && !rel.
isDNSPrefetch
();
Completed in 99 milliseconds