OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsValidStream
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/child/npapi/
plugin_instance.h
264
bool
IsValidStream
(const NPStream* stream);
plugin_instance.cc
117
bool PluginInstance::
IsValidStream
(const NPStream* stream) {
280
if (stream == NULL || !
IsValidStream
(stream) || (stream->ndata == NULL))
Completed in 439 milliseconds