Searched refs:sheet (Results 26 - 50 of 50) sorted by relevance

12

/external/webkit/Source/WebCore/xml/
H A DXSLImportRule.h61 virtual void setXSLStyleSheet(const String& href, const KURL& baseURL, const String& sheet);
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemTemplate.java136 * @param sheet The owning stylesheet for this element
138 public void setStylesheet(Stylesheet sheet) argument
140 m_stylesheet = sheet;
H A DStylesheet.java1318 Stylesheet sheet = this;
1320 while (!sheet.isAggregatedType())
1322 sheet = sheet.getStylesheetParent();
1325 return (StylesheetComposed) sheet;
H A DElemTemplateElement.java727 Stylesheet sheet=getStylesheet();
728 return (sheet==null) ? null : sheet.getHref();
H A DStylesheetRoot.java381 * Add the imports in the given sheet to the working importList vector.
402 // Get the direct imports of this sheet.
464 * @param sheet The stylesheet which will be located in the
469 public int getImportNumber(StylesheetComposed sheet) argument
472 if (this == sheet)
479 if (sheet == getGlobalImport(i))
/external/webkit/Source/WebCore/html/
H A DHTMLLinkElement.h77 StyleSheet* sheet() const;
99 virtual void setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CachedCSSStyleSheet* sheet);
H A DHTMLLinkElement.cpp92 // If we change the disabled state while the sheet is still loading, then we have to
95 // Check #1: The sheet becomes disabled while loading.
99 // Check #2: An alternate sheet becomes enabled while it is still loading.
103 // Check #3: A main sheet becomes enabled while it was still loading and
111 // If the sheet is already loading just bail.
115 // Load the sheet, since it's never been loaded before.
123 StyleSheet* HTMLLinkElement::sheet() const function in class:WebCore::HTMLLinkElement
360 void HTMLLinkElement::setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CachedCSSStyleSheet* sheet) argument
388 String sheetText = sheet->sheetText(enforceMIMEType, &validMIMEType);
503 if (StyleSheet* styleSheet = const_cast<HTMLLinkElement*>(this)->sheet())
[all...]
/external/webkit/Tools/MiniBrowser/mac/
H A DAppDelegate.m249 - (void)openPanelDidEnd:(NSOpenPanel *)sheet returnCode:(int)returnCode contextInfo:(void *)contextInfo
251 [sheet autorelease];
252 if (returnCode != NSOKButton || ![[sheet filenames] count])
255 NSString* filePath = [[sheet filenames] objectAtIndex:0];
/external/chromium/chrome/browser/ui/cocoa/
H A Dbrowser_window_controller_private.h33 willPositionSheet:(NSWindow*)sheet
H A Dbrowser_window_controller.h231 // Returns the (lazily created) window sheet controller of this window. Used
235 // Requests that |window| is opened as a per-tab sheet to the current tab.
237 // Closes the tab sheet |window| and potentially shows the next sheet in the
238 // tab's sheet queue.
278 - (void)sheetDidEnd:(NSWindow*)sheet
/external/webkit/Source/WebKit/mac/Panels/
H A DWebAuthenticationPanel.h62 - (void)sheetDidEnd:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(void *)contextInfo;
H A DWebAuthenticationPanel.m137 // If the realm name is determined to be complex, we will use a slightly different sheet layout, designed
138 // to keep a malicious realm name from spoofing the wording in the sheet text.
249 - (void)sheetDidEnd:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(void *)contextInfo
281 // a login sheet is up, but this _blocksActionWhenModal: mechanism doesn't support that.
/external/webkit/Source/WebCore/css/
H A DCSSImportRule.cpp57 void CSSImportRule::setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CachedCSSStyleSheet* sheet) argument
78 String sheetText = sheet->sheetText(enforceMIMEType, &validMIMEType);
142 // if the import rule is issued dynamically, the sheet may be
143 // removed from the pending sheet count, so let the doc know
144 // the sheet being imported is pending.
H A DCSSMutableStyleDeclaration.cpp772 CSSStyleSheet* sheet = static_cast<CSSStyleSheet*>(stylesheet()); local
775 m_properties[i].value()->addSubresourceStyleURLs(urls, sheet);
H A DCSSStyleSelector.cpp475 // FIXME: This sucks! The user sheet is reparsed every time!
499 StyleSheet* sheet = styleSheets->item(i); local
500 if (sheet->isCSSStyleSheet() && !sheet->disabled())
501 m_authorStyle->addRulesFromSheet(static_cast<CSSStyleSheet*>(sheet), *m_medium, this);
506 // Usually there are no sibling rules in the default style but the MathML sheet has some.
547 CSSStyleSheet* sheet = CSSStyleSheet::create().releaseRef(); // leak the sheet on purpose local
548 sheet->parseString(str);
549 return sheet;
3160 addRulesFromSheet(CSSStyleSheet* sheet, const MediaQueryEvaluator& medium, CSSStyleSelector* styleSelector) argument
[all...]
H A DCSSParser.cpp227 void CSSParser::parseSheet(CSSStyleSheet* sheet, const String& string, int startLineNumber, StyleRuleRangeMap* ruleRangeMap) argument
229 setStyleSheet(sheet);
245 PassRefPtr<CSSRule> CSSParser::parseRule(CSSStyleSheet* sheet, const String& string) argument
247 setStyleSheet(sheet);
254 PassRefPtr<CSSRule> CSSParser::parseKeyframeRule(CSSStyleSheet *sheet, const String &string) argument
256 setStyleSheet(sheet);
513 // The style sheet will be deleted right away, so it won't outlive the document.
/external/webkit/Source/WebCore/dom/
H A DDOMImplementation.cpp285 RefPtr<CSSStyleSheet> sheet = CSSStyleSheet::create(); local
286 sheet->setMedia(MediaList::createAllowingDescriptionSyntax(sheet.get(), media));
287 return sheet.release();
H A DDocument.cpp2403 // Parse the sheet and cache it.
2445 const UserStyleSheet* sheet = sheets->at(i).get(); local
2446 if (sheet->injectedFrames() == InjectInTopFrameOnly && ownerElement())
2448 if (!UserContentURLPattern::matchesPatterns(url(), sheet->whitelist(), sheet->blacklist()))
2450 RefPtr<CSSStyleSheet> parsedSheet = CSSStyleSheet::createInline(const_cast<Document*>(this), sheet->url());
2451 parsedSheet->setIsUserStyleSheet(sheet->level() == UserStyleUserLevel);
2452 parsedSheet->parseString(sheet->source(), !inQuirksMode());
2639 // sheet used variable and then update our style selector.
2918 // Make sure we knew this sheet wa
3052 StyleSheet* sheet = 0; local
[all...]
/external/libxslt/libxslt/
H A Dfunctions.c597 xsltStylesheetPtr sheet; local
605 sheet = tctxt->style;
606 if (sheet == NULL)
608 formatValues = sheet->decimalFormat;
614 formatValues = xsltDecimalFormatGetByName(sheet, decimalObj->stringval);
747 xsltStylesheetPtr sheet; local
756 sheet = tctxt->style;
758 sheet = NULL;
759 if ((sheet != NULL) && (sheet
[all...]
/external/chromium/chrome/browser/ui/cocoa/content_settings/
H A Dcollected_cookies_mac.h27 void OnSheetDidEnd(NSWindow* sheet);
106 // Closes the sheet and ends the modal loop. This will also cleanup the memory.
/external/webkit/Source/WebKit/win/Interfaces/
H A DDOMCSS.idl108 HRESULT parentStyleSheet([out, retval] IDOMCSSStyleSheet** sheet);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.views_3.5.0.I20100527-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h326 @property(readonly, retain) DOMStyleSheet *sheet AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
668 @property(readonly, retain) DOMStyleSheet *sheet AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
804 @property(readonly, retain) DOMStyleSheet *sheet AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dconcat-jquery-mootools-prototype.js7714 Array.each(document.styleSheets, function(sheet, j){
7715 var href = sheet.href;
7717 var rules = sheet.rules || sheet.cssRules;
H A Dmootools-1.2.2-core-nc.js3338 Array.each(document.styleSheets, function(sheet, j){
3339 var href = sheet.href;
3341 var rules = sheet.rules || sheet.cssRules;

Completed in 432 milliseconds

12