HomeSort by relevance Sort by last modified time
    Searched refs:XSLTProcessor (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTProcessor.h 42 class XSLTProcessor : public RefCountedWillBeGarbageCollectedFinalized<XSLTProcessor>, public ScriptWrappable {
44 static PassRefPtrWillBeRawPtr<XSLTProcessor> create()
47 return adoptRefWillBeNoop(new XSLTProcessor);
49 ~XSLTProcessor();
82 XSLTProcessor()
XSLTProcessor.cpp 24 #include "core/xml/XSLTProcessor.h"
55 XSLTProcessor::~XSLTProcessor()
63 PassRefPtrWillBeRawPtr<Document> XSLTProcessor::createDocumentFromSource(const String& sourceString,
104 PassRefPtrWillBeRawPtr<Document> XSLTProcessor::transformToDocument(Node* sourceNode)
117 PassRefPtrWillBeRawPtr<DocumentFragment> XSLTProcessor::transformToFragment(Node* sourceNode, Document* outputDoc)
135 void XSLTProcessor::setParameter(const String& /*namespaceURI*/, const String& localName, const String& value)
142 String XSLTProcessor::getParameter(const String& /*namespaceURI*/, const String& localName) const
149 void XSLTProcessor::removeParameter(const String& /*namespaceURI*/, const String& localName)
155 void XSLTProcessor::reset(
    [all...]
XSLTProcessor.idl 37 MeasureAs=XSLTProcessor
38 ] interface XSLTProcessor {
XSLTProcessorLibxslt.cpp 24 #include "core/xml/XSLTProcessor.h"
56 void XSLTProcessor::genericErrorFunc(void*, const char*, ...)
61 void XSLTProcessor::parseErrorFunc(void* userData, xmlError* error)
86 static XSLTProcessor* globalProcessor = 0;
113 xmlSetStructuredErrorFunc(console, XSLTProcessor::parseErrorFunc);
114 xmlSetGenericErrorFunc(console, XSLTProcessor::genericErrorFunc);
135 static inline void setXSLTLoadCallBack(xsltDocLoaderFunc func, XSLTProcessor* processor, ResourceFetcher* fetcher)
190 static const char** xsltParamArrayFromParameterMap(XSLTProcessor::ParameterMap& parameters)
197 XSLTProcessor::ParameterMap::iterator end = parameters.end();
199 for (XSLTProcessor::ParameterMap::iterator it = parameters.begin(); it != end; ++it)
    [all...]
XSLStyleSheetLibxslt.cpp 31 #include "core/xml/XSLTProcessor.h"
136 XMLDocumentParserScope scope(fetcher(), XSLTProcessor::genericErrorFunc, XSLTProcessor::parseErrorFunc, console);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8XSLTProcessorCustom.cpp 41 #include "core/xml/XSLTProcessor.h"
55 XSLTProcessor* impl = V8XSLTProcessor::toNative(info.Holder());
67 XSLTProcessor* impl = V8XSLTProcessor::toNative(info.Holder());
83 XSLTProcessor* impl = V8XSLTProcessor::toNative(info.Holder());
  /external/chromium_org/third_party/WebKit/Source/core/frame/
UseCounter.h 124 XSLTProcessor = 79,
  /external/chromium_org/third_party/WebKit/Source/bindings/core/
core_global_constructors_idls.target.darwin-arm.mk     [all...]
core_global_constructors_idls.target.darwin-arm64.mk     [all...]
core_global_constructors_idls.target.darwin-mips.mk     [all...]
core_global_constructors_idls.target.darwin-x86.mk     [all...]
core_global_constructors_idls.target.darwin-x86_64.mk     [all...]
core_global_constructors_idls.target.linux-arm.mk     [all...]
core_global_constructors_idls.target.linux-arm64.mk     [all...]
core_global_constructors_idls.target.linux-mips.mk     [all...]
core_global_constructors_idls.target.linux-x86.mk     [all...]
core_global_constructors_idls.target.linux-x86_64.mk     [all...]
core_global_objects.target.darwin-arm.mk     [all...]
core_global_objects.target.darwin-arm64.mk     [all...]
core_global_objects.target.darwin-mips.mk     [all...]
core_global_objects.target.darwin-x86.mk     [all...]
core_global_objects.target.darwin-x86_64.mk     [all...]
core_global_objects.target.linux-arm.mk     [all...]
core_global_objects.target.linux-arm64.mk     [all...]
core_global_objects.target.linux-mips.mk     [all...]

Completed in 243 milliseconds

1 2 3