OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_stylesheetDoc
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/xml/
XSLStyleSheetLibxslt.cpp
48
,
m_stylesheetDoc
(0)
62
,
m_stylesheetDoc
(0)
72
xmlFreeDoc(
m_stylesheetDoc
);
103
return
m_stylesheetDoc
;
108
m_stylesheetDoc
= 0;
128
xmlFreeDoc(
m_stylesheetDoc
);
151
ctxt->dict = m_parentStyleSheet->
m_stylesheetDoc
->dict;
155
m_stylesheetDoc
= xmlCtxtReadMemory(ctxt, input.data(), input.size(),
161
return
m_stylesheetDoc
;
239
xsltStylesheetPtr result = xsltParseStylesheetDoc(
m_stylesheetDoc
);
[
all
...]
XSLStyleSheet.h
116
xmlDocPtr
m_stylesheetDoc
;
Completed in 51 milliseconds