Home
last modified time | relevance | path

Searched refs:nullFunction (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DFilterEffectRenderer.cpp181 ComponentTransferFunction nullFunction; in build() local
182 …omponentTransfer::create(this, transferFunction, transferFunction, transferFunction, nullFunction); in build()
193 ComponentTransferFunction nullFunction; in build() local
194 …effect = FEComponentTransfer::create(this, nullFunction, nullFunction, nullFunction, transferFunct… in build()
203 ComponentTransferFunction nullFunction; in build() local
204 …omponentTransfer::create(this, transferFunction, transferFunction, transferFunction, nullFunction); in build()
214 ComponentTransferFunction nullFunction; in build() local
215 …omponentTransfer::create(this, transferFunction, transferFunction, transferFunction, nullFunction); in build()
/external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/
Dbase.js514 goog.nullFunction = function() {}; function