Searched defs:isStyleSheet (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DLinkRelAttribute.h44 bool isStyleSheet() const { return m_isStyleSheet; } function in class:blink::LinkRelAttribute
H A DLinkRelAttributeTest.cpp58 static inline void testLinkRelAttribute(String value, bool isStyleSheet, IconType iconType, bool isAlternate, bool isDNSPrefetch, bool isLinkSubresource, bool isLinkPrerender, bool isImport = false) argument
61 ASSERT_EQ(isStyleSheet, linkRelAttribute.isStyleSheet()) << value.utf8().data();

Completed in 115 milliseconds