/external/chromium_org/content/test/plugin/ |
H A D | plugin_delete_plugin_in_stream_test.cc | 35 NPBool seekable, uint16* stype) { 34 NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype) argument
|
H A D | plugin_execute_stream_javascript.cc | 20 NPBool seekable, uint16* stype) { 19 NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype) argument
|
H A D | plugin_get_javascript_url2_test.cc | 41 NPBool seekable, uint16* stype) { 40 NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype) argument
|
H A D | plugin_get_javascript_url_test.cc | 100 NPBool seekable, 98 NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype) argument
|
H A D | plugin_request_read_test.cc | 40 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 D | plugin_client.cc | 155 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 D | plugin_geturl_test.cc | 145 NPBool seekable, uint16* stype) { 152 return PluginTest::NewStream(type, stream, seekable, stype); 144 NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype) argument
|
H A D | plugin_test.cc | 160 NPBool seekable, uint16* stype) { 159 NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype) argument
|
/external/chromium_org/content/child/npapi/ |
H A D | 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; } argument
|
H A D | plugin_instance.cc | 266 NPBool seekable, 271 return npp_functions_->newstream(npp_, type, stream, seekable, stype); 546 // which owns it. When a plugin invokes NPN_RequestRead on a seekable stream, 556 // A stream becomes seekable the first time NPN_RequestRead 264 NPP_NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, unsigned short* stype) argument
|
/external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/ |
H A D | GetURLWithJavaScriptURL.cpp | 53 NPError NPP_NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype) argument
|
/external/tremolo/Tremolo/ |
H A D | ivorbisfile.h | 68 int seekable; member in struct:OggVorbis_File 73 /* If the FILE handle isn't seekable (eg, a pipe), only the current
|
/external/jmonkeyengine/engine/src/jogg/com/jme3/audio/plugins/ |
H A D | OGGLoader.java | 241 private InputStream readToStream(boolean seekable,float streamDuration){
argument 242 if(seekable){
|
/external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/ |
H A D | main.c | 43 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 D | 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); 231 NPP_NewStream(NPP instance, NPMIMEType type, NPStream* stream, NPBool seekable, uint16* stype) argument
|
H A D | epmanager.cpp | 290 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 D | vorbisfile.h | 113 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 D | MediaController.cpp | 106 PassRefPtr<TimeRanges> MediaController::seekable() const function in class:MediaController 111 // The seekable attribute must return a new static normalized TimeRanges object that represents 114 RefPtr<TimeRanges> seekableRanges = m_mediaElements.first()->seekable(); 116 seekableRanges->intersectWith(m_mediaElements[index]->seekable().get());
|
H A D | HTMLMediaElement.cpp | 1852 // seekable attribute, then let it be the position in one of the ranges given in the seekable attribute 1853 // that is the nearest to the new playback position. ... If there are no ranges given in the seekable 1855 RefPtr<TimeRanges> seekableRanges = seekable(); 3172 PassRefPtr<TimeRanges> HTMLMediaElement::seekable() const function in class:WebCore::HTMLMediaElement 3227 RefPtr<TimeRanges> seekableRanges = seekable();
|
/external/chromium_org/third_party/WebKit/Source/testing/plugin/ |
H A D | main.cpp | 403 NPError NPP_NewStream(NPP instance, NPMIMEType type, NPStream *stream, NPBool seekable, uint16_t *stype) argument 418 return obj->pluginTest->NPP_NewStream(type, stream, seekable, stype);
|
H A D | PluginTest.cpp | 103 NPError PluginTest::NPP_NewStream(NPMIMEType type, NPStream* stream, NPBool seekable, uint16_t* stype) argument
|
/external/robolectric/lib/main/ |
H A D | sqlite-jdbc-3.7.2.jar | ... defs= " (org.ibex.nestedvm.util.Seekable, java.lang.String, java.io.OutputStream ... |