HomeSort by relevance Sort by last modified time
    Searched full:propertylist (Results 26 - 45 of 45) sorted by null

12

  /external/webkit/WebKitExamplePlugins/NetscapeCocoaPlugin/
Info.plist 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  /external/webkit/WebKitExamplePlugins/NetscapeInputMethodPlugin/
Info.plist 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  /external/webkit/WebCore/loader/archive/cf/
LegacyWebArchive.cpp 72 RetainPtr<CFMutableDictionaryRef> propertyList(AdoptCF, CFDictionaryCreateMutable(0, 3, 0, 0));
73 CFDictionarySetValue(propertyList.get(), LegacyWebArchiveResourceDataKey, 0);
74 CFDictionarySetValue(propertyList.get(), LegacyWebArchiveResourceURLKey, 0);
75 CFDictionarySetValue(propertyList.get(), LegacyWebArchiveResourceMIMETypeKey, 0);
76 return propertyList;
79 RetainPtr<CFMutableDictionaryRef> propertyList(AdoptCF, CFDictionaryCreateMutable(0, 6, 0, &kCFTypeDictionaryValueCallBacks));
88 CFDictionarySetValue(propertyList.get(), LegacyWebArchiveResourceDataKey, cfData.get());
93 CFDictionarySetValue(propertyList.get(), LegacyWebArchiveResourceURLKey, cfURL.get());
103 CFDictionarySetValue(propertyList.get(), LegacyWebArchiveResourceFrameNameKey, cfFrameName.get());
110 CFDictionarySetValue(propertyList.get(), LegacyWebArchiveResourceMIMETypeKey, cfMIMEType.get())
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
FontDatabase.cpp 194 RetainPtr<CFPropertyListRef> propertyList = readFontPlist();
196 if (propertyList && CFGetTypeID(propertyList.get()) == CFDictionaryGetTypeID()) {
197 CFDictionaryRef dictionary = static_cast<CFDictionaryRef>(propertyList.get());
206 if (populateFontDatabaseFromPlist(propertyList.get()))
  /external/webkit/JavaScriptCore/parser/
NodeInfo.h 40 typedef NodeInfo<PropertyList> PropertyListInfo;
Grammar.y 167 PropertyListInfo propertyList;
285 %type <propertyList> PropertyList
338 PropertyList:
343 | PropertyList ',' Property { $$.m_node.head = $1.m_node.head;
352 | OPENBRACE PropertyList CLOSEBRACE { $$ = createNodeInfo<ExpressionNode*>(new (GLOBAL_DATA) ObjectLiteralNode(GLOBAL_DATA, $2.m_node.head), $2.m_features, $2.m_numConstants); }
354 | OPENBRACE PropertyList ',' CLOSEBRACE { $$ = createNodeInfo<ExpressionNode*>(new (GLOBAL_DATA) ObjectLiteralNode(GLOBAL_DATA, $2.m_node.head), $2.m_features, $2.m_numConstants); }
    [all...]
Nodes.h     [all...]
  /external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/
Info.plist 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  /external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationPlugin/
Info.plist 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  /external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
Info.plist 2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  /external/webkit/WebCore/
Info.plist 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  /external/webkit/WebCore/plugins/mac/
PluginPackageMac.cpp 91 WTF::RetainPtr<CFPropertyListRef> propertyList =
96 if (!propertyList)
99 if (CFGetTypeID(propertyList.get()) != CFDictionaryGetTypeID())
102 map = static_cast<CFDictionaryRef>(static_cast<CFPropertyListRef>(propertyList.get()));
  /system/core/nexus/
ResponseCode.h 31 static const int PropertyList = 129;
CommandListener.cpp 225 cli->sendMsg(ResponseCode::PropertyList, buf, false);
  /external/webkit/WebKitTools/DumpRenderTree/mac/
DumpRenderTreePasteboard.m 180 - (BOOL)setPropertyList:(id)propertyList forType:(NSString *)dataType;
183 if (propertyList)
184 data = CFPropertyListCreateXMLData(NULL, propertyList);
DumpRenderTree.mm     [all...]
  /external/webkit/WebCore/bindings/js/
SerializedScriptValue.cpp 256 typedef typename TreeWalker::PropertyList PropertyList;
260 Vector<PropertyList, 16> propertyStack;
369 PropertyList& properties = propertyStack.last();
473 typedef PropertyNameArray PropertyList;
653 typedef SerializedObject::PropertyNameList PropertyList;
822 typedef SerializedObject::PropertyNameList PropertyList;
  /external/webkit/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/webkit/WebKitTools/WebKitLauncher/
Info.plist 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  /external/webkit/WebCore/manual-tests/memory/
MessageUidsAlreadyDownloaded2 2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    [all...]

Completed in 582 milliseconds

12