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

  /external/clang/test/Analysis/
CFContainers-invalid.c 5 typedef const struct __CFArray * CFArrayRef;
12 CFArrayRef CFArrayCreate(CFAllocatorRef);
  /external/webkit/Source/WebCore/platform/network/
NetworkStateNotifier.h 41 typedef const struct __CFArray * CFArrayRef;
100 static void dynamicStoreCallback(SCDynamicStoreRef, CFArrayRef changedKeys, void *info);
  /external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
WebKitSystemInterface.h 38 typedef const struct __CFArray* CFArrayRef;
99 CFArrayRef wkCFURLRequestCopyHTTPRequestBodyParts(CFURLRequestRef);
100 void wkCFURLRequestSetHTTPRequestBodyParts(CFMutableURLRequestRef, CFArrayRef bodyParts);
107 CFArrayRef wkCFURLCacheCopyAllHostNamesInPersistentStore();
108 void wkCFURLCacheDeleteHostNamesInPersistentStore(CFArrayRef hostNames);

Completed in 226 milliseconds