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

  /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...]
VCardParserImpl_V30.java 157 protected void handleParams(VCardProperty propertyData, final String params)
160 super.handleParams(propertyData, params);
165 handleAnyParam(propertyData, strArray[0], strArray[1]);
176 VCardProperty propertyData, final String paramName, final String paramValue) {
177 splitAndPutParam(propertyData, paramName, paramValue);
  /external/webkit/Source/WebCore/css/
CSSPropertySourceData.h 81 Vector<CSSPropertySourceData> propertyData;
CSSParser.cpp 546 for (Vector<CSSPropertySourceData>::iterator it = m_currentRuleData->styleSourceData->propertyData.begin(), endIt = m_currentRuleData->styleSourceData->propertyData.end(); it != endIt; ++it) {
    [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 97 milliseconds