HomeSort by relevance Sort by last modified time
    Searched full:m_stylesheet (Results 1 - 16 of 16) sorted by null

  /external/webkit/Source/WebCore/xml/
XSLImportRule.cpp 43 if (m_styleSheet)
44 m_styleSheet->setParent(0);
57 if (m_styleSheet)
58 m_styleSheet->setParent(0);
60 m_styleSheet = XSLStyleSheet::create(this, href, baseURL);
64 m_styleSheet->setParentStyleSheet(parent);
66 m_styleSheet->parseString(sheet);
75 return (m_loading || (m_styleSheet && m_styleSheet->isLoading()));
110 if (!m_styleSheet)
    [all...]
XSLTProcessor.h 49 void setXSLStyleSheet(PassRefPtr<XSLStyleSheet> styleSheet) { m_stylesheet = styleSheet; }
70 XSLStyleSheet* xslStylesheet() const { return m_stylesheet.get(); }
78 RefPtr<XSLStyleSheet> m_stylesheet; member in class:WebCore::XSLTProcessor
XSLImportRule.h 48 XSLStyleSheet* styleSheet() const { return m_styleSheet.get(); }
64 RefPtr<XSLStyleSheet> m_styleSheet;
XSLTProcessorQt.cpp 118 RefPtr<XSLStyleSheet> stylesheet = m_stylesheet;
172 if (m_stylesheet) {
173 m_stylesheet->clearDocuments();
174 m_stylesheet = 0;
XSLTProcessor.cpp 65 ASSERT(!m_stylesheetRootNode || !m_stylesheet || m_stylesheet->hasOneRef());
173 m_stylesheet.clear();
XSLTProcessorLibxslt.cpp 305 xsltStylesheetPtr sheet = xsltStylesheetPointer(m_stylesheet, m_stylesheetRootNode.get());
310 m_stylesheet->clearDocuments();
366 m_stylesheet = 0;
  /external/webkit/Source/WebCore/css/
CSSImportRule.cpp 51 if (m_styleSheet)
52 m_styleSheet->setParent(0);
59 if (m_styleSheet)
60 m_styleSheet->setParent(0);
61 m_styleSheet = CSSStyleSheet::create(this, href, baseURL, charset);
79 m_styleSheet->parseString(sheetText, strict);
84 if (crossOriginCSS && !validMIMEType && !m_styleSheet->hasSyntacticallyValidCSSHeader())
85 m_styleSheet = CSSStyleSheet::create(this, href, baseURL, charset);
95 ASSERT(m_styleSheet->length() == 1);
97 m_styleSheet->deleteRule(0, ec)
    [all...]
CSSImportRule.h 48 CSSStyleSheet* styleSheet() const { return m_styleSheet.get(); }
71 RefPtr<CSSStyleSheet> m_styleSheet;
CSSGrammar.y 376 if ($$ && p->m_styleSheet)
377 p->m_styleSheet->append($$);
396 if ($2 && p->m_styleSheet)
397 p->m_styleSheet->append($2);
918 if (p->m_styleSheet)
920 p->m_styleSheet->determineNamespace(namespacePrefix)));
1070 p->m_styleSheet->determineNamespace(namespacePrefix)));
1078 p->m_styleSheet->determineNamespace(namespacePrefix)));
    [all...]
CSSParser.cpp 138 , m_styleSheet(0)
615 m_styleSheet = styleSheet;
621 StyleBase* root = m_styleSheet;
    [all...]
CSSParser.h 235 CSSStyleSheet* m_styleSheet;
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemTemplate.java 110 private Stylesheet m_stylesheet; field in class:ElemTemplate
120 return m_stylesheet.getStylesheetComposed();
130 return m_stylesheet;
140 m_stylesheet = sheet;
150 return m_stylesheet.getStylesheetRoot();
ElemTemplateElement.java 419 // newChildElem.m_stylesheet = oldChildElem.m_stylesheet;
420 // oldChildElem.m_stylesheet = null;
527 // newChildElem.m_stylesheet = oldChildElem.m_stylesheet;
528 // oldChildElem.m_stylesheet = null;
    [all...]
ElemNumber.java 743 // countMatchPattern = m_stylesheet.createMatchPattern("@"+contextNode.getNodeName(), this);
750 // countMatchPattern = m_stylesheet.createMatchPattern("text()", this);
755 // countMatchPattern = m_stylesheet.createMatchPattern("comment()", this);
760 // countMatchPattern = m_stylesheet.createMatchPattern("/", this);
765 // countMatchPattern = m_stylesheet.createMatchPattern("pi("+contextNode.getNodeName()+")", this);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
StylesheetHandler.java 765 // String ns = m_stylesheet.getNamespaceFromStack(target);
    [all...]
  /external/webkit/Source/WebCore/
ChangeLog-2006-12-31     [all...]

Completed in 572 milliseconds