Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DLinkRelAttributeTest.cpp58 static inline void testLinkRelAttribute(String value, bool isStyleSheet, IconType iconType, bool is… in testLinkRelAttribute()
DLinkRelAttribute.h44 bool isStyleSheet() const { return m_isStyleSheet; } in isStyleSheet() function