Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPropertySourceData.h117 styleSourceData = CSSStyleSourceData::create(); in CSSRuleSourceData()
132 RefPtr<CSSStyleSourceData> styleSourceData; member
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp281 Vector<CSSPropertySourceData>& propertyData = ruleData->styleSourceData->propertyData; in fixUnparsedProperties()
325 if (!ruleData->styleSourceData) in fixUnparsedPropertyRanges()
338 if (m_currentRuleDataStack.isEmpty() || !m_currentRuleDataStack.last()->styleSourceData) in startProperty()
348 …== UINT_MAX || m_currentRuleDataStack.isEmpty() || !m_currentRuleDataStack.last()->styleSourceData) in endProperty()
368 m_currentRuleDataStack.last()->styleSourceData->propertyData.append( in endProperty()
393 …urrentRuleDataStack.last()->ruleHeaderRange.end || !m_currentRuleDataStack.last()->styleSourceData) in endComment()
419 …Vector<CSSPropertySourceData>& commentPropertyData = sourceData.first()->styleSourceData->property… in endComment()
427 m_currentRuleDataStack.last()->styleSourceData->propertyData.append( in endComment()
557 … Vector<CSSPropertySourceData>& propertyData = sourceData.first()->styleSourceData->propertyData; in setPropertyText()
669 … Vector<CSSPropertySourceData>& sourcePropertyData = sourceData->styleSourceData->propertyData; in populateAllProperties()
[all …]