Home
last modified time | relevance | path

Searched defs:styleBase (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/inspector/
DInspectorCSSAgent.cpp133 CSSStyleSheet* InspectorCSSAgent::parentStyleSheet(StyleBase* styleBase) in parentStyleSheet()
146 CSSStyleRule* InspectorCSSAgent::asCSSStyleRule(StyleBase* styleBase) in asCSSStyleRule()
DInspectorStyleSheet.cpp113 static PassRefPtr<CSSRuleList> asCSSRuleList(StyleBase* styleBase) in asCSSRuleList()
/external/webkit/Source/WebCore/css/
DCSSStyleSheet.cpp286 StyleBase* styleBase = styleSheet->item(i); in addSubresourceStyleURLs() local
/external/webkit/Source/WebCore/bindings/v8/
DV8GCController.cpp289 static GroupId calculateGroupId(StyleBase* styleBase) in calculateGroupId()