HomeSort by relevance Sort by last modified time
    Searched refs:infoData (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/network/curl/
ResourceHandleManager.cpp 490 curl_version_info_data *infoData = curl_version_info(CURLVERSION_NOW);
491 if (infoData->features & CURL_VERSION_LARGEFILE)
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginHostProxy.mm 864 kern_return_t WKPCIdentifierInfo(mach_port_t clientPort, uint64_t serverIdentifier, data_t* infoData, mach_msg_type_number_t* infoLength)
881 mig_allocate(reinterpret_cast<vm_address_t*>(infoData), *infoLength);
883 memcpy(*infoData, [data.get() bytes], *infoLength);
    [all...]

Completed in 1094 milliseconds