/frameworks/base/core/tests/coretests/res/raw/ |
v21_org_before_title.vcf | 4 ORG:Company;Organization;Devision;Room;Sheet No.
|
/external/webkit/WebCore/css/ |
StyleBase.cpp | 53 // Try to find the style sheet. If found look for its URL. 54 // If it has none, get the URL from the parent sheet or the parent node. 56 StyleSheet* sheet = const_cast<StyleBase*>(this)->stylesheet(); local 57 if (!sheet) 59 if (!sheet->finalURL().isNull()) 60 return sheet->finalURL(); 61 if (sheet->parent()) 62 return sheet->parent()->baseURL(); 63 if (!sheet->ownerNode()) 65 return sheet->ownerNode()->document()->baseURL() [all...] |
CSSImportRule.cpp | 57 void CSSImportRule::setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CachedCSSStyleSheet* sheet) 78 String sheetText = sheet->sheetText(enforceMIMEType, &validMIMEType); 139 // if the import rule is issued dynamically, the sheet may be 140 // removed from the pending sheet count, so let the doc know 141 // the sheet being imported is pending.
|
/external/webkit/WebCore/bindings/js/ |
JSStyleSheetCustom.cpp | 59 StyleSheet* sheet = impl(); local 62 unsigned length = sheet->length(); 64 markDOMObjectWrapper(markStack, globalData, sheet->item(i)); 66 // This prevents us from having a style sheet with a dangling ownerNode pointer. 67 // A better solution would be to handle this on the DOM side -- if the style sheet 69 // be to make ref/deref on the style sheet ref/deref the node instead, but there's 71 if (Node* ownerNode = sheet->ownerNode())
|
/external/webkit/WebCore/xml/ |
XSLTProcessorLibxslt.cpp | 56 SOFT_LINK(libxslt, xsltFreeStylesheet, void, (xsltStylesheetPtr sheet), (sheet)) 170 static bool saveResultToString(xmlDocPtr resultDoc, xsltStylesheetPtr sheet, String& resultString) 180 int retval = xsltSaveResultTo(outputBuf, resultDoc, sheet); 256 static inline String resultMIMEType(xmlDocPtr resultDoc, xsltStylesheetPtr sheet) 263 XSLT_GET_IMPORT_PTR(resultType, sheet, method); 280 xsltStylesheetPtr sheet = xsltStylesheetPointer(m_stylesheet, m_stylesheetRootNode.get()); local 281 if (!sheet) { 287 xmlChar* origMethod = sheet->method; 289 sheet->method = (xmlChar*)"html" [all...] |
XSLImportRule.cpp | 55 void XSLImportRule::setXSLStyleSheet(const String& href, const KURL& baseURL, const String& sheet) 66 m_styleSheet->parseString(sheet); 106 // If the imported sheet is in the cache, then setXSLStyleSheet gets called, 107 // and the sheet even gets parsed (via parseString). In this case we have
|
/external/webkit/WebCore/dom/ |
ProcessingInstruction.cpp | 140 // to kick off import/include loads that can hang off some parent sheet. 201 void ProcessingInstruction::setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CachedCSSStyleSheet* sheet) 209 // getting the sheet text in "strict" mode. This enforces a valid CSS MIME 211 parseStyleSheet(sheet->sheetText(true)); 218 void ProcessingInstruction::setXSLStyleSheet(const String& href, const KURL& baseURL, const String& sheet) 222 parseStyleSheet(sheet); 226 void ProcessingInstruction::parseStyleSheet(const String& sheet) 228 m_sheet->parseString(sheet, true); 237 void ProcessingInstruction::setCSSStyleSheet(PassRefPtr<CSSStyleSheet> sheet) 241 m_sheet = sheet; [all...] |
ProcessingInstruction.h | 48 StyleSheet* sheet() const { return m_sheet.get(); } function in class:WebCore::ProcessingInstruction 81 virtual void setXSLStyleSheet(const String& href, const KURL& baseURL, const String& sheet); 89 void parseStyleSheet(const String& sheet);
|
StyleElement.cpp | 36 StyleSheet* StyleElement::sheet(Element* e) function in class:WebCore::StyleElement 50 // If we're in document teardown, then we don't need to do any notification of our sheet's removal. 97 // If type is empty or CSS, this is a CSS style sheet.
|
ProcessingInstruction.idl | 32 readonly attribute StyleSheet sheet;
|
StyleElement.h | 35 StyleSheet* sheet(Element*);
|
/external/iproute2/doc/ |
do-psnup | 5 # $4 = Number of pages to fit on a single sheet . "numeric"
|
preamble.tex | 10 % To print it in compact form: both sides on one sheet (psnup -2)
|
/external/webkit/WebCore/bindings/objc/ |
DOMObject.mm | 70 - (DOMStyleSheet *)sheet 75 styleSheet = core(static_cast<DOMProcessingInstruction *>(self))->sheet(); 77 styleSheet = core(static_cast<DOMHTMLLinkElement *>(self))->sheet(); 79 styleSheet = core(static_cast<DOMHTMLStyleElement *>(self))->sheet();
|
DOMObject.h | 47 @property(readonly, retain) DOMStyleSheet *sheet; variable 49 - (DOMStyleSheet *)sheet;
|
/external/webkit/WebCore/html/ |
HTMLStyleElement.cpp | 57 StyleElement::sheet(this); 85 StyleSheet* HTMLStyleElement::sheet() function in class:WebCore::HTMLStyleElement 87 return StyleElement::sheet(this); 142 if (StyleSheet* styleSheet = const_cast<HTMLStyleElement*>(this)->sheet())
|
HTMLLinkElement.cpp | 81 // If we change the disabled state while the sheet is still loading, then we have to 84 // Check #1: If the sheet becomes disabled while it was loading, and if it was either 85 // a main sheet or a sheet that was previously enabled via script, then we need 90 // Check #2: An alternate sheet becomes enabled while it is still loading. 94 // Check #3: A main sheet becomes enabled while it was still loading and 102 // If the sheet is already loading just bail. 106 // Load the sheet, since it's never been loaded before. 114 StyleSheet* HTMLLinkElement::sheet() const function in class:WebCore::HTMLLinkElement 241 // Add ourselves as a pending sheet, but only if we aren't an alternate [all...] |
HTMLLinkElement.idl | 35 readonly attribute StyleSheet sheet;
|
HTMLStyleElement.idl | 29 readonly attribute StyleSheet sheet;
|
/external/webkit/WebKit/mac/Plugins/Hosted/ |
NetscapePluginHostProxy.mm | [all...] |
/external/webkit/WebCore/svg/ |
SVGStyleElement.cpp | 93 StyleElement::sheet(this); 120 StyleSheet* SVGStyleElement::sheet() function in class:WebCore::SVGStyleElement 122 return StyleElement::sheet(this);
|
/external/webkit/WebCore/bindings/v8/custom/ |
V8StyleSheetListCustom.cpp | 49 // Search style sheet. 55 return toV8(item->sheet());
|
/external/webkit/WebKit/mac/Misc/ |
WebDownload.h | 39 panel, as either a sheet or window. It provides no extra methods, 55 the right window when automatically prompting with a sheet.
|
/external/guava/javadoc/ |
stylesheet.css | 1 /* Javadoc style sheet */
|
/external/jsr305/javadoc/ |
stylesheet.css | 1 /* Javadoc style sheet */
|