HTMLLink 55 Source/core/dom/StyleSheetCandidate.cpp return m_type == HTMLLink && toHTMLLinkElement(m_node).isImport(); HTMLLink 108 Source/core/dom/StyleSheetCandidate.cpp return HTMLLink; HTMLLink 126 Source/core/dom/StyleSheetCandidate.cpp case HTMLLink: HTMLLink 67 Source/core/dom/StyleSheetCandidate.h bool isHTMLLink() const { return m_type == HTMLLink; }