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

  /external/webkit/Source/WebCore/css/
StyleBase.cpp 28 #include "StyleSheet.h"
43 StyleSheet* StyleBase::stylesheet() function in class:WebCore::StyleBase
48 return static_cast<StyleSheet*>(b);
56 StyleSheet* sheet = const_cast<StyleBase*>(this)->stylesheet();
CSSGrammar.y 292 stylesheet: label
    [all...]
CSSParser.cpp 331 CSSStyleSheet* stylesheet = static_cast<CSSStyleSheet*>(declaration->stylesheet()); local
332 if (!stylesheet || !stylesheet->document())
335 CSSProperty property(propertyId, stylesheet->document()->cssPrimitiveValueCache()->createIdentifierValue(valueID), important);
342 CSSProperty property(propertyId, stylesheet->document()->cssPrimitiveValueCache()->createColorValue(color), important);
423 CSSStyleSheet* stylesheet = static_cast<CSSStyleSheet*>(declaration->stylesheet());
424 if (!stylesheet || !stylesheet->document()
    [all...]
  /external/webkit/Source/WebCore/xml/
XSLTProcessorQt.cpp 118 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/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorStylesheetElement.java 26 import org.apache.xalan.templates.Stylesheet;
33 * TransformerFactory for xsl:stylesheet or xsl:transform markup.
35 * @see <a href="http://www.w3.org/TR/xslt#stylesheet-element">stylesheet-element in XSLT Specification</a>
68 Stylesheet stylesheet; local
74 stylesheet = getStylesheetRoot(handler);
83 Stylesheet parent = handler.getStylesheet();
91 stylesheet = sc;
95 stylesheet = new Stylesheet(parent)
122 StylesheetRoot stylesheet; local
    [all...]
ProcessorLRE.java 35 import org.apache.xalan.templates.Stylesheet;
82 // Literal Result Template as stylesheet.
85 handler.getProcessorFor(Constants.S_XSLNAMESPACEURL, "stylesheet",
86 "xsl:stylesheet");
90 Stylesheet stylesheet; local
93 stylesheet = getStylesheetRoot(handler);
100 // stylesheet.setDOMBackPointer(handler.getOriginatingNode());
111 stylesheet.setLocaterInfo(slocator);
112 stylesheet.setPrefixes(handler.getNamespaceSupport())
321 StylesheetRoot stylesheet; local
    [all...]
  /external/libvpx/examples/includes/geshi/contrib/
cssgen.php 287 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 .= "\n$keyword_selector_4 {{$keywords_4}}"
    [all...]
  /external/webkit/Source/WebCore/inspector/
InspectorResourceAgent.cpp 82 static const char stylesheet[] = "Stylesheet"; member in namespace:WebCore::ResourceType
279 return ResourceType::stylesheet;
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemLiteralResult.java 60 * that is also the stylesheet element.
68 * that is also the stylesheet element.
72 * represents a root element that is also the stylesheet element.
81 * that is also the stylesheet element.
85 * represents a root element that is also the stylesheet element.
117 * that were present on the element node in the stylesheet tree,
311 // stylesheet compile time.
337 StylesheetRoot stylesheet = getStylesheetRoot(); local
341 NamespaceAlias nsa = stylesheet.getNamespaceAliasComposed(m_namespace);
371 stylesheet.getNamespaceAliasComposed(m_namespace); // %REVIEW% ns
    [all...]
ElemTemplateElement.java 57 * @see Stylesheet
140 * Get the owning "composed" stylesheet. This looks up the
142 * on a Stylesheet object, which will Get the owning
143 * aggregated stylesheet, or that stylesheet if it is aggregated.
145 * @return the owning "composed" stylesheet.
153 * Get the owning stylesheet. This looks up the
155 * on a Stylesheet object, which will return itself.
157 * @return the owning stylesheet
159 public Stylesheet getStylesheet(
1040 StylesheetRoot stylesheet = this.getStylesheetRoot(); local
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp 893 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);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java 65 import org.apache.xalan.templates.Stylesheet;
333 * @param stylesheet The root of the stylesheet tree.
335 public TransformerImpl(StylesheetRoot stylesheet)
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);
1200 StylesheetRoot stylesheet = this.getStylesheet(); local
    [all...]
  /external/libvpx/examples/includes/geshi/
geshi.php 761 * 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
4231 $stylesheet = "\/**\\n". variable
4241 $stylesheet = "\/**\\n". variable
    [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 394 milliseconds