Searched refs:setType (Results 1 - 25 of 117) sorted by relevance

12345

/macosx-10.9.5/WebCore-7537.78.1/Modules/webaudio/
H A DBiquadFilterNode.cpp68 void BiquadFilterNode::setType(const String& type) function in class:WebCore::BiquadFilterNode
71 setType(BiquadProcessor::LowPass);
73 setType(BiquadProcessor::HighPass);
75 setType(BiquadProcessor::BandPass);
77 setType(BiquadProcessor::LowShelf);
79 setType(BiquadProcessor::HighShelf);
81 setType(BiquadProcessor::Peaking);
83 setType(BiquadProcessor::Notch);
85 setType(BiquadProcessor::Allpass);
90 bool BiquadFilterNode::setType(unsigne function in class:WebCore::BiquadFilterNode
[all...]
H A DBiquadFilterNode.h55 bool setType(unsigned); // Returns true on success.
56 void setType(const String&);
H A DOscillatorNode.h65 bool setType(unsigned); // Returns true on success.
66 void setType(const String&);
H A DOscillatorNode.cpp72 setType(m_type);
104 void OscillatorNode::setType(const String& type) function in class:WebCore::OscillatorNode
107 setType(SINE);
109 setType(SQUARE);
111 setType(SAWTOOTH);
113 setType(TRIANGLE);
118 bool OscillatorNode::setType(unsigned type) function in class:WebCore::OscillatorNode
H A DBiquadProcessor.h78 void setType(FilterType);
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSOscillatorNodeCustom.cpp39 void JSOscillatorNode::setType(ExecState* exec, JSValue value) function in class:WebCore::JSOscillatorNode
46 if (!imp->setType(type))
55 imp->setType(type);
H A DJSBiquadFilterNodeCustom.cpp39 void JSBiquadFilterNode::setType(ExecState* exec, JSValue value) function in class:WebCore::JSBiquadFilterNode
46 if (!imp->setType(type))
55 imp->setType(type);
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/antlr2/antlr/
H A DCommonAST.hpp68 setType(t);
74 setType(t->getType());
79 setType(t->getType());
91 virtual void setType( int type ) function in class:antlr::CommonAST
H A DASTNULLType.hpp54 void setType(int ttype);
H A DToken.hpp74 virtual void setType(int t);
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DJavaScriptVariant.cpp38 returnValue.setType(JavaScriptVariant::Null);
60 returnValue.setType(JavaScriptVariant::Object);
63 returnValue.setType(JavaScriptVariant::Undefined);
154 setType(v.type());
161 void JavaScriptVariant::setType(const DataType& type) function in class:BlackBerry::WebKit::JavaScriptVariant
175 setType(Number);
186 setType(String);
197 setType(Boolean);
H A DJavaScriptVariant.h51 void setType(const DataType&);
/macosx-10.9.5/WebCore-7537.78.1/Modules/mediastream/
H A DRTCSessionDescription.cpp87 void RTCSessionDescription::setType(const String& type, ExceptionCode& ec) function in class:WebCore::RTCSessionDescription
90 m_descriptor->setType(type);
H A DRTCSessionDescription.h53 void setType(const String&, ExceptionCode&);
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/antlr2/src/
H A DToken.cpp47 void Token::setType(int t) function in class:antlr::Token
H A DASTNULLType.cpp119 void ASTNULLType::setType( int ) function in class:antlr::ASTNULLType
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLSourceElement.h43 void setType(const String&);
H A DHTMLButtonElement.h35 void setType(const AtomicString&);
H A DHTMLStyleElement.h42 void setType(const AtomicString&);
/macosx-10.9.5/WebCore-7537.78.1/platform/mediastream/
H A DRTCSessionDescriptionDescriptor.h48 void setType(const String& type) { m_type = type; } function in class:WebCore::RTCSessionDescriptionDescriptor
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/db/GettingStarted/
H A DMyDbs.java48 myDbConfig.setType(DatabaseType.BTREE);
49 mySecConfig.setType(DatabaseType.BTREE);
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DPathNumbering.cpp183 void BallLarusEdge::setType(EdgeType type) { function in class:BallLarusEdge
284 exitEdge->setType(BallLarusEdge::SPLITEDGE_PHONY);
302 rootEdge->setType(BallLarusEdge::SPLITEDGE_PHONY);
306 (*succ)->setType(BallLarusEdge::SPLITEDGE);
382 callEdge->setType(BallLarusEdge::CALLEDGE_PHONY);
511 childEdge->setType(BallLarusEdge::BACKEDGE);
517 childEdge->getPhonyRoot()->setType(BallLarusEdge::BACKEDGE_PHONY);
520 childEdge->getPhonyExit()->setType(BallLarusEdge::BACKEDGE_PHONY);
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DContextMenuItem.cpp80 void ContextMenuItem::setType(ContextMenuItemType type) function in class:WebCore::ContextMenuItem
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DFEColorMatrix.h46 bool setType(ColorMatrixType);
H A DFETurbulence.h44 bool setType(TurbulenceType);

Completed in 150 milliseconds

12345