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

  /external/webkit/Source/WebCore/loader/archive/cf/
LegacyWebArchive.cpp 73 RetainPtr<CFMutableDictionaryRef> propertyList(AdoptCF, CFDictionaryCreateMutable(0, 3, 0, 0));
74 CFDictionarySetValue(propertyList.get(), LegacyWebArchiveResourceDataKey, 0);
75 CFDictionarySetValue(propertyList.get(), LegacyWebArchiveResourceURLKey, 0);
76 CFDictionarySetValue(propertyList.get(), LegacyWebArchiveResourceMIMETypeKey, 0);
77 return propertyList;
80 RetainPtr<CFMutableDictionaryRef> propertyList(AdoptCF, CFDictionaryCreateMutable(0, 6, 0, &kCFTypeDictionaryValueCallBacks));
89 CFDictionarySetValue(propertyList.get(), LegacyWebArchiveResourceDataKey, cfData.get());
94 CFDictionarySetValue(propertyList.get(), LegacyWebArchiveResourceURLKey, cfURL.get());
104 CFDictionarySetValue(propertyList.get(), LegacyWebArchiveResourceFrameNameKey, cfFrameName.get());
111 CFDictionarySetValue(propertyList.get(), LegacyWebArchiveResourceMIMETypeKey, cfMIMEType.get())
    [all...]
  /frameworks/base/media/java/android/mtp/
MtpDatabase.java 562 int[] propertyList = getSupportedObjectProperties(format);
563 propertyGroup = new MtpPropertyGroup(this, mMediaProvider, mVolumeName, propertyList);
569 int[] propertyList = new int[] { (int)property };
570 propertyGroup = new MtpPropertyGroup(this, mMediaProvider, mVolumeName, propertyList);
    [all...]
  /external/webkit/Source/JavaScriptCore/parser/
JSParser.cpp 67 #define TreePropertyList typename TreeBuilder::PropertyList
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 82 milliseconds