Home
last modified time | relevance | path

Searched refs:needsURLResolutionForInlineStyle (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp2863 static bool needsURLResolutionForInlineStyle(const Element& element, const Document& oldDocument, c… in needsURLResolutionForInlineStyle() function
2904 if (needsURLResolutionForInlineStyle(*this, oldDocument, document())) in didMoveToNewDocument()
3076 …Unique() && !ownerDocumentsHaveDifferentCaseSensitivity && !needsURLResolutionForInlineStyle(other… in cloneAttributesFromElement()