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

/external/webkit/Source/WebCore/inspector/
H A DInspectorStyleSheet.cpp1119 CSSPropertySourceData* nextData = &(propertyData.at(0)); local
1121 CSSPropertySourceData* currentData = nextData;
1122 nextData = i < size - 1 ? &(propertyData.at(i + 1)) : 0;
1130 if (!nextData)
1133 propertyEndInStyleSheet = styleStart + nextData->range.start - 1;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata.repository_1.1.0.v20100513.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 770 milliseconds