Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DElement.cpp1321 CSSStyleSelector* styleSelector = document()->styleSelectorIfExists(); in beginParsingChildren()
1331 if (CSSStyleSelector* styleSelector = document()->styleSelectorIfExists()) in finishParsingChildren()
DDocument.h429 CSSStyleSelector* styleSelectorIfExists() const { return m_styleSelector.get(); } in styleSelectorIfExists() function
/external/webkit/Source/WebCore/
DChangeLog-2011-02-163461 (WebCore::Document::styleSelectorIfExists):