OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:paramFanOutCount
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioNodeOutput.h
66
// Unlike
paramFanOutCount
() it will not change during the course of a render quantum.
76
bool isConnected() { return fanOutCount() > 0 ||
paramFanOutCount
() > 0; }
106
// Similar to fanOutCount(),
paramFanOutCount
() is the number of AudioParams that we're connected to.
109
unsigned
paramFanOutCount
();
AudioNodeOutput.cpp
79
m_renderingParamFanOutCount =
paramFanOutCount
();
138
unsigned AudioNodeOutput::
paramFanOutCount
()
Completed in 456 milliseconds