Searched refs:NPRES_NETWORK_ERR (Results 1 – 7 of 7) sorted by relevance
91 stop(wasCancelled ? NPRES_USER_BREAK : NPRES_NETWORK_ERR); in didFail()103 notifyAndDestroyStream(NPRES_NETWORK_ERR); in sendJavaScriptStream()163 notifyAndDestroyStream(NPRES_NETWORK_ERR); in start()173 stop(NPRES_NETWORK_ERR); in start()225 stop(NPRES_NETWORK_ERR); in deliverDataToPlugin()261 stop(NPRES_NETWORK_ERR); in deliverDataToFile()274 stop(NPRES_NETWORK_ERR); in deliverDataToFile()
581 …NPP_URLNotify(url.utf8().data(), wasCancelled ? NPRES_USER_BREAK : NPRES_NETWORK_ERR, notification… in frameDidFail()
207 cancelAndDestroyStream(NPRES_NETWORK_ERR); in startStream()365 cancelAndDestroyStream(NPRES_NETWORK_ERR); in deliverData()409 destroyStream(resultString.isNull() ? NPRES_NETWORK_ERR : NPRES_DONE); in sendJavaScriptStream()449 cancelAndDestroyStream(NPRES_NETWORK_ERR); in didReceiveData()462 destroyStream(NPRES_NETWORK_ERR); in didFail()
100 return NPRES_NETWORK_ERR;568 destroyStreamWithReason(NPRES_NETWORK_ERR);589 destroyStreamWithReason(NPRES_NETWORK_ERR);
195 return NPRES_NETWORK_ERR;
761 #define NPRES_NETWORK_ERR (NPRES_BASE + 1) macro
22221 …oblem/3330742>: 1.0 Safari fails to send NPP_URLNotify with the error of NPRES_NETWORK_ERR to Flash