Home
last modified time | relevance | path

Searched refs:NPRES_USER_BREAK (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebKit/mac/Plugins/Hosted/
DHostedNetscapePluginStream.mm193 return NPRES_USER_BREAK;
265 if (reason == NPRES_USER_BREAK)
DNetscapePluginInstanceProxy.mm667 [view webFrame:frame didFinishLoadWithReason:NPRES_USER_BREAK];
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DNetscapePluginStream.cpp91 stop(wasCancelled ? NPRES_USER_BREAK : NPRES_NETWORK_ERR); in didFail()
DNetscapePlugin.cpp399 streams[i]->stop(NPRES_USER_BREAK); in stopAllStreams()
581 …NPP_URLNotify(url.utf8().data(), wasCancelled ? NPRES_USER_BREAK : NPRES_NETWORK_ERR, notification… in frameDidFail()
/external/webkit/Source/WebKit/mac/Plugins/
DWebNetscapePluginStream.mm98 return NPRES_USER_BREAK;
117 if (reason == NPRES_USER_BREAK)
DWebNetscapePluginView.mm1700 [view webFrame:frame didFinishLoadWithReason:NPRES_USER_BREAK];
/external/webkit/Source/WebCore/bridge/
Dnpapi.h762 #define NPRES_USER_BREAK (NPRES_BASE + 2) macro
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
DPluginObject.cpp603 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()