Home | History | Annotate | Download | only in Hosted

Lines Matching refs:url

390 kern_return_t WKPCLoadURL(mach_port_t clientPort, uint32_t pluginID, data_t url, mach_msg_type_number_t urlLength, data_t target, mach_msg_type_number_t targetLength, 
394 DataDeallocator urlDeallocator(url, urlLength);
407 NPError result = instanceProxy->loadURL(url, target, postData, postDataLength, static_cast<LoadURLFlags>(flags), streamID);