Searched defs:stylesheet (Results 1 - 17 of 17) sorted by relevance

/external/webkit/Source/WebCore/css/
H A DStyleBase.cpp43 StyleSheet* StyleBase::stylesheet() function in class:WebCore::StyleBase
56 StyleSheet* sheet = const_cast<StyleBase*>(this)->stylesheet();
H A DCSSGrammar.y292 stylesheet: label
H A DCSSParser.cpp309 CSSStyleSheet* stylesheet = static_cast<CSSStyleSheet*>(declaration->stylesheet()); local
310 if (!stylesheet || !stylesheet->document())
313 CSSProperty property(propertyId, stylesheet->document()->cssPrimitiveValueCache()->createIdentifierValue(valueID), important);
320 CSSProperty property(propertyId, stylesheet->document()->cssPrimitiveValueCache()->createColorValue(color), important);
401 CSSStyleSheet* stylesheet = static_cast<CSSStyleSheet*>(declaration->stylesheet());
402 if (!stylesheet || !stylesheet
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DProcessorLRE.java82 // Literal Result Template as stylesheet.
85 handler.getProcessorFor(Constants.S_XSLNAMESPACEURL, "stylesheet",
86 "xsl:stylesheet");
90 Stylesheet stylesheet;
93 stylesheet = getStylesheetRoot(handler);
100 // stylesheet.setDOMBackPointer(handler.getOriginatingNode());
111 stylesheet.setLocaterInfo(slocator);
112 stylesheet.setPrefixes(handler.getNamespaceSupport());
113 handler.pushStylesheet(stylesheet);
152 // allowed on a stylesheet
356 declaredXSLNS(Stylesheet stylesheet) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemUse.java116 * @param stylesheet The owning root stylesheet
121 TransformerImpl transformer, StylesheetRoot stylesheet)
124 applyAttrSets(transformer, stylesheet, m_attributeSetsNames);
135 * @param stylesheet The owning root stylesheet
141 TransformerImpl transformer, StylesheetRoot stylesheet, QName attributeSetsNames[])
152 java.util.List attrSets = stylesheet.getAttributeSetComposed(qname);
120 applyAttrSets( TransformerImpl transformer, StylesheetRoot stylesheet) argument
140 applyAttrSets( TransformerImpl transformer, StylesheetRoot stylesheet, QName attributeSetsNames[]) argument
H A DElemExtensionCall.java106 * @param stylesheet Stylesheet root associated with this extension element
111 private ElemExtensionDecl getElemExtensionDecl(StylesheetRoot stylesheet, argument
116 int n = stylesheet.getGlobalImportCount();
120 Stylesheet imported = stylesheet.getGlobalImport(i);
H A DRedundentExprEliminator.java96 * Method to be called after the all global expressions within a stylesheet
103 public void eleminateRedundentGlobals(StylesheetRoot stylesheet) argument
105 eleminateRedundent(stylesheet, m_absPaths);
398 * @param elem An representation of an element in an XSLT stylesheet.
585 * it into the stylesheet, and replace the occurance with a reference to
808 * shared redundent XPath, and add it to the stylesheet.
978 * the search when a xsl:for-each, xsl:template, or xsl:stylesheet is
1004 * xsl:for-each, xsl:template, or xsl:stylesheet.
1008 * xsl:template, or xsl:stylesheet.
H A DStylesheetRoot.java50 * This class represents the root object of the stylesheet tree.
79 * Uses an XSL stylesheet document.
111 * @param schema The schema used to create this stylesheet
122 * Tell if this is the root of the stylesheet tree.
124 * @return True since this is the root of the stylesheet tree.
162 * (i.e., if the stylesheet contains extension functions and/or elements).
174 * namespaces encountered during composition of a stylesheet.
264 // Build the global include list for this stylesheet.
373 * The combined list of imports. The stylesheet with the highest
387 * <p>stylesheet
399 addImports(Stylesheet stylesheet, boolean addToList, Vector importList) argument
[all...]
/external/webkit/Source/WebCore/xml/
H A DXSLTProcessorQt.cpp118 RefPtr<XSLStyleSheet> stylesheet = m_stylesheet; local
119 if (!stylesheet && m_stylesheetRootNode) {
121 stylesheet = XSLStyleSheet::createForXSLTProcessor(node->parentNode() ? node->parentNode() : node,
125 // According to Mozilla documentation, the node must be a Document node, an xsl:stylesheet or xsl:transform element.
127 stylesheet->parseString(createMarkup(node));
130 if (!stylesheet || stylesheet->sheetString().isEmpty())
157 styleSheetBuffer.setData(QString(stylesheet->sheetString()).toUtf8());
164 query.setQuery(&styleSheetBuffer, QUrl(stylesheet->href()));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-trax.jar ... .apache.tools.ant.types.Resource stylesheet private org.apache.tools.ant.taskdefs ...
H A Dant-junit.jar ... .tools.ant.types.resources.URLResource stylesheet java.net.URL stylesheetURL String xslname org. ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/libvpx/examples/includes/geshi/contrib/
H A Dcssgen.php287 What languages are you wanting to make this stylesheet for?<br /><br />
330 echo '<p>Here is your completed stylesheet. Note that it may not be perfect - no regular expression styles are included for one thing,
334 // Make the stylesheet
367 $stylesheet = "/* GeSHi (c) Nigel McNie 2004 (http://qbnz.com/highlighter) */"; variable
371 $stylesheet .= "\n$overall_selector {{$overall_styles}}";
376 $stylesheet .= "\n$default_selector {{$default_styles}}";
384 $stylesheet .= "\n$keyword_selector_1 {{$keywords_1}}";
391 $stylesheet .= "\n$keyword_selector_2 {{$keywords_2}}";
398 $stylesheet .= "\n$keyword_selector_3 {{$keywords_3}}";
405 $stylesheet
[all...]
/external/webkit/Source/WebCore/inspector/
H A DInspectorResourceAgent.cpp82 static const char stylesheet[] = "Stylesheet"; member in namespace:WebCore::ResourceType
279 return ResourceType::stylesheet;
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DTransformerImpl.java333 * @param stylesheet The root of the stylesheet tree.
335 public TransformerImpl(StylesheetRoot stylesheet) argument
338 m_optimizer = stylesheet.getOptimizer();
339 m_incremental = stylesheet.getIncremental();
340 m_source_location = stylesheet.getSource_location();
341 setStylesheet(stylesheet);
348 if (stylesheet.isSecureProcessing())
352 getXPathContext().setNamespaceContext(stylesheet);
373 * If the stylesheet contain
[all...]
/external/libvpx/examples/includes/geshi/
H A Dgeshi.php761 * string of valid stylesheet declarations
777 * class can then be used in a stylesheet to style this object's
789 * be used in a stylesheet to style this object's output
811 * containing valid stylesheet declarations. If $preserve_defaults is
1782 * stylesheet generators as they rely on some style information being
1834 * This function makes stylesheet generators much faster as they do not need these caches.
4194 * Returns a stylesheet for the highlighted code. If $economy mode
4195 * is true, we only return the stylesheet declarations that matter for
4199 * @return string A stylesheet built on the data for the current language
4205 // risk getting a stylesheet
4231 $stylesheet = "/**\\n". variable
4241 $stylesheet = "/**\\n". variable
[all...]
/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.cpp893 RefPtr<Element> stylesheet = document->createElement( local
896 stylesheet->setAttribute(HTMLNames::idAttr, id);
897 stylesheet->setTextContent(css, err);
900 bool success = documentElement->insertBefore(stylesheet, first, err);

Completed in 210 milliseconds