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

/external/webkit/WebCore/bindings/js/
H A DJSXSLTProcessorCustom.cpp49 JSValue JSXSLTProcessor::importStylesheet(ExecState*, const ArgList& args) function in class:WebCore::JSXSLTProcessor
54 impl()->importStylesheet(node->impl());
/external/webkit/WebCore/xml/
H A DXSLTProcessor.h53 void importStylesheet(PassRefPtr<Node> style) { m_stylesheetRootNode = style; } function in class:WebCore::XSLTProcessor

Completed in 74 milliseconds