OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PluginStream
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/child/npapi/
plugin_stream.cc
23
PluginStream
::
PluginStream
(
42
PluginStream
::~
PluginStream
() {
48
bool
PluginStream
::Open(const std::string& mime_type,
110
int
PluginStream
::Write(const char* buffer, const int length,
128
bool
PluginStream
::WriteToFile(const char* buf, size_t length) {
146
bool
PluginStream
::WriteToPlugin(const char* buf, const int length,
167
FROM_HERE, base::Bind(&
PluginStream
::OnDelayDelivery, this));
173
void
PluginStream
::OnDelayDelivery()
[
all
...]
plugin_stream.h
23
class
PluginStream
: public base::RefCounted<
PluginStream
> {
25
// Create a new
PluginStream
object. If needNotify is true, then the
27
PluginStream
(PluginInstance* instance,
77
friend class base::RefCounted<
PluginStream
>;
79
virtual ~
PluginStream
();
143
DISALLOW_COPY_AND_ASSIGN(
PluginStream
);
Completed in 696 milliseconds