Searched defs:volume (Results 1 - 25 of 53) sorted by relevance

123

/macosx-10.9.5/emacs-92/emacs/lispref/
H A Dtwo.el[all...]
/macosx-10.9.5/CPANInternal-140/Path-Class/lib/Path/Class/
H A DFile.pm51 sub volume { subroutine
H A DDir.pm61 sub volume { shift()->{volume} } subroutine
[all...]
/macosx-10.9.5/WebCore-7537.78.1/Modules/speech/
H A DSpeechSynthesisUtterance.h55 float volume() const { return m_platformUtterance->volume(); } function in class:WebCore::SpeechSynthesisUtterance
56 void setVolume(float volume) { m_platformUtterance->setVolume(volume); } argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gstreamer/
H A DFullscreenVideoControllerGStreamer.cpp131 void FullscreenVideoControllerGStreamer::setVolume(float volume) argument
H A DMediaPlayerPrivateGStreamerBase.cpp239 void MediaPlayerPrivateGStreamerBase::setVolume(float volume) argument
247 float MediaPlayerPrivateGStreamerBase::volume() const function in class:WebCore::MediaPlayerPrivateGStreamerBase
262 double volume; local
601 setStreamVolumeElement(GstStreamVolume* volume) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DPlatformSpeechSynthesisUtterance.h59 float volume() const { return m_volume; } function in class:WebCore::PlatformSpeechSynthesisUtterance
60 void setVolume(float volume) { m_volume = std::max(std::min(1.0f, volume), 0.0f); } argument
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DFullscreenVideoControllerEfl.cpp117 float FullscreenVideoController::volume() const function in class:FullscreenVideoController
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/file_io/win32/
H A Dfilepath.c50 char volume[APR_PATH_MAX+1]; local
[all...]
/macosx-10.9.5/apr-30/apr/apr/file_io/win32/
H A Dfilepath.c50 char volume[APR_PATH_MAX+1]; local
[all...]
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/dfalib/
H A DBlockCache.c42 InitBlockCache(SVCB *volume) argument
55 GetVolumeBlock (SVCB *volume, UInt64 blockNum, GetBlockOptions options, BlockDescriptor *block) argument
106 ReleaseVolumeBlock (SVCB *volume, BlockDescriptor *block, ReleaseBlockOptions options) argument
249 SVCB * volume; local
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/hfscommon/Catalog/
H A DCatalogUtilities.c50 LocateCatalogNodeByKey(const ExtendedVCB *volume, u_int32_t hint, CatalogKey *keyPtr, argument
136 LocateCatalogRecord(const ExtendedVCB *volume, HFSCatalogNodeID folderID, const CatalogName *name, argument
216 BuildCatalogKeyUTF8(ExtendedVCB *volume, HFSCatalogNodeID parentID, const unsigned char *name, u_int32_t nameLength, argument
284 FlushCatalog(ExtendedVCB *volume) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DMediaController.h78 virtual double volume() const { return m_volume; } function in class:WebCore::MediaController
/macosx-10.9.5/WebCore-7537.78.1/html/shadow/
H A DMediaControlElementTypes.cpp270 double volume = value().toDouble(); local
294 void MediaControlVolumeSliderElement::setVolume(double volume) argument
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/
H A DSeqGrabber.h71 double volume; /* Channel volume: -1.0 - +1.0. */ member in struct:SeqGrabber
H A DMoviePlayer.h99 int volume; /* volume control */ member in struct:MoviePlayer
H A DosxMacTcl.c597 int volume = -1, length; local
726 SetSoundVolume( int volume, enum WhichVolume mode) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DMediaPlayerPrivate.h98 virtual void setVolumeDouble(double volume) { return setVolume(volume); } argument
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/unix/
H A DjkAudIO_skel.c232 SnackMixerSetVolume(char *line, int channel, int volume) argument
H A DjkAudIO_alsa.c663 SnackMixerSetVolume(char *line, int channel, int volume) argument
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dcprotect.h107 uint32_t volume; member in struct:__anon14794
/macosx-10.9.5/AppleRAID-4.0.6/
H A DAppleRAID.cpp119 void AppleRAID::addLogicalVolume(AppleLVMVolume *volume) argument
128 void AppleRAID::removeLogicalVolume(AppleLVMVolume * volume) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DMediaPlayerPrivateQt.cpp390 void MediaPlayerPrivateQt::setVolume(float volume) argument
473 void MediaPlayerPrivateQt::volumeChanged(int volume) argument
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/demos/python/
H A DtkSnack.py487 def volume(self, line, leftVar=None, rightVar=None): member in class:MixerControllerSingleton
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/python/
H A DtkSnack.py487 def volume(self, line, leftVar=None, rightVar=None): member in class:MixerControllerSingleton

Completed in 412 milliseconds

123