Searched defs:styleSourceData (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/css/
H A DCSSPropertySourceData.h92 RefPtr<CSSStyleSourceData> styleSourceData; member in struct:WebCore::CSSRuleSourceData
H A DCSSParser.cpp234 m_currentRuleData->styleSourceData = CSSStyleSourceData::create();
517 bool CSSParser::parseDeclaration(CSSMutableStyleDeclaration* declaration, const String& string, RefPtr<CSSStyleSourceData>* styleSourceData) argument
524 if (styleSourceData) {
526 m_currentRuleData->styleSourceData = CSSStyleSourceData::create();
544 m_currentRuleData->styleSourceData->styleBodyRange.start = 0;
545 m_currentRuleData->styleSourceData->styleBodyRange.end = string.length();
546 for (Vector<CSSPropertySourceData>::iterator it = m_currentRuleData->styleSourceData->propertyData.begin(), endIt = m_currentRuleData->styleSourceData->propertyData.end(); it != endIt; ++it) {
552 if (styleSourceData) {
553 *styleSourceData
[all...]

Completed in 67 milliseconds