HomeSort by relevance Sort by last modified time
    Searched refs:seekable (Results 1 - 25 of 49) sorted by null

1 2

  /external/chromium_org/content/test/plugin/
plugin_delete_plugin_in_stream_test.h 23 NPBool seekable, uint16* stype) OVERRIDE;
plugin_execute_stream_javascript.h 23 NPBool seekable, uint16* stype) OVERRIDE;
plugin_delete_plugin_in_stream_test.cc 35 NPBool seekable, uint16* stype) {
plugin_get_javascript_url2_test.h 25 NPBool seekable, uint16* stype) OVERRIDE;
plugin_get_javascript_url_test.h 24 NPBool seekable, uint16* stype) OVERRIDE;
plugin_request_read_test.h 30 NPBool seekable, uint16* stream_type) OVERRIDE;
plugin_request_read_test.cc 40 NPBool seekable, uint16* stream_type) {
53 return PluginTest::NewStream(type, stream, seekable, stream_type);
plugin_execute_stream_javascript.cc 20 NPBool seekable, uint16* stype) {
plugin_geturl_test.h 34 NPBool seekable, uint16* stype) OVERRIDE;
plugin_get_javascript_url2_test.cc 41 NPBool seekable, uint16* stype) {
plugin_test.h 36 NPBool seekable, uint16* stype);
plugin_client.cc 155 NPStream* stream, NPBool seekable, uint16* stype) {
162 return plugin->NewStream(type, stream, seekable, stype);
plugin_get_javascript_url_test.cc 100 NPBool seekable,
plugin_test.cc 160 NPBool seekable, uint16* stype) {
  /external/chromium_org/content/child/npapi/
plugin_stream.h 66 // setter/getter for the seekable attribute on the stream.
67 bool seekable() const { return seekable_stream_; } function in class:content::PluginStream
69 void set_seekable(bool seekable) { seekable_stream_ = seekable; }
plugin_stream_url.cc 148 if (!seekable()) {
172 return seekable();
  /external/chromium_org/third_party/WebKit/Source/core/html/
MediaController.idl 35 readonly attribute TimeRanges seekable;
MediaController.h 54 PassRefPtrWillBeRawPtr<TimeRanges> seekable() const;
HTMLMediaElement.idl 68 readonly attribute TimeRanges seekable;
MediaController.cpp 102 PassRefPtrWillBeRawPtr<TimeRanges> MediaController::seekable() const function in class:blink::MediaController
107 // The seekable attribute must return a new static normalized TimeRanges object that represents
111 RefPtrWillBeRawPtr<TimeRanges> seekableRanges = (*it)->seekable();
113 seekableRanges->intersectWith((*it)->seekable().get());
  /external/chromium_org/third_party/npapi/npspy/
analyze_streams.py 28 self.seekable = split[3]
98 output.append(', '.join([stream.url, stream.mime_type, str(stream.size), stream.seekable]))
  /external/chromium_org/content/shell/tools/plugin/Tests/
GetURLWithJavaScriptURL.cpp 61 virtual NPError NPP_NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype) OVERRIDE
  /external/libvorbis/lib/
vorbisfile.c 420 seekable open. */
599 if(vf->seekable){
723 int link=(vf->seekable?vf->current_link:0);
739 if(vf->seekable && link>0)
794 if(!vf->seekable){
810 /* This is different in the seekable and non-seekable cases.
812 In the seekable case, we already have all the header
816 In the non-seekable (streaming) case, we'll only be at a
825 if(vf->seekable){
    [all...]
  /external/chromium_org/third_party/npapi/npspy/include/
epmanager.h 93 NPError callNPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype);
  /external/chromium_org/third_party/npapi/npspy/common/
npp_gate.cpp 234 NPBool seekable,
244 logger->logCall(action_npp_new_stream, (DWORD)instance, (DWORD)type, (DWORD)stream, (DWORD)seekable, (DWORD)stype);
246 NPError rv = epManager->callNPP_NewStream(instance, type, stream, seekable, stype);

Completed in 2078 milliseconds

1 2