Searched refs:styleSheet (Results 1 - 25 of 40) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSStyleSheetCustom.h36 inline void* root(StyleSheet* styleSheet) argument
38 if (CSSImportRule* ownerRule = styleSheet->ownerRule())
40 if (Node* ownerNode = styleSheet->ownerNode())
42 return styleSheet;
H A DJSStyleSheetCustom.cpp38 JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject* globalObject, StyleSheet* styleSheet) argument
40 if (!styleSheet)
43 if (JSC::JSObject* wrapper = getCachedWrapper(globalObject->world(), styleSheet))
46 if (styleSheet->isCSSStyleSheet())
47 return CREATE_DOM_WRAPPER(globalObject, CSSStyleSheet, styleSheet);
49 return CREATE_DOM_WRAPPER(globalObject, StyleSheet, styleSheet);
H A DJSCSSStyleDeclarationCustom.h41 if (CSSStyleSheet* styleSheet = style->parentStyleSheet())
42 return root(styleSheet);
H A DJSCSSRuleListCustom.cpp44 if (CSSStyleSheet* styleSheet = jsCSSRuleList->impl().styleSheet())
45 return visitor.containsOpaqueRoot(root(styleSheet));
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSImportRule.idl25 readonly attribute CSSStyleSheet styleSheet;
H A DCSSRule.cpp55 CSSStyleSheet* styleSheet = parentStyleSheet(); local
56 return styleSheet ? styleSheet->contents().parserContext() : strictCSSParserContext();
H A DInspectorCSSOMWrappers.cpp45 void InspectorCSSOMWrappers::collectFromStyleSheetIfNeeded(CSSStyleSheet* styleSheet) argument
48 collect(styleSheet);
61 collect(static_cast<CSSImportRule*>(cssRule)->styleSheet());
85 void InspectorCSSOMWrappers::collectFromStyleSheetContents(HashSet<RefPtr<CSSStyleSheet>>& sheetWrapperSet, StyleSheetContents* styleSheet) argument
87 if (!styleSheet)
89 RefPtr<CSSStyleSheet> styleSheetWrapper = CSSStyleSheet::create(*styleSheet);
H A DCSSReflectValue.cpp41 void CSSReflectValue::addSubresourceStyleURLs(ListHashSet<URL>& urls, const StyleSheetContents* styleSheet) const
44 m_mask->addSubresourceStyleURLs(urls, styleSheet);
H A DCSSImportRule.cpp82 CSSStyleSheet* CSSImportRule::styleSheet() const function in class:WebCore::CSSImportRule
84 if (!m_importRule->styleSheet())
88 m_styleSheetCSSOMWrapper = CSSStyleSheet::create(*m_importRule->styleSheet(), const_cast<CSSImportRule*>(this));
H A DCSSRuleList.h47 virtual CSSStyleSheet* styleSheet() const = 0;
62 virtual CSSStyleSheet* styleSheet() const { return 0; } function in class:WebCore::StaticCSSRuleList
87 virtual CSSStyleSheet* styleSheet() const { return m_rule->parentStyleSheet(); } function in class:WebCore::LiveCSSRuleList
H A DCSSFontFaceSrcValue.cpp83 void CSSFontFaceSrcValue::addSubresourceStyleURLs(ListHashSet<URL>& urls, const StyleSheetContents* styleSheet) const
86 addSubresourceURL(urls, styleSheet->completeURL(m_resource));
H A DCSSRule.h68 void setParentStyleSheet(CSSStyleSheet* styleSheet) argument
71 m_parentStyleSheet = styleSheet;
H A DCSSGroupingRule.cpp71 CSSStyleSheet* styleSheet = parentStyleSheet(); local
72 RefPtr<StyleRuleBase> newRule = parser.parseRule(styleSheet ? &styleSheet->contents() : nullptr, ruleString);
H A DCSSImportRule.h46 CSSStyleSheet* styleSheet() const;
H A DStyleInvalidationAnalysis.cpp57 if (!import->styleSheet())
59 if (shouldDirtyAllStyle(*import->styleSheet()))
/macosx-10.10/WebCore-7600.1.25/bindings/objc/
H A DDOMObject.mm71 WebCore::StyleSheet* styleSheet;
74 styleSheet = core(static_cast<DOMProcessingInstruction *>(self))->sheet();
76 styleSheet = core(static_cast<DOMHTMLLinkElement *>(self))->sheet();
78 styleSheet = core(static_cast<DOMHTMLStyleElement *>(self))->sheet();
82 return kit(styleSheet);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DCSSStyleManager.js104 var styleSheet = new WebInspector.CSSStyleSheet(id);
105 this._styleSheetIdentifierMap[id] = styleSheet;
106 return styleSheet;
133 var styleSheet = this.styleSheetForIdentifier(styleSheetIdentifier);
134 console.assert(styleSheet);
136 styleSheet.noteContentDidChange();
138 this._updateResourceContent(styleSheet);
261 var styleSheet = this.styleSheetForIdentifier(styleSheetInfo.styleSheetId);
262 styleSheet.updateInfo(styleSheetInfo.sourceURL, parentFrame);
265 this._styleSheetFrameURLMap[key] = styleSheet;
[all...]
/macosx-10.10/WebCore-7600.1.25/xml/
H A DXSLImportRule.h43 XSLStyleSheet* styleSheet() const { return m_styleSheet.get(); } function in class:WebCore::XSLImportRule
46 void setParentStyleSheet(XSLStyleSheet* styleSheet) { m_parentStyleSheet = styleSheet; } argument
H A DXSLStyleSheetLibxslt.cpp103 if (XSLStyleSheet* styleSheet = parentStyleSheet())
104 styleSheet->checkLoaded();
121 if (import->styleSheet())
122 import->styleSheet()->clearDocuments();
264 for (XSLStyleSheet* styleSheet = this; styleSheet; styleSheet = styleSheet->parentStyleSheet()) {
265 Node* node = styleSheet->ownerNode();
277 XSLStyleSheet* child = import->styleSheet();
[all...]
H A DXSLTProcessor.h47 void setXSLStyleSheet(PassRefPtr<XSLStyleSheet> styleSheet) { m_stylesheet = styleSheet; } argument
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitUserContentManager.cpp91 void webkit_user_content_manager_add_style_sheet(WebKitUserContentManager* manager, WebKitUserStyleSheet* styleSheet) argument
94 g_return_if_fail(styleSheet);
95 manager->priv->userContentController->addUserStyleSheet(webkitUserStyleSheetGetUserStyleSheet(styleSheet));
/macosx-10.10/WebCore-7600.1.25/bindings/gobject/
H A DWebKitDOMPrivate.cpp139 WebKitDOMStyleSheet* wrap(StyleSheet* styleSheet) argument
141 ASSERT(styleSheet);
143 if (styleSheet->isCSSStyleSheet())
144 return WEBKIT_DOM_STYLE_SHEET(wrapCSSStyleSheet(static_cast<CSSStyleSheet*>(styleSheet)));
145 return wrapStyleSheet(styleSheet);
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLStyleElement.cpp144 if (CSSStyleSheet* styleSheet = const_cast<HTMLStyleElement*>(this)->sheet())
145 styleSheet->contents().addSubresourceStyleURLs(urls);
158 if (CSSStyleSheet* styleSheet = sheet())
159 styleSheet->setDisabled(setDisabled);
H A DHTMLLinkElement.cpp321 Ref<StyleSheetContents> styleSheet(StyleSheetContents::create(href, parserContext));
322 m_sheet = CSSStyleSheet::create(styleSheet.get(), this);
326 styleSheet.get().parseAuthorStyleSheet(cachedStyleSheet, document().securityOrigin());
329 styleSheet.get().notifyLoadedSheet(cachedStyleSheet);
330 styleSheet.get().checkLoaded();
332 if (styleSheet.get().isCacheable())
333 const_cast<CachedCSSStyleSheet*>(cachedStyleSheet)->saveParsedStyleSheet(styleSheet.get());
444 if (CSSStyleSheet* styleSheet = const_cast<HTMLLinkElement*>(this)->sheet())
445 styleSheet->contents().addSubresourceStyleURLs(urls);
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorCSSAgent.cpp159 StyleSheetAction(const String& name, InspectorStyleSheet* styleSheet) argument
161 , m_styleSheet(styleSheet)
172 SetStyleSheetTextAction(InspectorStyleSheet* styleSheet, const String& text) argument
173 : InspectorCSSAgent::StyleSheetAction(ASCIILiteral("SetStyleSheetText"), styleSheet)
224 SetStyleTextAction(InspectorStyleSheet* styleSheet, const InspectorCSSId& cssId, const String& text) argument
225 : InspectorCSSAgent::StyleSheetAction(ASCIILiteral("SetStyleText"), styleSheet)
269 SetPropertyTextAction(InspectorStyleSheet* styleSheet, const InspectorCSSId& cssId, unsigned propertyIndex, const String& text, bool overwrite) argument
270 : InspectorCSSAgent::StyleSheetAction(ASCIILiteral("SetPropertyText"), styleSheet)
330 TogglePropertyAction(InspectorStyleSheet* styleSheet, const InspectorCSSId& cssId, unsigned propertyIndex, bool disable) argument
331 : InspectorCSSAgent::StyleSheetAction(ASCIILiteral("ToggleProperty"), styleSheet)
362 SetRuleSelectorAction(InspectorStyleSheet* styleSheet, const InspectorCSSId& cssId, const String& selector) argument
396 AddRuleAction(InspectorStyleSheet* styleSheet, const String& selector) argument
640 InspectorStyleSheetForInlineStyle* styleSheet = asInspectorStyleSheet(parentElement); local
686 StyleSheet* styleSheet = list->item(i); local
915 collectStyleSheets(CSSStyleSheet* styleSheet, Inspector::TypeBuilder::Array<Inspector::TypeBuilder::CSS::CSSStyleSheetHeader>* result) argument
929 bindStyleSheet(CSSStyleSheet* styleSheet) argument
1194 styleSheetChanged(InspectorStyleSheet* styleSheet) argument
[all...]

Completed in 282 milliseconds

12