HomeSort by relevance Sort by last modified time
    Searched refs:seekable_stream_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/child/npapi/
plugin_stream.h 67 bool seekable() const { return seekable_stream_; }
69 void set_seekable(bool seekable) { seekable_stream_ = seekable; }
141 bool seekable_stream_; member in class:content::PluginStream
plugin_stream.cc 35 seekable_stream_(false) {
96 seekable_stream_ = true;

Completed in 754 milliseconds