HomeSort by relevance Sort by last modified time
    Searched full:stylesheet (Results 26 - 50 of 3576) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/resources/
keyboard_overlay.html 6 <link rel="stylesheet" href="keyboard_overlay.css">
gpu_internals.html 9 <link rel="stylesheet" href="webui.css">
35 <link rel="stylesheet" href="gpu_internals/info_view.css">
36 <link rel="stylesheet" href="gpu_internals/overlay.css">
37 <link rel="stylesheet" href="gpu_internals/profiling_view.css">
38 <link rel="stylesheet" href="gpu_internals/tab_control.css">
39 <link rel="stylesheet" href="gpu_internals/timeline_view.css">
40 <link rel="stylesheet" href="gpu_internals/timeline.css">
41 <link rel="stylesheet" href="gpu_internals/tracing_controller.css">
  /external/mesa3d/docs/
precompiled.html 5 <link rel="stylesheet" type="text/css" href="mesa.css"></head>
  /external/webkit/Source/WebCore/manual-tests/
cursor-empty-url.html 2 <link rel="stylesheet" href="resources/cursor-empty-url.css"></link>
  /external/webkit/Tools/RebaselineQueueServer/static/
builder-frame-empty.html 5 <link rel="stylesheet" href="/static/styles.css" type="text/css">
  /external/webkit/Source/WebCore/bindings/objc/
DOMObject.mm 39 #import "StyleSheet.h"
72 WebCore::StyleSheet* styleSheet;
75 styleSheet = core(static_cast<DOMProcessingInstruction *>(self))->sheet();
77 styleSheet = core(static_cast<DOMHTMLLinkElement *>(self))->sheet();
79 styleSheet = core(static_cast<DOMHTMLStyleElement *>(self))->sheet();
83 return kit(styleSheet);
  /external/webkit/Source/WebCore/css/
StyleSheet.h 35 class StyleSheet : public StyleList {
37 virtual ~StyleSheet();
44 StyleSheet *parentStyleSheet() const;
69 StyleSheet(Node* ownerNode, const String& href, const KURL& finalURL);
70 StyleSheet(StyleSheet* parentSheet, const String& href, const KURL& finalURL);
71 StyleSheet(StyleBase* owner, const String& href, const KURL& finalURL);
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();
  /external/webkit/Source/WebCore/html/
HTMLStyleElement.cpp 104 if (StyleSheet* styleSheet = const_cast<HTMLStyleElement*>(this)->sheet())
105 styleSheet->addSubresourceStyleURLs(urls);
110 StyleSheet* styleSheet = sheet();
111 if (!styleSheet)
114 return styleSheet->disabled();
119 if (StyleSheet* styleSheet = sheet())
120 styleSheet->setDisabled(setDisabled)
    [all...]
  /external/chromium/chrome/browser/resources/chromeos/
proxy_settings.html 4 <link rel="stylesheet" href="chrome://resources/css/button.css">
5 <link rel="stylesheet" href="chrome://resources/css/list.css">
6 <link rel="stylesheet" href="../webui.css">
7 <link rel="stylesheet" href="../options/options_page.css">
8 <link rel="stylesheet" href="../options/chromeos/proxy.css">
  /external/webkit/Source/WebCore/inspector/
InspectorCSSAgent.cpp 127 // text : <string> // Optional - whenever the text is available for a text-based stylesheet
138 StyleSheet* styleSheet = styleBase->stylesheet();
139 if (styleSheet && styleSheet->isCSSStyleSheet())
140 return static_cast<CSSStyleSheet*>(styleSheet);
192 InspectorStyleSheetForInlineStyle* styleSheet = asInspectorStyleSheet(element);
193 if (styleSheet)
194 resultObject->setObject("inlineStyle", styleSheet->buildObjectForStyle(element->style()))
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
package.html 23 and defines a set of classes that represent an XSLT stylesheet.</p>
27 which is a {@link org.apache.xalan.templates.Stylesheet} composed of itself
28 and its included Stylesheet objects. A StylesheetRoot also contains a
30 role of these objects is to hold immutable stylesheet data, not to perform
35 all XSLT instruction elements, including Stylesheet. The <i>x</i>Func classes
37 the Stylesheet "container" objects, the
NamespaceAlias.java 25 * A stylesheet can use the xsl:namespace-alias element to declare
46 * The "stylesheet-prefix" attribute.
52 * Set the "stylesheet-prefix" attribute.
62 * Get the "stylesheet-prefix" attribute.
72 * The namespace in the stylesheet space.
78 * Set the value for the stylesheet namespace.
88 * Get the value for the stylesheet namespace.
152 * @param root The owning root stylesheet
WhiteSpaceInfo.java 52 * @param thisSheet The current stylesheet
54 public WhiteSpaceInfo(Stylesheet thisSheet)
67 * @param thisSheet The current stylesheet
69 public WhiteSpaceInfo(XPath matchPattern, boolean shouldStripSpace, Stylesheet thisSheet)
  /external/chromium/chrome/browser/remoting/resources/
remoting_setting_up.html 4 <link rel="stylesheet" type="text/css" href="remoting_setup_flow.css" />
19 <link rel="stylesheet" href="chrome://resources/css/throbber.css">
  /external/oprofile/doc/xsl/
xhtml.xsl 2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
13 </xsl:stylesheet>
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorImport.java 37 * Get the stylesheet type associated with an imported stylesheet
39 * @return the type of the stylesheet
47 * Get the error number associated with this type of stylesheet importing itself
  /external/valgrind/main/docs/lib/
vg-html-website.xsl 2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
4 <!-- special stylesheet to generate the docs to fit into the website -->
6 <!-- (a) no css stylesheet is used; -->
34 </xsl:stylesheet>
  /external/webkit/LayoutTests/fast/dom/Attr/script-tests/
TEMPLATE.html 4 <link rel="stylesheet" href="../../js/resources/js-test-style.css">
  /external/webkit/LayoutTests/fast/dom/CSSStyleDeclaration/script-tests/
TEMPLATE.html 4 <link rel="stylesheet" href="../../js/resources/js-test-style.css">
  /external/webkit/LayoutTests/fast/dom/DOMImplementation/script-tests/
TEMPLATE.html 4 <link rel="stylesheet" href="../../js/resources/js-test-style.css">
  /external/webkit/LayoutTests/fast/dom/DeviceMotion/
create-event.html 3 <link rel="stylesheet" href="../../js/resources/js-test-style.css">
no-page-cache.html 3 <link rel="stylesheet" href="../../js/resources/js-test-style.css">
optional-event-properties.html 3 <link rel="stylesheet" href="../../js/resources/js-test-style.css">
  /external/webkit/LayoutTests/fast/dom/DeviceMotion/script-tests/
TEMPLATE.html 3 <link rel="stylesheet" href="../../js/resources/js-test-style.css">

Completed in 1076 milliseconds

12 3 4 5 6 7 8 91011>>