HomeSort by relevance Sort by last modified time
    Searched refs:sheet (Results 26 - 50 of 53) sorted by null

12 3

  /external/webkit/Source/WebCore/bindings/js/
JSStyleSheetListCustom.cpp 60 return toJS(exec, element->sheet());
  /external/webkit/Source/WebCore/html/
HTMLLinkElement.h 77 StyleSheet* sheet() const;
99 virtual void setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CachedCSSStyleSheet* sheet);
HTMLLinkElement.cpp 92 // 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)
388 String sheetText = sheet->sheetText(enforceMIMEType, &validMIMEType);
503 if (StyleSheet* styleSheet = const_cast<HTMLLinkElement*>(this)->sheet())
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemTemplate.java 136 * @param sheet The owning stylesheet for this element
138 public void setStylesheet(Stylesheet sheet)
140 m_stylesheet = sheet;
Stylesheet.java 1318 Stylesheet sheet = this; local
    [all...]
ElemTemplateElement.java 727 Stylesheet sheet=getStylesheet(); local
728 return (sheet==null) ? null : sheet.getHref();
    [all...]
StylesheetRoot.java 381 * 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)
472 if (this == sheet)
479 if (sheet == getGlobalImport(i))
    [all...]
  /external/webkit/Tools/MiniBrowser/mac/
AppDelegate.m 249 - (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/
browser_window_controller_private.h 33 willPositionSheet:(NSWindow*)sheet
browser_window_controller.h 231 // 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/
WebAuthenticationPanel.h 62 - (void)sheetDidEnd:(NSWindow *)sheet returnCode:(int)returnCode contextInfo:(void *)contextInfo;
WebAuthenticationPanel.m 137 // 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/
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);
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.
CSSMutableStyleDeclaration.cpp 772 CSSStyleSheet* sheet = static_cast<CSSStyleSheet*>(stylesheet()); local
775 m_properties[i].value()->addSubresourceStyleURLs(urls, sheet);
    [all...]
CSSStyleSelector.cpp 475 // 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;
    [all...]
CSSParser.cpp 227 void CSSParser::parseSheet(CSSStyleSheet* sheet, const String& string, int startLineNumber, StyleRuleRangeMap* ruleRangeMap)
229 setStyleSheet(sheet);
245 PassRefPtr<CSSRule> CSSParser::parseRule(CSSStyleSheet* sheet, const String& string)
247 setStyleSheet(sheet);
254 PassRefPtr<CSSRule> CSSParser::parseKeyframeRule(CSSStyleSheet *sheet, const String &string)
256 setStyleSheet(sheet);
513 // The style sheet will be deleted right away, so it won't outlive the document.
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/content_settings/
collected_cookies_mac.h 27 void OnSheetDidEnd(NSWindow* sheet);
106 // Closes the sheet and ends the modal loop. This will also cleanup the memory.
  /external/webkit/Source/WebCore/dom/
DOMImplementation.cpp 285 RefPtr<CSSStyleSheet> sheet = CSSStyleSheet::create(); local
286 sheet->setMedia(MediaList::createAllowingDescriptionSyntax(sheet.get(), media));
287 return sheet.release();
Document.cpp 2445 const UserStyleSheet* sheet = sheets->at(i).get(); local
3052 StyleSheet* sheet = 0; local
    [all...]
  /external/libxslt/libxslt/
functions.c 597 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->doc != NULL) &
    [all...]
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLStyleElement03.js 78 The type attribute specifies the style sheet language(Internet media type).
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLStyleElement03.js 78 The type attribute specifies the style sheet language(Internet media type).
  /external/webkit/Source/WebKit/win/Interfaces/
DOMCSS.idl 108 HRESULT parentStyleSheet([out, retval] IDOMCSSStyleSheet** sheet);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.views_3.5.0.I20100527-0800.jar 
  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h 326 @property(readonly, retain) DOMStyleSheet *sheet AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
    [all...]

Completed in 551 milliseconds

12 3