Searched defs:styleSheet (Results 1 - 18 of 18) sorted by relevance

/external/webkit/Source/WebCore/css/
H A DCSSReflectValue.cpp62 void CSSReflectValue::addSubresourceStyleURLs(ListHashSet<KURL>& urls, const CSSStyleSheet* styleSheet) argument
65 m_mask->addSubresourceStyleURLs(urls, styleSheet);
H A DCSSBorderImageValue.cpp65 void CSSBorderImageValue::addSubresourceStyleURLs(ListHashSet<KURL>& urls, const CSSStyleSheet* styleSheet) argument
67 m_image->addSubresourceStyleURLs(urls, styleSheet);
H A DCSSFontFaceSrcValue.cpp77 void CSSFontFaceSrcValue::addSubresourceStyleURLs(ListHashSet<KURL>& urls, const CSSStyleSheet* styleSheet) argument
80 addSubresourceURL(urls, styleSheet->completeURL(m_resource));
H A DCSSImportRule.h48 CSSStyleSheet* styleSheet() const { return m_styleSheet.get(); } function in class:WebCore::CSSImportRule
H A DCSSValueList.cpp123 void CSSValueList::addSubresourceStyleURLs(ListHashSet<KURL>& urls, const CSSStyleSheet* styleSheet) argument
127 m_values[i]->addSubresourceStyleURLs(urls, styleSheet);
H A DCSSStyleSheet.cpp283 CSSStyleSheet* styleSheet = styleSheetQueue.takeFirst(); local
285 for (unsigned i = 0; i < styleSheet->length(); ++i) {
286 StyleBase* styleBase = styleSheet->item(i);
292 if (CSSStyleSheet* ruleStyleSheet = static_cast<CSSImportRule*>(rule)->styleSheet())
H A DCSSPrimitiveValue.cpp835 void CSSPrimitiveValue::addSubresourceStyleURLs(ListHashSet<KURL>& urls, const CSSStyleSheet* styleSheet) argument
838 addSubresourceURL(urls, styleSheet->completeURL(m_value.string));
H A DCSSParser.cpp613 void CSSParser::setStyleSheet(CSSStyleSheet* styleSheet) argument
615 m_styleSheet = styleSheet;
/external/webkit/Source/WebCore/bindings/js/
H A DJSStyleSheetCustom.cpp38 JSValue toJS(ExecState* exec, JSDOMGlobalObject* globalObject, StyleSheet* styleSheet) argument
40 if (!styleSheet)
43 JSDOMWrapper* wrapper = getCachedWrapper(currentWorld(exec), styleSheet);
47 if (styleSheet->isCSSStyleSheet())
48 wrapper = CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, CSSStyleSheet, styleSheet);
50 wrapper = CREATE_DOM_OBJECT_WRAPPER(exec, globalObject, StyleSheet, styleSheet);
/external/webkit/Source/WebCore/xml/
H A DXSLImportRule.h48 XSLStyleSheet* styleSheet() const { return m_styleSheet.get(); } function in class:WebCore::XSLImportRule
H A DXSLTProcessor.h49 void setXSLStyleSheet(PassRefPtr<XSLStyleSheet> styleSheet) { m_stylesheet = styleSheet; } argument
/external/webkit/Source/WebCore/html/
H A DHTMLStyleElement.cpp104 if (StyleSheet* styleSheet = const_cast<HTMLStyleElement*>(this)->sheet())
105 styleSheet->addSubresourceStyleURLs(urls);
110 StyleSheet* styleSheet = sheet(); local
111 if (!styleSheet)
114 return styleSheet->disabled();
119 if (StyleSheet* styleSheet = sheet())
120 styleSheet->setDisabled(setDisabled);
/external/webkit/Source/WebCore/bindings/v8/
H A DV8GCController.cpp293 StyleSheet* styleSheet = 0; local
308 styleSheet = static_cast<StyleSheet*>(current);
316 if (styleSheet) {
317 if (Node* ownerNode = styleSheet->ownerNode())
319 return GroupId(styleSheet);
/external/webkit/Source/WebCore/inspector/
H A DInspectorCSSAgent.cpp138 StyleSheet* styleSheet = styleBase->stylesheet();
139 if (styleSheet && styleSheet->isCSSStyleSheet())
140 return static_cast<CSSStyleSheet*>(styleSheet);
192 InspectorStyleSheetForInlineStyle* styleSheet = asInspectorStyleSheet(element); local
193 if (styleSheet)
194 resultObject->setObject("inlineStyle", styleSheet->buildObjectForStyle(element->style()));
223 InspectorStyleSheetForInlineStyle* styleSheet = asInspectorStyleSheet(parentElement); local
224 if (styleSheet)
225 parentStyle->setObject("inlineStyle", styleSheet
269 StyleSheet* styleSheet = list->item(i); local
420 bindStyleSheet(CSSStyleSheet* styleSheet) argument
461 StyleSheet* styleSheet = styleSheets->item(styleSheets->length() - 1); local
513 InspectorStyleSheet* styleSheet = bindStyleSheet(parentStyleSheet(rule)); local
[all...]
H A DInspectorStyleSheet.cpp675 CSSStyleSheet* styleSheet = InspectorCSSAgent::parentStyleSheet(rule);
676 if (!styleSheet || !ensureParsedDataReady())
730 CSSStyleSheet* styleSheet = pageStyleSheet(); local
731 if (!styleSheet)
736 RefPtr<CSSRuleList> cssRuleList = CSSRuleList::create(styleSheet, true);
750 CSSStyleSheet* styleSheet = pageStyleSheet(); local
751 if (!styleSheet)
756 result->setBoolean("disabled", styleSheet->disabled());
758 result->setString("title", styleSheet->title());
764 CSSStyleSheet* styleSheet local
[all...]
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h930 @property(readonly, retain) DOMCSSStyleSheet *styleSheet; variable
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DFrameLoaderClientQt.cpp1540 QString styleSheet = element->getAttribute("style"); local
1541 if (!styleSheet.isEmpty())
1542 styleSheet += QLatin1Char(';');
1547 styleSheet += QString::fromLatin1(getPropertyName(property));
1548 styleSheet += QLatin1Char(':');
1549 styleSheet += computedStyle(element)->getPropertyValue(property);
1550 styleSheet += QLatin1Char(';');
1553 widget->setStyleSheet(styleSheet);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 239 milliseconds