Searched defs:FINAL (Results 176 - 200 of 1519) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTitleElement.h29 class HTMLTitleElement FINAL : public HTMLElement { class in namespace:blink
H A DLinkManifest.h17 class LinkManifest FINAL : public LinkResource { class in namespace:blink
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DDateInputType.h47 class DateInputType FINAL : public BaseDateInputType { class in namespace:blink
H A DImageInputType.h41 class ImageInputType FINAL : public BaseButtonInputType { class in namespace:blink
H A DSearchInputType.h42 class SearchInputType FINAL : public BaseTextInputType { class in namespace:blink
H A DTimeInputType.h45 class TimeInputType FINAL : public BaseTimeInputType { class in namespace:blink
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DProgressShadowElement.h51 class ProgressInnerElement FINAL : public ProgressShadowElement { class in namespace:blink
62 class ProgressBarElement FINAL : public ProgressShadowElement { class in namespace:blink
70 class ProgressValueElement FINAL : public ProgressShadowElement { class in namespace:blink
H A DTextControlInnerElements.h35 class TextControlInnerContainer FINAL : public HTMLDivElement { class in namespace:blink
44 class EditingViewPortElement FINAL : public HTMLDivElement { class in namespace:blink
56 class TextControlInnerEditorElement FINAL : public HTMLDivElement { class in namespace:blink
69 class SearchFieldDecorationElement FINAL : public HTMLDivElement { class in namespace:blink
82 class SearchFieldCancelButtonElement FINAL : public HTMLDivElement { class in namespace:blink
/external/chromium_org/third_party/WebKit/Source/core/html/track/
H A DInbandTextTrack.h44 class InbandTextTrack FINAL : public TextTrack, public blink::WebInbandTextTrackClient { class in namespace:blink
50 virtual void setTrackList(TextTrackList*) OVERRIDE FINAL; member in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
H A DVTTRegionList.h37 class VTTRegionList FINAL : public RefCountedWillBeGarbageCollected<VTTRegionList>, public ScriptWrappable { class in namespace:blink
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScript.h48 class InjectedScript FINAL : public InjectedScriptBase { class in namespace:blink
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DPrerenderHandle.h46 class PrerenderHandle FINAL : public DocumentLifecycleObserver { class in namespace:blink
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPagePopupController.h43 class PagePopupController FINAL : public RefCountedWillBeGarbageCollected<PagePopupController>, public ScriptWrappable { class in namespace:blink
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DFixedTableLayout.h32 class FixedTableLayout FINAL : public TableLayout { class in namespace:blink
H A DRenderButton.h32 class RenderButton FINAL : public RenderFlexibleBox { class in namespace:blink
H A DRenderFileUploadControl.h34 class RenderFileUploadControl FINAL : public RenderBlockFlow { class in namespace:blink
H A DRenderPart.h38 virtual bool needsPreferredWidthsRecalculation() const OVERRIDE FINAL; member in class:blink::RenderPart
46 virtual bool isRenderPart() const OVERRIDE FINAL { return true; }
H A DRenderSlider.h31 class RenderSlider FINAL : public RenderFlexibleBox { class in namespace:blink
H A DRenderVideo.h35 class RenderVideo FINAL : public RenderMedia { class in namespace:blink
H A DTrailingFloatsRootInlineBox.h33 class TrailingFloatsRootInlineBox FINAL : public RootInlineBox { class in namespace:blink
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGHiddenContainer.h41 virtual bool isSVGHiddenContainer() const OVERRIDE FINAL { return true; }
43 virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE FINAL; member in class:blink::RenderSVGHiddenContainer
45 virtual LayoutRect clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject*, const PaintInvalidationState* = 0) const OVERRIDE FINAL { return LayoutRect(); }
46 virtual void absoluteQuads(Vector<FloatQuad>&, bool* wasFixed) const OVERRIDE FINAL; member in class:blink::RenderSVGHiddenContainer
48 virtual bool nodeAtFloatPoint(const HitTestRequest&, HitTestResult&, const FloatPoint& pointInParent, HitTestAction) OVERRIDE FINAL; member in class:blink::RenderSVGHiddenContainer
H A DRenderSVGInline.h33 virtual LayerType layerTypeRequired() const OVERRIDE FINAL { return NoLayer; }
34 virtual bool isSVGInline() const OVERRIDE FINAL { return true; }
35 virtual bool isSVG() const OVERRIDE FINAL { return true; }
44 virtual FloatRect objectBoundingBox() const OVERRIDE FINAL; member in class:blink::RenderSVGInline
45 virtual FloatRect strokeBoundingBox() const OVERRIDE FINAL; member in class:blink::RenderSVGInline
46 virtual FloatRect paintInvalidationRectInLocalCoordinates() const OVERRIDE FINAL; member in class:blink::RenderSVGInline
48 virtual LayoutRect clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, const PaintInvalidationState* = 0) const OVERRIDE FINAL; member in class:blink::RenderSVGInline
49 virtual void computeFloatRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, FloatRect&, const PaintInvalidationState*) const OVERRIDE FINAL; member in class:blink::RenderSVGInline
50 virtual void mapLocalToContainer(const RenderLayerModelObject* paintInvalidationContainer, TransformState&, MapCoordinatesFlags = ApplyContainerFlip, bool* wasFixed = 0, const PaintInvalidationState* = 0) const OVERRIDE FINAL; member in class:blink::RenderSVGInline
51 virtual const RenderObject* pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&) const OVERRIDE FINAL; member in class:blink::RenderSVGInline
52 virtual void absoluteQuads(Vector<FloatQuad>&, bool* wasFixed) const OVERRIDE FINAL; member in class:blink::RenderSVGInline
55 virtual InlineFlowBox* createInlineFlowBox() OVERRIDE FINAL; member in class:blink::RenderSVGInline
57 virtual void willBeDestroyed() OVERRIDE FINAL; member in class:blink::RenderSVGInline
58 virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE FINAL; member in class:blink::RenderSVGInline
60 virtual void addChild(RenderObject* child, RenderObject* beforeChild = 0) OVERRIDE FINAL; member in class:blink::RenderSVGInline
61 virtual void removeChild(RenderObject*) OVERRIDE FINAL; member in class:blink::RenderSVGInline
[all...]
H A DRenderSVGPath.h33 class RenderSVGPath FINAL : public RenderSVGShape { class in namespace:blink
H A DRenderSVGTextPath.h28 class RenderSVGTextPath FINAL : public RenderSVGInline { class in namespace:blink
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFontFaceUriElement.h33 class SVGFontFaceUriElement FINAL : public SVGElement, public FontResourceClient { class in namespace:blink

Completed in 273 milliseconds

1234567891011>>