Searched refs:NPRES_USER_BREAK (Results 1 – 8 of 8) sorted by relevance
193 return NPRES_USER_BREAK;265 if (reason == NPRES_USER_BREAK)
667 [view webFrame:frame didFinishLoadWithReason:NPRES_USER_BREAK];
91 stop(wasCancelled ? NPRES_USER_BREAK : NPRES_NETWORK_ERR); in didFail()
399 streams[i]->stop(NPRES_USER_BREAK); in stopAllStreams()581 …NPP_URLNotify(url.utf8().data(), wasCancelled ? NPRES_USER_BREAK : NPRES_NETWORK_ERR, notification… in frameDidFail()
98 return NPRES_USER_BREAK;117 if (reason == NPRES_USER_BREAK)
1700 [view webFrame:frame didFinishLoadWithReason:NPRES_USER_BREAK];
762 #define NPRES_USER_BREAK (NPRES_BASE + 2) macro
603 NPError npError = browser->destroystream(obj->npp, obj->stream, NPRES_USER_BREAK); in destroyStream()610 NPError npError = browser->destroystream(obj->npp, 0, NPRES_USER_BREAK); in destroyNullStream()