Searched defs:seekable (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/content/test/plugin/
H A Dplugin_delete_plugin_in_stream_test.cc35 NPBool seekable, uint16* stype) {
34 NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype) argument
H A Dplugin_execute_stream_javascript.cc20 NPBool seekable, uint16* stype) {
19 NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype) argument
H A Dplugin_get_javascript_url2_test.cc47 NPBool seekable, uint16* stype) {
46 NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype) argument
H A Dplugin_request_read_test.cc40 NPBool seekable, uint16* stream_type) {
53 return PluginTest::NewStream(type, stream, seekable, stream_type);
39 NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stream_type) argument
H A Dplugin_client.cc155 NPStream* stream, NPBool seekable, uint16* stype) {
162 return plugin->NewStream(type, stream, seekable, stype);
154 NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype) argument
H A Dplugin_get_javascript_url_test.cc102 NPBool seekable,
100 NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype) argument
H A Dplugin_geturl_test.cc126 NPBool seekable, uint16* stype) {
133 return PluginTest::NewStream(type, stream, seekable, stype);
125 NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype) argument
H A Dplugin_test.cc160 NPBool seekable, uint16* stype) {
159 NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype) argument
/external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
H A DGetURLWithJavaScriptURL.cpp53 NPError NPP_NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype) argument
/external/tremolo/Tremolo/
H A Divorbisfile.h68 int seekable; member in struct:OggVorbis_File
73 /* If the FILE handle isn't seekable (eg, a pipe), only the current
/external/chromium_org/content/child/npapi/
H A Dplugin_stream.h68 // setter/getter for the seekable attribute on the stream.
69 bool seekable() const { return seekable_stream_; } function in class:content::PluginStream
71 void set_seekable(bool seekable) { seekable_stream_ = seekable; } argument
H A Dplugin_instance.cc264 NPBool seekable,
269 return npp_functions_->newstream(npp_, type, stream, seekable, stype);
544 // which owns it. When a plugin invokes NPN_RequestRead on a seekable stream,
554 // A stream becomes seekable the first time NPN_RequestRead
262 NPP_NewStream(NPMIMEType type, NPStream *stream, NPBool seekable, unsigned short *stype) argument
/external/jmonkeyengine/engine/src/jogg/com/jme3/audio/plugins/
H A DOGGLoader.java241 private InputStream readToStream(boolean seekable,float streamDuration){ argument
242 if(seekable){
/external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
H A Dmain.c43 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype);
183 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype) argument
/external/chromium_org/third_party/npapi/npspy/common/
H A Dnpp_gate.cpp234 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);
231 NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype) argument
H A Depmanager.cpp290 NPError NPPEntryPointManager::callNPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype) argument
296 return CallNPP_NewStreamProc(nppfuncs->newstream, instance, type, stream, seekable, stype);
/external/libvorbis/include/vorbis/
H A Dvorbisfile.h113 int seekable; member in struct:OggVorbis_File
118 /* If the FILE handle isn't seekable (eg, a pipe), only the current
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DMediaController.cpp105 PassRefPtr<TimeRanges> MediaController::seekable() const function in class:MediaController
110 // The seekable attribute must return a new static normalized TimeRanges object that represents
113 RefPtr<TimeRanges> seekableRanges = m_mediaElements.first()->seekable();
115 seekableRanges->intersectWith(m_mediaElements[index]->seekable().get());
H A DHTMLMediaElement.cpp1894 // seekable attribute, then let it be the position in one of the ranges given in the seekable attribute
1895 // that is the nearest to the new playback position. ... If there are no ranges given in the seekable
1897 RefPtr<TimeRanges> seekableRanges = seekable();
3241 PassRefPtr<TimeRanges> HTMLMediaElement::seekable() const function in class:WebCore::HTMLMediaElement
3292 RefPtr<TimeRanges> seekableRanges = seekable();
/external/chromium_org/third_party/WebKit/Source/testing/plugin/
H A Dmain.cpp400 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream *stream, NPBool seekable, uint16_t *stype) argument
415 return obj->pluginTest->NPP_NewStream(type, stream, seekable, stype);
H A DPluginTest.cpp104 NPError PluginTest::NPP_NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype) argument
/external/robolectric/lib/main/
H A Dsqlite-jdbc-3.7.2.jar ... defs= " (org.ibex.nestedvm.util.Seekable, java.lang.String, java.io.OutputStream ...

Completed in 383 milliseconds