HomeSort by relevance Sort by last modified time
    Searched refs:DEFINE_STATIC_REF_WILL_BE_PERSISTENT (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableValue.cpp 47 DEFINE_STATIC_REF_WILL_BE_PERSISTENT(AnimatableNeutral, neutralSentinelValue, (AnimatableNeutral::create()));
AnimatableStrokeDasharrayList.cpp 78 DEFINE_STATIC_REF_WILL_BE_PERSISTENT(AnimatableSVGLength, zeroPixels, (AnimatableSVGLength::create(SVGLength::create())));
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
OscillatorNode.cpp 119 DEFINE_STATIC_REF_WILL_BE_PERSISTENT(PeriodicWave, periodicWaveSine, (PeriodicWave::createSine(sampleRate)));
124 DEFINE_STATIC_REF_WILL_BE_PERSISTENT(PeriodicWave, periodicWaveSquare, (PeriodicWave::createSquare(sampleRate)));
129 DEFINE_STATIC_REF_WILL_BE_PERSISTENT(PeriodicWave, periodicWaveSawtooth, (PeriodicWave::createSawtooth(sampleRate)));
134 DEFINE_STATIC_REF_WILL_BE_PERSISTENT(PeriodicWave, periodicWaveTriangle, (PeriodicWave::createTriangle(sampleRate)));
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Handle.h 883 #define DEFINE_STATIC_REF_WILL_BE_PERSISTENT(type, name, arguments) \
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySerializer.cpp 707 DEFINE_STATIC_REF_WILL_BE_PERSISTENT(CSSPrimitiveValue, initialRepeatValue, (CSSPrimitiveValue::create(CSSValueRepeat)));
    [all...]

Completed in 129 milliseconds