/external/chromium_org/third_party/WebKit/Source/core/dom/ |
StyleElement.h | 42 CSSStyleSheet* sheet() const { return m_sheet.get(); } function in class:WebCore::StyleElement
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLLinkElement.idl | 35 readonly attribute StyleSheet sheet;
|
HTMLStyleElement.idl | 28 readonly attribute StyleSheet sheet;
|
HTMLLinkElement.cpp | 221 RefPtr<StyleSheet> removedSheet = sheet(); 359 if (CSSStyleSheet* styleSheet = const_cast<HTMLLinkElement*>(this)->sheet()) 410 // Completing the sheet load may cause scripts to execute. 511 // FIXME: We don't have enough knowledge at this point to know if we're adding or removing a sheet 528 // If we change the disabled state while the sheet is still loading, then we have to 531 // Check #1: The sheet becomes disabled while loading. 535 // Check #2: An alternate sheet becomes enabled while it is still loading. 539 // Check #3: A main sheet becomes enabled while it was still loading and 547 // If the sheet is already loading just bail. 554 // Load the sheet, since it's never been loaded before [all...] |
HTMLStyleElement.cpp | 109 document()->modifiedStyleSheet(sheet()); 127 document()->modifiedStyleSheet(sheet()); 280 if (CSSStyleSheet* styleSheet = const_cast<HTMLStyleElement*>(this)->sheet()) 294 if (CSSStyleSheet* styleSheet = sheet())
|
HTMLLinkElement.h | 83 CSSStyleSheet* sheet() const { return m_sheet.get(); } function in class:WebCore::FINAL 141 CSSStyleSheet* sheet() const { return linkStyle() ? linkStyle()->sheet() : 0; } function in class:WebCore::FINAL
|
/external/dexmaker/javadoc/ |
stylesheet.css | 1 /* Javadoc style sheet */
|
/external/jsr305/javadoc/ |
stylesheet.css | 1 /* Javadoc style sheet */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LayoutWindowCoordinator.java | 41 * <li> If the Property Sheet and Outline Eclipse views are showing, it does nothing. 44 * <li> If just the outline is showing, then the property sheet is shown in a sashed 47 * <li> TBD: If just the property sheet is showing, should the outline be showed 51 * also includes the property sheet! 52 * <li> If the property sheet is not showing (which includes not showing in the outline 55 * area, the property sheet would have docked there). 57 * case, the property sheet and outline will show up inside the editor. 74 /** Is the Eclipse property sheet ViewPart open? */ 225 * Syncs the given editor's view state such that the property sheet and or 227 * outline and property sheet views [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSStyleSheet.h | 133 inline CSSStyleSheet::RuleMutationScope::RuleMutationScope(CSSStyleSheet* sheet) 134 : m_styleSheet(sheet)
|
quirks.css | 2 * Additonal style sheet used to render HTML pages in quirks mode.
|
/external/chromium/chrome/browser/ui/cocoa/content_settings/ |
cookie_details_view_controller.h | 15 // show cookies preference sheet of content settings preferences.
|
/external/chromium/chrome/browser/ui/cocoa/ |
page_info_bubble_controller.h | 38 // information attaches itself as a sheet to the |parentWindow|.
|
repost_form_warning_mac.mm | 73 NSWindow* window = [(NSAlert*)sheet() window];
|
/external/chromium_org/chrome/browser/ui/cocoa/content_settings/ |
cookie_details_view_controller.h | 14 // show cookies preference sheet of content settings preferences.
|
/external/chromium_org/chrome/browser/ui/cocoa/extensions/ |
media_galleries_dialog_cocoa_browsertest.mm | 29 // the sheet.
|
/external/chromium_org/chrome/browser/ui/cocoa/tabs/ |
tab_projecting_image_view.mm | 29 // - projection sheet: 16x16
|
/external/chromium_org/third_party/WebKit/Source/core/loader/cache/ |
StyleSheetResourceClient.h | 42 virtual void setXSLStyleSheet(const String& /* href */, const KURL& /* baseURL */, const String& /* sheet */) { }
|
XSLStyleSheetResource.h | 40 const String& sheet() const { return m_sheet; } function in class:WebCore::XSLStyleSheetResource
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
XSLImportRule.h | 57 virtual void setXSLStyleSheet(const String& href, const KURL& baseURL, const String& sheet);
|
/external/chromium_org/ui/message_center/cocoa/ |
settings_controller.h | 41 // The view controller responsible for the settings sheet in the center.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
EclipseUiHelper.java | 32 /** View Id for the default Eclipse Property Sheet view. */
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
certificate_viewer_mac.mm | 24 // A system-private interface that dismisses a panel whose sheet was started by 52 // |onConstrainedWindowClosed| will delete the sheet which might be still 160 // Closing the sheet using -[NSApp endSheet:] doesn't work so use the private
|
ssl_client_certificate_selector_cocoa.mm | 29 // A system-private interface that dismisses a panel whose sheet was started by 60 // |onConstrainedWindowClosed| will delete the sheet which might be still 186 // Closing the sheet using -[NSApp endSheet:] doesn't work so use the private
|
/external/chromium_org/third_party/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); 765 xsltStylesheetPtr sheet; local 774 sheet = tctxt->style; 776 sheet = NULL; 777 if ((sheet != NULL) && (sheet->doc != NULL) & [all...] |