Home
last modified time | relevance | path

Searched defs:seekable (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/content/child/npapi/
Dplugin_stream.h67 bool seekable() const { return seekable_stream_; } in seekable() function
69 void set_seekable(bool seekable) { seekable_stream_ = seekable; } in set_seekable()
Dplugin_instance.cc268 NPBool seekable, in NPP_NewStream()
/external/chromium_org/content/test/plugin/
Dplugin_delete_plugin_in_stream_test.cc35 NPBool seekable, uint16* stype) { in NewStream()
Dplugin_execute_stream_javascript.cc20 NPBool seekable, uint16* stype) { in NewStream()
Dplugin_get_javascript_url2_test.cc41 NPBool seekable, uint16* stype) { in NewStream()
Dplugin_request_read_test.cc40 NPBool seekable, uint16* stream_type) { in NewStream()
Dplugin_get_javascript_url_test.cc100 NPBool seekable, in NewStream()
Dplugin_geturl_test.cc145 NPBool seekable, uint16* stype) { in NewStream()
Dplugin_test.cc160 NPBool seekable, uint16* stype) { in NewStream()
Dplugin_client.cc155 NPStream* stream, NPBool seekable, uint16* stype) { in NPP_NewStream()
/external/chromium_org/content/shell/tools/plugin/Tests/
DGetURLWithJavaScriptURL.cpp61 …virtual NPError NPP_NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype)… in NPP_NewStream()
/external/tremolo/Tremolo/
Divorbisfile.h68 int seekable; member
/external/libvorbis/include/vorbis/
Dvorbisfile.h113 int seekable; member
/external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
Dstorage_api.py524 def seekable(self): member in ReadBuffer
858 def seekable(self): member in StreamingBuffer
/external/chromium_org/third_party/npapi/npspy/common/
Dnpp_gate.cpp234 NPBool seekable, in NPP_NewStream()
Depmanager.cpp290 …::callNPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* styp… in callNPP_NewStream()
/external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
Dmain.c183 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* s… in NPP_NewStream()
/external/chromium_org/ui/file_manager/video_player/js/cast/
Dcast_video_element.js133 get seekable() { getter in CastVideoElement
/external/chromium_org/third_party/WebKit/Source/core/html/
DMediaController.cpp102 PassRefPtrWillBeRawPtr<TimeRanges> MediaController::seekable() const in seekable() function in blink::MediaController
DHTMLMediaElement.cpp3292 PassRefPtrWillBeRawPtr<TimeRanges> HTMLMediaElement::seekable() const in seekable() function in blink::HTMLMediaElement
/external/chromium_org/content/shell/tools/plugin/
DPluginTest.cpp99 NPBool seekable, in NPP_NewStream()
Dmain.cpp411 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream *stream, NPBool seekable, uint16_t *s… in NPP_NewStream()
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
Dserialutil.py529 def seekable(self): return False member in SerialBase