Searched defs:request_is_seekable (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/child/npapi/
H A Dplugin_stream_url.cc75 bool request_is_seekable) {
84 request_is_seekable);
71 DidReceiveResponse(const std::string& mime_type, const std::string& headers, uint32 expected_length, uint32 last_modified, bool request_is_seekable) argument
H A Dplugin_stream.cc59 bool request_is_seekable) {
71 if (request_is_seekable) {
55 Open(const std::string& mime_type, const std::string& headers, uint32 length, uint32 last_modified, bool request_is_seekable) argument

Completed in 70 milliseconds