HomeSort by relevance Sort by last modified time
    Searched refs:FINAL (Results 26 - 50 of 478) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeOverlayMock.h 43 virtual bool isMockTheme() const OVERRIDE FINAL { return true; }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderImage.h 68 virtual bool needsPreferredWidthsRecalculation() const OVERRIDE FINAL;
69 virtual RenderBox* embeddedContentBox() const OVERRIDE FINAL;
70 virtual void computeIntrinsicRatioInformation(FloatSize& intrinsicSize, double& intrinsicRatio, bool& isPercentageIntrinsicSize) const OVERRIDE FINAL;
72 virtual void styleDidChange(StyleDifference, const RenderStyle*) OVERRIDE FINAL;
77 virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE FINAL;
93 virtual bool isRenderImage() const OVERRIDE FINAL { return true; }
97 virtual bool foregroundIsKnownToBeOpaqueInRect(const LayoutRect& localRect, unsigned maxDepthToTest) const OVERRIDE FINAL;
98 virtual bool computeBackgroundIsKnownToBeObscured() OVERRIDE FINAL;
102 virtual void notifyFinished(Resource*) OVERRIDE FINAL;
103 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) OVERRIDE FINAL;
    [all...]
RenderMarquee.h 58 class RenderMarquee FINAL : public RenderBlockFlow {
86 virtual const char* renderName() const OVERRIDE FINAL;
88 virtual bool isMarquee() const OVERRIDE FINAL { return true; }
90 virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE FINAL;
92 virtual void layoutBlock(bool relayoutChildren, LayoutUnit pageLogicalHeight = 0) OVERRIDE FINAL;
RenderFrame.h 33 class RenderFrame FINAL : public RenderPart {
RenderReplica.h 36 class RenderReplica FINAL : public RenderBox {
RenderWidget.h 56 virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE FINAL;
65 virtual bool isWidget() const OVERRIDE FINAL { return true; }
67 virtual void willBeDestroyed() OVERRIDE FINAL;
68 virtual void destroy() OVERRIDE FINAL;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGShape.h 53 virtual void setNeedsBoundariesUpdate() OVERRIDE FINAL { m_needsBoundariesUpdate = true; }
54 virtual bool needsBoundariesUpdate() OVERRIDE FINAL { return m_needsBoundariesUpdate; }
55 virtual void setNeedsTransformUpdate() OVERRIDE FINAL { m_needsTransformUpdate = true; }
88 virtual FloatRect repaintRectInLocalCoordinates() const OVERRIDE FINAL { return m_repaintBoundingBox; }
89 virtual const AffineTransform& localToParentTransform() const OVERRIDE FINAL { return m_localTransform; }
90 virtual AffineTransform localTransform() const OVERRIDE FINAL { return m_localTransform; }
92 virtual bool isSVGShape() const OVERRIDE FINAL { return true; }
95 virtual void layout() OVERRIDE FINAL;
96 virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE FINAL;
97 virtual void addFocusRingRects(Vector<IntRect>&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer = 0) OVERRIDE FINAL;
    [all...]
RenderSVGResourceGradient.h 48 virtual void removeAllClientsFromCache(bool markForInvalidation = true) OVERRIDE FINAL;
49 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true) OVERRIDE FINAL;
51 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode) OVERRIDE FINAL;
52 virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short resourceMode, const Path*, const RenderSVGShape*) OVERRIDE FINAL;
RenderSVGTextPath.h 28 class RenderSVGTextPath FINAL : public RenderSVGInline {
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
MeterShadowElement.h 51 class MeterInnerElement FINAL : public MeterShadowElement {
61 class MeterBarElement FINAL : public MeterShadowElement {
69 class MeterValueElement FINAL : public MeterShadowElement {
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSPendingAnimations.h 41 class CSSPendingAnimations FINAL {
TransitionTimeline.h 38 class TransitionTimeline FINAL : public DocumentTimeline {
  /external/chromium_org/third_party/WebKit/Source/core/frame/
GraphicsLayerDebugInfo.h 41 class GraphicsLayerDebugInfo FINAL : public blink::WebGraphicsLayerDebugInfo {
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLHeadElement.h 31 class HTMLHeadElement FINAL : public HTMLElement {
HTMLModElement.h 31 class HTMLModElement FINAL : public HTMLElement {
HTMLQuoteElement.h 32 class HTMLQuoteElement FINAL : public HTMLElement {
TextDocument.h 32 class TextDocument FINAL : public HTMLDocument {
  /external/chromium_org/third_party/WebKit/Source/core/loader/
SinkDocument.h 33 class SinkDocument FINAL : public HTMLDocument {
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimateColorElement.h 29 class SVGAnimateColorElement FINAL : public SVGAnimateElement {
SVGDescElement.h 28 class SVGDescElement FINAL : public SVGElement {
SVGFEDistantLightElement.h 27 class SVGFEDistantLightElement FINAL : public SVGFELightElement {
SVGFEFuncAElement.h 29 class SVGFEFuncAElement FINAL : public SVGComponentTransferFunctionElement {
SVGFEFuncBElement.h 29 class SVGFEFuncBElement FINAL : public SVGComponentTransferFunctionElement {
SVGFEFuncGElement.h 29 class SVGFEFuncGElement FINAL : public SVGComponentTransferFunctionElement {
SVGFEFuncRElement.h 29 class SVGFEFuncRElement FINAL : public SVGComponentTransferFunctionElement {

Completed in 785 milliseconds

12 3 4 5 6 7 8 91011>>