OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_stylesheetRootNode
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/xml/
XSLTProcessor.h
54
void importStylesheet(PassRefPtr<Node> style) {
m_stylesheetRootNode
= style; }
79
RefPtr<Node>
m_stylesheetRootNode
;
XSLTProcessor.cpp
65
ASSERT(!
m_stylesheetRootNode
|| !m_stylesheet || m_stylesheet->hasOneRef());
174
m_stylesheetRootNode
.clear();
XSLTProcessorQt.cpp
119
if (!stylesheet &&
m_stylesheetRootNode
) {
120
Node* node =
m_stylesheetRootNode
.get();
XSLTProcessorLibxslt.cpp
305
xsltStylesheetPtr sheet = xsltStylesheetPointer(m_stylesheet,
m_stylesheetRootNode
.get());
Completed in 45 milliseconds