HomeSort by relevance Sort by last modified time
    Searched defs:importStylesheet (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/bindings/js/
JSXSLTProcessorCustom.cpp 49 JSValue JSXSLTProcessor::importStylesheet(ExecState* exec)
54 impl()->importStylesheet(node->impl());
  /external/webkit/Source/WebCore/xml/
XSLTProcessor.h 54 void importStylesheet(PassRefPtr<Node> style) { m_stylesheetRootNode = style; }

Completed in 113 milliseconds