Searched defs:TransformSource (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DTransformSourceLibxslt.cpp28 #include "core/dom/TransformSource.h"
34 TransformSource::TransformSource(xmlDocPtr source) function in class:blink::TransformSource
39 TransformSource::~TransformSource()
H A DTransformSource.h29 class TransformSource { class in namespace:blink
30 WTF_MAKE_NONCOPYABLE(TransformSource); WTF_MAKE_FAST_ALLOCATED;
32 explicit TransformSource(xmlDocPtr source);
33 ~TransformSource();

Completed in 97 milliseconds