HomeSort by relevance Sort by last modified time
    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 116 bool PluginInstance::IsValidStream(const NPStream* stream) {
278 if (stream == NULL || !IsValidStream(stream) || (stream->ndata == NULL))

Completed in 1068 milliseconds