HomeSort by relevance Sort by last modified time
    Searched defs:propertyData (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/css/
CSSPropertySourceData.h 81 Vector<CSSPropertySourceData> propertyData;
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParserImpl_V21.java 307 final VCardProperty propertyData = constructPropertyData(line);
309 final String propertyNameUpper = propertyData.getName().toUpperCase();
310 final String propertyRawValue = propertyData.getRawValue();
325 parseItemInter(propertyData, propertyNameUpper);
364 final VCardProperty propertyData = new VCardProperty();
382 propertyData.setName(propertyName);
383 propertyData.setRawValue( i < length - 1 ? line.substring(i + 1) : "");
384 return propertyData;
390 propertyData.addGroup(groupName);
395 propertyData.setName(propertyName)
    [all...]
  /external/webkit/Source/WebCore/inspector/
InspectorStyleSheet.cpp 202 Vector<CSSPropertySourceData>& propertyData = sourceData->propertyData;
203 unsigned propertyCount = propertyData.size();
212 if (propertyData.at(propertyCount - 1).name != "-webkit-boguz-propertee") {
424 Vector<CSSPropertySourceData>* sourcePropertyData = sourceData ? &(sourceData->styleSourceData->propertyData) : 0;
    [all...]

Completed in 576 milliseconds