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

  /external/webkit/Source/WebCore/xml/
XSLTProcessor.idl 42 [Custom] void importStylesheet(in Node stylesheet);
XSLTProcessor.h 54 void importStylesheet(PassRefPtr<Node> style) { m_stylesheetRootNode = style; }
  /external/webkit/Source/WebCore/bindings/js/
JSXSLTProcessorCustom.cpp 49 JSValue JSXSLTProcessor::importStylesheet(ExecState* exec)
54 impl()->importStylesheet(node->impl());
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8XSLTProcessorCustom.cpp 58 INC_STATS("DOM.XSLTProcessor.importStylesheet");
65 imp->importStylesheet(node);

Completed in 466 milliseconds