isEnabledViaScript 73 Source/core/dom/StyleSheetCandidate.cpp return isHTMLLink() && toHTMLLinkElement(m_node).isEnabledViaScript(); isEnabledViaScript 84 Source/core/dom/StyleSheetCandidate.cpp return !isEnabledViaScript() && !title().isEmpty() && !isAlternate() && currentPreferrableName.isEmpty(); isEnabledViaScript 93 Source/core/dom/StyleSheetCandidate.cpp if (!isEnabledViaScript() && !title.isEmpty() && title != currentPreferrableName) isEnabledViaScript 56 Source/core/dom/StyleSheetCandidate.h bool isEnabledViaScript() const; isEnabledViaScript 81 Source/core/html/HTMLLinkElement.h bool isEnabledViaScript() const { return m_disabledState == EnabledViaScript; } isEnabledViaScript 149 Source/core/html/HTMLLinkElement.h bool isEnabledViaScript() const { return linkStyle() && linkStyle()->isEnabledViaScript(); }