/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderInputSpeech.cpp | 85 DEFINE_STATIC_REF(Image, imageStateNormal, (Image::loadPlatformResource("inputSpeech"))); 86 DEFINE_STATIC_REF(Image, imageStateRecording, (Image::loadPlatformResource("inputSpeechRecording"))); 87 DEFINE_STATIC_REF(Image, imageStateWaiting, (Image::loadPlatformResource("inputSpeechWaiting")));
|
RenderThemeChromiumAndroid.cpp | 53 DEFINE_STATIC_REF(RenderTheme, renderTheme, (RenderThemeChromiumAndroid::create()));
|
RenderThemeChromiumSkia.cpp | 247 DEFINE_STATIC_REF(Image, cancelImage, (Image::loadPlatformResource("searchCancel"))); 248 DEFINE_STATIC_REF(Image, cancelPressedImage, (Image::loadPlatformResource("searchCancelPressed"))); 290 DEFINE_STATIC_REF(Image, magnifierImage, (Image::loadPlatformResource("searchMagnifier")));
|
RenderQuote.cpp | 254 DEFINE_STATIC_REF(QuotesData, staticBasicQuotes, (QuotesData::create('"', '"', '\'', '\'')));
|
RenderThemeChromiumDefault.cpp | 87 DEFINE_STATIC_REF(RenderTheme, renderTheme, (RenderThemeChromiumDefault::create()));
|
RenderThemeChromiumWin.cpp | 167 DEFINE_STATIC_REF(RenderTheme, renderTheme, (RenderThemeChromiumWin::create()));
|
RenderLayerScrollableArea.cpp | [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/text/ |
BidiContext.cpp | 54 DEFINE_STATIC_REF(BidiContext, ltrContext, (createUncached(0, LeftToRight, false, FromStyleOrDOM, 0))); 58 DEFINE_STATIC_REF(BidiContext, ltrOverrideContext, (createUncached(0, LeftToRight, true, FromStyleOrDOM, 0))); 63 DEFINE_STATIC_REF(BidiContext, rtlContext, (createUncached(1, RightToLeft, false, FromStyleOrDOM, 0))); 67 DEFINE_STATIC_REF(BidiContext, rtlOverrideContext, (createUncached(1, RightToLeft, true, FromStyleOrDOM, 0)));
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
AnimatableValue.cpp | 41 DEFINE_STATIC_REF(AnimatableNeutral, neutralSentinelValue, (AnimatableNeutral::create()));
|
AnimatableStrokeDasharrayList.cpp | 69 DEFINE_STATIC_REF(AnimatableSVGLength, zeroPixels, 0);
|
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/ |
TimingFunction.h | 114 DEFINE_STATIC_REF(CubicBezierTimingFunction, ease, (adoptRef(new CubicBezierTimingFunction(Ease, 0.25, 0.1, 0.25, 1.0)))); 119 DEFINE_STATIC_REF(CubicBezierTimingFunction, easeIn, (adoptRef(new CubicBezierTimingFunction(EaseIn, 0.42, 0.0, 1.0, 1.0)))); 124 DEFINE_STATIC_REF(CubicBezierTimingFunction, easeOut, (adoptRef(new CubicBezierTimingFunction(EaseOut, 0.0, 0.0, 0.58, 1.0)))); 129 DEFINE_STATIC_REF(CubicBezierTimingFunction, easeInOut, (adoptRef(new CubicBezierTimingFunction(EaseInOut, 0.42, 0.0, 0.58, 1.0)))); 193 DEFINE_STATIC_REF(StepsTimingFunction, start, (adoptRef(new StepsTimingFunction(Start, 1, true)))); 198 DEFINE_STATIC_REF(StepsTimingFunction, end, (adoptRef(new StepsTimingFunction(End, 1, false))));
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
DocumentMarker.cpp | 87 DEFINE_STATIC_REF(DocumentMarkerTextMatch, trueInstance, (adoptRef(new DocumentMarkerTextMatch(true)))); 88 DEFINE_STATIC_REF(DocumentMarkerTextMatch, falseInstance, (adoptRef(new DocumentMarkerTextMatch(false))));
|
ContextFeatures.cpp | 49 DEFINE_STATIC_REF(ContextFeatures, instance, (ContextFeatures::create(ContextFeaturesClient::empty())));
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
PageGroup.cpp | 48 DEFINE_STATIC_REF(PageGroup, staticSharedGroup, (create()));
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
OscillatorNode.cpp | 121 DEFINE_STATIC_REF(PeriodicWave, periodicWaveSine, (PeriodicWave::createSine(sampleRate))); 126 DEFINE_STATIC_REF(PeriodicWave, periodicWaveSquare, (PeriodicWave::createSquare(sampleRate))); 131 DEFINE_STATIC_REF(PeriodicWave, periodicWaveSawtooth, (PeriodicWave::createSawtooth(sampleRate))); 136 DEFINE_STATIC_REF(PeriodicWave, periodicWaveTriangle, (PeriodicWave::createTriangle(sampleRate)));
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
DOMWrapperWorld.cpp | 86 DEFINE_STATIC_REF(DOMWrapperWorld, cachedNormalWorld, (DOMWrapperWorld::createMainWorld())); 93 DEFINE_STATIC_REF(DOMWrapperWorld, world, (adoptRef(new DOMWrapperWorld(MainWorldId - 1, DOMWrapperWorld::mainWorldExtensionGroup - 1))));
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
StdLibExtras.h | 44 #ifndef DEFINE_STATIC_REF 45 #define DEFINE_STATIC_REF(type, name, arguments) \
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLTableElement.cpp | 437 DEFINE_STATIC_REF(StylePropertySet, solidBorderStyle, (createBorderStyle(CSSValueHidden))); 444 DEFINE_STATIC_REF(StylePropertySet, solidBorderStyle, (createBorderStyle(CSSValueSolid))); 447 DEFINE_STATIC_REF(StylePropertySet, outsetBorderStyle, (createBorderStyle(CSSValueOutset))); 544 DEFINE_STATIC_REF(StylePropertySet, rowBorderStyle, (createGroupBorderStyle(true))); 547 DEFINE_STATIC_REF(StylePropertySet, columnBorderStyle, (createGroupBorderStyle(false)));
|
/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
ImageResource.cpp | 136 DEFINE_STATIC_REF(WebCore::Image, brokenImageHiRes, (WebCore::Image::loadPlatformResource("missingImage@2x"))); 140 DEFINE_STATIC_REF(WebCore::Image, brokenImageLoRes, (WebCore::Image::loadPlatformResource("missingImage")));
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSMatrix.cpp | 70 DEFINE_STATIC_REF(RenderStyle, defaultStyle, RenderStyle::createDefaultStyle());
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
Image.cpp | 61 DEFINE_STATIC_REF(Image, nullImage, (BitmapImage::create()));
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
EditingStyle.cpp | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
StyleResolver.cpp | 111 DEFINE_STATIC_REF(MutableStylePropertySet, leftToRightDecl, (MutableStylePropertySet::create())); 119 DEFINE_STATIC_REF(MutableStylePropertySet, rightToLeftDecl, (MutableStylePropertySet::create())); [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
ScrollView.cpp | 871 DEFINE_STATIC_REF(Image, panScrollIcon, (Image::loadPlatformResource("panIcon"))); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
RenderStyle.cpp | 70 DEFINE_STATIC_REF(RenderStyle, s_defaultStyle, (RenderStyle::createDefaultStyle())); [all...] |