HomeSort by relevance Sort by last modified time
    Searched defs:propertyList (Results 1 - 7 of 7) 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 683 int[] propertyList = getSupportedObjectProperties(format);
685 mVolumeName, propertyList);
691 int[] propertyList = new int[] { (int)property };
693 mVolumeName, propertyList);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertyFactory.java 163 Collection<? extends Property> propertyList = getProperties(node);
164 if (propertyList == null) {
167 properties = propertyList.toArray(new Property[propertyList.size()]);
    [all...]
  /external/webkit/Source/JavaScriptCore/parser/
JSParser.cpp 67 #define TreePropertyList typename TreeBuilder::PropertyList
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 996 milliseconds