Searched refs:newStream (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/plugins/
H A Dnpapi.cpp94 return pluginViewForInstance(instance)->newStream(type, target, stream);
H A DPluginView.h155 NPError newStream(NPMIMEType type, const char* target, NPStream** stream);
H A DPluginView.cpp591 NPError PluginView::newStream(NPMIMEType, const char* /* target */, NPStream**) function in class:WebCore::PluginView
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/
H A DWebNetscapePluginView.h164 - (NPError)newStream:(NPMIMEType)type target:(const char *)target stream:(NPStream**)stream;
H A Dnpapi.mm104 return [pluginViewForInstance(instance) newStream:type target:target stream:stream];
H A DWebNetscapePluginView.mm1886 -(NPError)newStream:(NPMIMEType)type target:(const char *)target stream:(NPStream**)stream
/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioEngine.h869 UInt32 getNextStreamID(IOAudioStream * newStream ) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;
H A DIOAudioEngine.cpp201 UInt32 IOAudioEngine::getNextStreamID(IOAudioStream * newStream) { argument
209 inserted = reserved->streams->setObject(newStream);

Completed in 180 milliseconds