HomeSort by relevance Sort by last modified time
    Searched full:propertylist (Results 101 - 125 of 160) sorted by null

1 2 3 45 6 7

  /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...]
  /external/webkit/Source/WebKit2/UIProcess/cf/
WebPageProxyCF.cpp 123 RetainPtr<CFPropertyListRef> propertyList(AdoptCF, CFPropertyListCreateFromXMLData(0, data.get(), kCFPropertyListImmutable, &propertyListError));
130 if (!propertyList)
133 if (CFGetTypeID(propertyList.get()) != CFDictionaryGetTypeID()) {
134 LOG(SessionState, "SessionState property list is not a CFDictionaryRef (%i) - its CFTypeID is %i", (int)CFDictionaryGetTypeID(), (int)CFGetTypeID(propertyList.get()));
139 if (CFTypeRef value = CFDictionaryGetValue(static_cast<CFDictionaryRef>(propertyList.get()), SessionHistoryKey())) {
147 if (CFTypeRef value = CFDictionaryGetValue(static_cast<CFDictionaryRef>(propertyList.get()), ProvisionalURLKey())) {
  /external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
Info.plist 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  /external/webkit/Examples/NetscapeCoreAnimationPlugin/
Info.plist 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  /external/webkit/Source/JavaScriptCore/parser/
NodeInfo.h 40 typedef NodeInfo<PropertyList> PropertyListInfo;
SyntaxChecker.h 102 typedef int PropertyList;
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/mac/
Info.plist 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR/ANTLR.xcodeproj/xcuserdata/acondit.xcuserdatad/xcschemes/
xcschememanagement.plist 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  /external/clang/test/ARCMT/
migrate-plist-output.m 14 // CHECK: <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  /external/webkit/Source/WebCore/
Info.plist 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  /external/webkit/Source/WebCore/plugins/mac/
PluginPackageMac.cpp 89 WTF::RetainPtr<CFPropertyListRef> propertyList =
94 if (!propertyList)
97 if (CFGetTypeID(propertyList.get()) != CFDictionaryGetTypeID())
100 map = static_cast<CFDictionaryRef>(static_cast<CFPropertyListRef>(propertyList.get()));
  /external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTreePasteboard.m 180 - (BOOL)setPropertyList:(id)propertyList forType:(NSString *)dataType
183 if (propertyList)
184 data = CFPropertyListCreateXMLData(NULL, propertyList);
  /external/chromium/webkit/glue/
cpp_bound_class.cc 184 for (PropertyList::iterator i = properties_.begin(); i != properties_.end();
232 PropertyList::const_iterator callback = properties_.find(ident);
247 PropertyList::iterator callback = properties_.find(ident);
288 PropertyList::iterator old_callback = properties_.find(ident);
cpp_bound_class.h 149 typedef std::map<NPIdentifier, PropertyCallback*> PropertyList;
153 PropertyList properties_;
  /external/webkit/Source/WebKit2/Shared/Plugins/Netscape/mac/
NetscapePluginModuleMac.mm 99 RetainPtr<CFPropertyListRef> propertyList(AdoptCF, CFPropertyListCreateWithData(kCFAllocatorDefault, propertyListData, kCFPropertyListImmutable, 0, 0));
105 if (!propertyList || CFGetTypeID(propertyList.get()) != CFDictionaryGetTypeID())
108 return static_cast<CFDictionaryRef>(CFDictionaryGetValue(static_cast<CFDictionaryRef>(propertyList.get()), CFSTR("WebPluginMIMETypes")));
  /external/webkit/Tools/DumpRenderTree/chromium/
CppBoundClass.cpp 206 for (PropertyList::iterator i = m_properties.begin(); i != m_properties.end(); ++i)
254 PropertyList::const_iterator callback = m_properties.find(ident);
269 PropertyList::iterator callback = m_properties.find(ident);
308 PropertyList::iterator oldCallback = m_properties.find(ident);
CppBoundClass.h 213 typedef HashMap<NPIdentifier, PropertyCallback*> PropertyList;
217 PropertyList m_properties;
  /external/llvm/utils/
clang-parse-diagnostics-file 56 "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  /external/llvm/utils/textmate/TableGen.tmbundle/Syntaxes/
TableGen.tmLanguage 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  /external/webkit/Source/WebKit/English.lproj/WebJavaScriptTextInputPanel.nib/
classes.nib 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  /external/chromium/chrome/common/extensions/docs/js/
api_page_generator.js 505 var propertyList = [];
509 propertyList.push(prop);
511 return propertyList;
  /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/clang/lib/ARCMigrate/
PlistReporter.cpp 128 "\"http://www.apple.com/DTDs/PropertyList-1.0.dtd\">\n"
  /external/webkit/Tools/WebKitLauncher/
Info.plist 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  /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...]

Completed in 1910 milliseconds

1 2 3 45 6 7