HomeSort by relevance Sort by last modified time
    Searched full:subresourcearray (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/loader/archive/cf/
LegacyWebArchive.cpp 325 CFArrayRef subresourceArray = static_cast<CFArrayRef>(CFDictionaryGetValue(dictionary, LegacyWebArchiveSubresourcesKey));
326 if (subresourceArray && CFGetTypeID(subresourceArray) != CFArrayGetTypeID()) {
331 if (subresourceArray) {
332 CFIndex count = CFArrayGetCount(subresourceArray);
334 CFDictionaryRef subresourceDict = static_cast<CFDictionaryRef>(CFArrayGetValueAtIndex(subresourceArray, i));

Completed in 37 milliseconds