/external/chromium/base/ |
D | lazy_instance_unittest.cc | 64 base::ShadowingAtExitManager shadow; in TEST() local 85 base::ShadowingAtExitManager shadow; in TEST() local 124 base::ShadowingAtExitManager shadow; in TEST() local 134 base::ShadowingAtExitManager shadow; in TEST() local
|
D | at_exit.cc | 66 AtExitManager::AtExitManager(bool shadow) : next_manager_(g_top_manager) { in AtExitManager()
|
/external/webkit/Source/WebCore/rendering/svg/ |
D | SVGRenderSupport.cpp | 64 if (const ShadowData* shadow = svgStyle->shadow()) in computeRectForRepaint() local 92 const ShadowData* shadow = svgStyle->shadow(); in prepareToRenderSVGContent() local 282 if (const ShadowData* shadow = svgStyle->shadow()) in intersectRepaintRectWithResources() local 298 if (const ShadowData* shadow = svgStyle->shadow()) in intersectRepaintRectWithResources() local
|
D | RenderSVGRoot.cpp | 291 if (const ShadowData* shadow = svgStyle->shadow()) in computeRectForRepaint() local
|
/external/chromium/chrome/browser/chromeos/login/ |
D | rounded_rect_painter.cc | 81 int shadow, in DrawRoundedRectShadow() 107 int shadow = border->shadow; in DrawRectWithBorder() local 180 int shadow = border_->shadow; in GetInsets() local
|
D | rounded_rect_painter.h | 22 int shadow; member
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | StillImageQt.cpp | 77 ContextShadow* shadow = ctxt->contextShadow(); in draw() local
|
D | GraphicsContextQt.cpp | 201 ContextShadow shadow; member in WebCore::GraphicsContextPlatformPrivate 500 ContextShadow* shadow = contextShadow(); in fillPath() local 552 ContextShadow* shadow = contextShadow(); in strokePath() local 673 ContextShadow* shadow = contextShadow(); in fillRect() local 729 ContextShadow* shadow = contextShadow(); in fillRect() local 753 ContextShadow* shadow = contextShadow(); in fillRoundedRect() local
|
D | ImageQt.cpp | 227 ContextShadow* shadow = ctxt->contextShadow(); in draw() local
|
/external/webkit/Source/WebCore/rendering/style/ |
D | ShadowData.cpp | 59 static inline void calculateShadowExtent(const ShadowData* shadow, int additionalOutlineSize, int& … in calculateShadowExtent()
|
D | ShadowData.h | 83 void setNext(ShadowData* shadow) { m_next = shadow; } in setNext()
|
D | RenderStyle.cpp | 1033 void RenderStyle::getShadowExtent(const ShadowData* shadow, int &top, int &right, int &bottom, int … in getShadowExtent() argument 1052 void RenderStyle::getShadowHorizontalExtent(const ShadowData* shadow, int &left, int &right) const in getShadowHorizontalExtent() argument 1067 void RenderStyle::getShadowVerticalExtent(const ShadowData* shadow, int &top, int &bottom) const in getShadowVerticalExtent() argument
|
/external/webkit/Source/WebCore/html/ |
D | HTMLKeygenElement.cpp | 129 Node* shadow = shadowRoot(); in shadowSelect() local
|
D | RangeInputType.cpp | 292 Node* shadow = element()->shadowRoot(); in shadowSliderThumb() local
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderSlider.cpp | 182 Node* shadow = static_cast<Element*>(node())->shadowRoot(); in shadowSliderThumb() local
|
D | InlineTextBox.cpp | 363 …TextBox::applyShadowToGraphicsContext(GraphicsContext* context, const ShadowData* shadow, const Fl… in applyShadowToGraphicsContext() 391 … const FloatRect& boxRect, const ShadowData* shadow, bool stroked, bool horizontal) in paintTextWithShadows() 619 const ShadowData* shadow = paintInfo.forceBlackText ? 0 : pseudoStyle->textShadow(); in paint() local 878 …coration(GraphicsContext* context, const FloatPoint& boxOrigin, int deco, const ShadowData* shadow) in paintDecoration()
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
D | GraphicsContextPlatformPrivateCairo.h | 103 ContextShadow shadow; variable
|
D | ImageCairo.cpp | 139 ContextShadow* shadow = context->contextShadow(); in draw() local
|
D | FontCairo.cpp | 70 ContextShadow* shadow = graphicsContext->contextShadow(); in drawGlyphsShadow() local
|
/external/compiler-rt/lib/asan/ |
D | asan_poisoning.cc | 36 uint8_t *shadow = (uint8_t*)MemToShadow(addr); in PoisonShadowPartialRightRedzone() local
|
/external/webkit/Source/WebCore/dom/ |
D | Element.cpp | 941 if (Node* shadow = shadowRoot()) in insertedIntoDocument() local 964 if (Node* shadow = shadowRoot()) in removedFromDocument() local 973 if (Node* shadow = shadowRoot()) in insertedIntoTree() local 982 if (Node* shadow = shadowRoot()) in removedFromTree() local 995 if (Node* shadow = shadowRoot()) { in attach() local 1025 if (Node* shadow = shadowRoot()) in detach() local 1177 if (Node* shadow = shadowRoot()) { in recalcStyle() local
|
/external/webkit/Source/WebCore/platform/graphics/android/context/ |
D | PlatformGraphicsContext.h | 169 ShadowRec shadow; variable
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
D | V8HTMLDocumentCustom.cpp | 68 v8::Local<v8::Object> shadow = shadowConstructor->NewInstance(); in WrapInShadowObject() local
|
/external/valgrind/main/memcheck/tests/ |
D | sh-mem-random.c | 73 U1* shadow = malloc(n); in check() local
|
/external/dropbear/ |
D | configure.in | 192 AC_ARG_ENABLE(shadow, optenable
|