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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEFuncRElement.h 28 class SVGFEFuncRElement FINAL : public SVGComponentTransferFunctionElement {
SVGPolygonElement.h 28 class SVGPolygonElement FINAL : public SVGPolyElement {
SVGPolylineElement.h 28 class SVGPolylineElement FINAL : public SVGPolyElement {
SVGAnimateColorElement.h 29 class SVGAnimateColorElement FINAL : public SVGAnimateElement {
SVGDescElement.h 28 class SVGDescElement FINAL : public SVGElement {
SVGFEDistantLightElement.h 27 class SVGFEDistantLightElement FINAL : public SVGFELightElement {
SVGFEMergeElement.h 29 class SVGFEMergeElement FINAL : public SVGFilterPrimitiveStandardAttributes {
SVGFEPointLightElement.h 27 class SVGFEPointLightElement FINAL : public SVGFELightElement {
SVGFESpotLightElement.h 27 class SVGFESpotLightElement FINAL : public SVGFELightElement {
SVGMetadataElement.h 28 class SVGMetadataElement FINAL : public SVGElement {
SVGMissingGlyphElement.h 28 class SVGMissingGlyphElement FINAL : public SVGElement {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGContainer.h 44 virtual void setNeedsBoundariesUpdate() OVERRIDE FINAL { m_needsBoundariesUpdate = true; }
45 virtual bool needsBoundariesUpdate() OVERRIDE FINAL { return m_needsBoundariesUpdate; }
50 virtual RenderObjectChildList* virtualChildren() OVERRIDE FINAL { return children(); }
51 virtual const RenderObjectChildList* virtualChildren() const OVERRIDE FINAL { return children(); }
53 virtual bool isSVGContainer() const OVERRIDE FINAL { return true; }
58 virtual void addChild(RenderObject* child, RenderObject* beforeChild = 0) OVERRIDE FINAL;
59 virtual void removeChild(RenderObject*) OVERRIDE FINAL;
60 virtual void addFocusRingRects(Vector<IntRect>&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer = 0) OVERRIDE FINAL;
62 virtual FloatRect objectBoundingBox() const OVERRIDE FINAL { return m_objectBoundingBox; }
63 virtual FloatRect strokeBoundingBox() const OVERRIDE FINAL { return m_strokeBoundingBox;
    [all...]
RenderSVGResourceGradient.h 49 virtual void removeAllClientsFromCache(bool markForInvalidation = true) OVERRIDE FINAL;
50 virtual void removeClientFromCache(RenderObject*, bool markForInvalidation = true) OVERRIDE FINAL;
52 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode) OVERRIDE FINAL;
53 virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short resourceMode, const Path*, const RenderSVGShape*) OVERRIDE FINAL;
54 virtual FloatRect resourceBoundingBox(RenderObject*) OVERRIDE FINAL { return FloatRect(); }
RenderSVGShape.h 52 virtual void setNeedsBoundariesUpdate() OVERRIDE FINAL { m_needsBoundariesUpdate = true; }
53 virtual bool needsBoundariesUpdate() OVERRIDE FINAL { return m_needsBoundariesUpdate; }
54 virtual void setNeedsTransformUpdate() OVERRIDE FINAL { m_needsTransformUpdate = true; }
85 virtual FloatRect repaintRectInLocalCoordinates() const OVERRIDE FINAL { return m_repaintBoundingBox; }
86 virtual const AffineTransform& localToParentTransform() const OVERRIDE FINAL { return m_localTransform; }
87 virtual AffineTransform localTransform() const OVERRIDE FINAL { return m_localTransform; }
89 virtual bool isSVGShape() const OVERRIDE FINAL { return true; }
92 virtual void layout() OVERRIDE FINAL;
93 virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE FINAL;
94 virtual void addFocusRingRects(Vector<IntRect>&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer = 0) OVERRIDE FINAL;
    [all...]
RenderSVGModelObject.h 52 virtual void computeFloatRectForRepaint(const RenderLayerModelObject* repaintContainer, FloatRect&, bool fixed = false) const OVERRIDE FINAL;
53 virtual LayoutRect outlineBoundsForRepaint(const RenderLayerModelObject* repaintContainer, const RenderGeometryMap*) const OVERRIDE FINAL;
55 virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const OVERRIDE FINAL;
58 virtual void mapLocalToContainer(const RenderLayerModelObject* repaintContainer, TransformState&, MapCoordinatesFlags = ApplyContainerFlip, bool* wasFixed = 0) const OVERRIDE FINAL;
59 virtual const RenderObject* pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&) const OVERRIDE FINAL;
60 virtual void styleWillChange(StyleDifference, const RenderStyle* newStyle) OVERRIDE FINAL;
75 virtual void absoluteFocusRingQuads(Vector<FloatQuad>&) OVERRIDE FINAL;
  /external/chromium_org/third_party/WebKit/Source/core/animation/
Animation.h 42 class Animation FINAL : public TimedItem {
56 virtual void updateChildrenAndEffects(bool) const OVERRIDE FINAL;
57 virtual void willDetach() OVERRIDE FINAL;
  /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/bindings/v8/
ExceptionStatePlaceholder.h 48 virtual void throwDOMException(const ExceptionCode&, const String& message = String()) OVERRIDE FINAL { };
49 virtual void throwTypeError(const String& message = String()) OVERRIDE FINAL { }
64 virtual void throwDOMException(const ExceptionCode&, const String& message = String()) OVERRIDE FINAL;
65 virtual void throwTypeError(const String& message = String()) OVERRIDE FINAL;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDataListElement.h 40 class HTMLDataListElement FINAL : public HTMLElement {
HTMLDirectoryElement.h 30 class HTMLDirectoryElement FINAL : public HTMLElement {
HTMLHeadElement.h 31 class HTMLHeadElement FINAL : public HTMLElement {
HTMLModElement.h 31 class HTMLModElement 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/rendering/
RenderReplica.h 36 class RenderReplica FINAL : public RenderBox {

Completed in 1396 milliseconds

12 3 4 5 6 7 8 91011>>