Home
last modified time | relevance | path

Searched refs:styleSourceData (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPropertySourceData.h119 styleSourceData = CSSStyleSourceData::create(); in CSSRuleSourceData()
136 RefPtrWillBeMember<CSSStyleSourceData> styleSourceData; member
DCSSPropertySourceData.cpp118 visitor->trace(styleSourceData); in trace()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp205 WillBeHeapVector<CSSPropertySourceData>& propertyData = ruleData->styleSourceData->propertyData; in fixUnparsedProperties()
248 if (!ruleData->styleSourceData) in fixUnparsedPropertyRanges()
261 if (m_currentRuleDataStack.isEmpty() || !m_currentRuleDataStack.last()->styleSourceData) in startProperty()
272 …== UINT_MAX || m_currentRuleDataStack.isEmpty() || !m_currentRuleDataStack.last()->styleSourceData) in endProperty()
290 m_currentRuleDataStack.last()->styleSourceData->propertyData.append( in endProperty()
315 …urrentRuleDataStack.last()->ruleHeaderRange.end || !m_currentRuleDataStack.last()->styleSourceData) in endComment()
339 …or<CSSPropertySourceData>& commentPropertyData = sourceData.first()->styleSourceData->propertyData; in endComment()
346 m_currentRuleDataStack.last()->styleSourceData->propertyData.append( in endComment()
544 …WillBeHeapVector<CSSPropertySourceData>& propertyData = sourceData.first()->styleSourceData->prope… in verifyPropertyText()
632 if (sourceData && sourceData->styleSourceData) { in populateAllProperties()
[all …]