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