webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <PluginStream.h>
Public Member Functions | |
virtual | ~PluginStream () |
void | start () |
void | stop () |
void | startStream () |
void | setLoadManually (bool loadManually) |
void | sendJavaScriptStream (const URL &requestURL, const WTF::CString &resultString) |
void | cancelAndDestroyStream (NPReason) |
Public Member Functions inherited from WTF::RefCounted< PluginStream > | |
void | deref () const |
void | deref () const |
void | deref () const |
Public Member Functions inherited from WTF::RefCountedBase | |
void | ref () const |
bool | hasOneRef () const |
unsigned | refCount () const |
void | relaxAdoptionRequirement () |
void | ref () const |
bool | hasOneRef () const |
unsigned | refCount () const |
void | relaxAdoptionRequirement () |
void | ref () const |
bool | hasOneRef () const |
unsigned | refCount () const |
void | relaxAdoptionRequirement () |
Static Public Member Functions | |
static PassRefPtr< PluginStream > | create (PluginStreamClient *client, Frame *frame, const ResourceRequest &request, bool sendNotification, void *notifyData, const NPPluginFuncs *functions, NPP instance, const PluginQuirkSet &quirks) |
static NPP | ownerForStream (NPStream *) |
Friends | |
class | PluginView |
Additional Inherited Members | |
Protected Member Functions inherited from WTF::RefCounted< PluginStream > | |
RefCounted () | |
RefCounted () | |
RefCounted () | |
~RefCounted () | |
~RefCounted () | |
~RefCounted () | |
Protected Member Functions inherited from WTF::RefCountedBase | |
RefCountedBase () | |
~RefCountedBase () | |
bool | derefBase () const |
bool | deletionHasBegun () const |
RefCountedBase () | |
~RefCountedBase () | |
bool | derefBase () const |
bool | deletionHasBegun () const |
RefCountedBase () | |
~RefCountedBase () | |
bool | derefBase () const |
bool | deletionHasBegun () const |
|
virtual |
|
inlinestatic |
void WebCore::PluginStream::sendJavaScriptStream | ( | const URL & | requestURL, |
const WTF::CString & | resultString | ||
) |
|
inline |
void WebCore::PluginStream::start | ( | ) |
void WebCore::PluginStream::startStream | ( | ) |
void WebCore::PluginStream::stop | ( | ) |
|
friend |