Searched refs:final (Results 1 - 25 of 981) sorted by relevance

1234567891011>>

/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DRenderSVGInline.h39 virtual bool requiresLayer() const override final { return false; }
40 virtual bool isSVGInline() const override final { return true; }
42 virtual void updateFromStyle() override final; member in class:WebCore::RenderSVGInline
49 virtual FloatRect objectBoundingBox() const override final; member in class:WebCore::RenderSVGInline
50 virtual FloatRect strokeBoundingBox() const override final; member in class:WebCore::RenderSVGInline
51 virtual FloatRect repaintRectInLocalCoordinates() const override final; member in class:WebCore::RenderSVGInline
53 virtual LayoutRect clippedOverflowRectForRepaint(const RenderLayerModelObject* repaintContainer) const override final; member in class:WebCore::RenderSVGInline
54 virtual void computeFloatRectForRepaint(const RenderLayerModelObject* repaintContainer, FloatRect&, bool fixed = false) const override final; member in class:WebCore::RenderSVGInline
55 virtual void mapLocalToContainer(const RenderLayerModelObject* repaintContainer, TransformState&, MapCoordinatesFlags = ApplyContainerFlip, bool* wasFixed = 0) const override final; member in class:WebCore::RenderSVGInline
56 virtual const RenderObject* pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&) const override final; member in class:WebCore::RenderSVGInline
57 virtual void absoluteQuads(Vector<FloatQuad>&, bool* wasFixed) const override final; member in class:WebCore::RenderSVGInline
59 virtual std::unique_ptr<InlineFlowBox> createInlineFlowBox() override final; member in class:WebCore::RenderSVGInline
61 virtual void willBeDestroyed() override final; member in class:WebCore::RenderSVGInline
62 virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) override final; member in class:WebCore::RenderSVGInline
64 virtual void addChild(RenderObject* child, RenderObject* beforeChild = 0) override final; member in class:WebCore::RenderSVGInline
65 virtual RenderObject* removeChild(RenderObject&) override final; member in class:WebCore::RenderSVGInline
[all...]
H A DRenderSVGHiddenContainer.h39 virtual bool isSVGHiddenContainer() const override final { return true; }
42 virtual void paint(PaintInfo&, const LayoutPoint&) override final; member in class:WebCore::RenderSVGHiddenContainer
44 virtual LayoutRect clippedOverflowRectForRepaint(const RenderLayerModelObject*) const override final { return LayoutRect(); }
45 virtual void absoluteQuads(Vector<FloatQuad>&, bool* wasFixed) const override final; member in class:WebCore::RenderSVGHiddenContainer
47 virtual bool nodeAtFloatPoint(const HitTestRequest&, HitTestResult&, const FloatPoint& pointInParent, HitTestAction) override final; member in class:WebCore::RenderSVGHiddenContainer
H A DRenderSVGContainer.h37 virtual void setNeedsBoundariesUpdate() override final { m_needsBoundariesUpdate = true; }
38 virtual bool needsBoundariesUpdate() override final { return m_needsBoundariesUpdate; }
45 virtual bool isSVGContainer() const override final { return true; }
48 virtual bool canHaveChildren() const override final { return true; }
52 virtual void addChild(RenderObject* child, RenderObject* beforeChild = 0) override final; member in class:WebCore::RenderSVGContainer
53 virtual RenderObject* removeChild(RenderObject&) override final; member in class:WebCore::RenderSVGContainer
54 virtual void addFocusRingRects(Vector<IntRect>&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer = 0) override final; member in class:WebCore::RenderSVGContainer
56 virtual FloatRect objectBoundingBox() const override final { return m_objectBoundingBox; }
57 virtual FloatRect strokeBoundingBox() const override final { return m_strokeBoundingBox; }
58 virtual FloatRect repaintRectInLocalCoordinates() const override final { retur
[all...]
H A DRenderSVGBlock.h33 virtual LayoutRect visualOverflowRect() const override final; member in class:WebCore::RenderSVGBlock
44 virtual void updateFromStyle() override final; member in class:WebCore::RenderSVGBlock
46 virtual bool isRenderSVGBlock() const override final { return true; };
50 virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) override final; member in class:WebCore::RenderSVGBlock
H A DRenderSVGModelObject.h50 virtual void computeFloatRectForRepaint(const RenderLayerModelObject* repaintContainer, FloatRect&, bool fixed = false) const override final; member in class:WebCore::RenderSVGModelObject
51 virtual LayoutRect outlineBoundsForRepaint(const RenderLayerModelObject* repaintContainer, const RenderGeometryMap*) const override final; member in class:WebCore::RenderSVGModelObject
53 virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const override final; member in class:WebCore::RenderSVGModelObject
56 virtual void mapLocalToContainer(const RenderLayerModelObject* repaintContainer, TransformState&, MapCoordinatesFlags = ApplyContainerFlip, bool* wasFixed = 0) const override final; member in class:WebCore::RenderSVGModelObject
57 virtual const RenderObject* pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap&) const override final; member in class:WebCore::RenderSVGModelObject
75 virtual bool isRenderSVGModelObject() const override final { return true; }
79 virtual void absoluteFocusRingQuads(Vector<FloatQuad>&) override final; member in class:WebCore::RenderSVGModelObject
H A DSVGRootInlineBox.h35 class SVGRootInlineBox final : public RootInlineBox { class in namespace:WebCore
41 virtual float virtualLogicalHeight() const override final { return m_logicalHeight; }
44 virtual void paint(PaintInfo&, const LayoutPoint&, LayoutUnit lineTop, LayoutUnit lineBottom) override final; member in class:WebCore::final
51 virtual bool isSVGRootInlineBox() const override final { return true; }
/macosx-10.10/WebCore-7600.1.25/Modules/speech/
H A DSpeechRecognitionResult.cpp38 PassRefPtr<SpeechRecognitionResult> SpeechRecognitionResult::create(const Vector<RefPtr<SpeechRecognitionAlternative> >& alternatives, bool final) argument
40 return adoptRef(new SpeechRecognitionResult(alternatives, final));
51 SpeechRecognitionResult::SpeechRecognitionResult(const Vector<RefPtr<SpeechRecognitionAlternative> >& alternatives, bool final) argument
53 , m_final(final)
/macosx-10.10/OpenSSH-189/openssh/
H A Dmd5crypt.c55 unsigned char final[16]; local
96 MD5_Final(final, &ctx1);
99 MD5_Update(&ctx, final, pl > 16 ? 16 : pl);
102 memset(final, '\0', sizeof final);
107 MD5_Update(&ctx, final + j, 1);
114 MD5_Final(final, &ctx);
126 MD5_Update(&ctx1, final, 16);
135 MD5_Update(&ctx1, final, 16);
139 MD5_Final(final,
[all...]
/macosx-10.10/WebCore-7600.1.25/html/
H A DDOMSettableTokenList.h43 virtual void ref() override final; member in class:WebCore::DOMSettableTokenList
44 virtual void deref() override final; member in class:WebCore::DOMSettableTokenList
46 virtual unsigned length() const override final; member in class:WebCore::DOMSettableTokenList
47 virtual const AtomicString item(unsigned index) const override final; member in class:WebCore::DOMSettableTokenList
49 virtual AtomicString value() const override final; member in class:WebCore::DOMSettableTokenList
50 virtual void setValue(const AtomicString&) override final; member in class:WebCore::DOMSettableTokenList
53 virtual bool containsInternal(const AtomicString&) const override final; member in class:WebCore::DOMSettableTokenList
H A DHTMLBaseFontElement.h30 class HTMLBaseFontElement final : public HTMLElement { class in namespace:WebCore
H A DHTMLDListElement.h30 class HTMLDListElement final : public HTMLElement { class in namespace:WebCore
H A DHTMLDirectoryElement.h30 class HTMLDirectoryElement final : public HTMLElement { class in namespace:WebCore
H A DHTMLHeadingElement.h30 class HTMLHeadingElement final : public HTMLElement { class in namespace:WebCore
H A DHTMLMenuElement.h30 class HTMLMenuElement final : public HTMLElement { class in namespace:WebCore
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderInline.h42 virtual LayoutUnit marginLeft() const override final; member in class:WebCore::RenderInline
43 virtual LayoutUnit marginRight() const override final; member in class:WebCore::RenderInline
44 virtual LayoutUnit marginTop() const override final; member in class:WebCore::RenderInline
45 virtual LayoutUnit marginBottom() const override final; member in class:WebCore::RenderInline
46 virtual LayoutUnit marginBefore(const RenderStyle* otherStyle = 0) const override final; member in class:WebCore::RenderInline
47 virtual LayoutUnit marginAfter(const RenderStyle* otherStyle = 0) const override final; member in class:WebCore::RenderInline
48 virtual LayoutUnit marginStart(const RenderStyle* otherStyle = 0) const override final; member in class:WebCore::RenderInline
49 virtual LayoutUnit marginEnd(const RenderStyle* otherStyle = 0) const override final; member in class:WebCore::RenderInline
51 virtual void absoluteRects(Vector<IntRect>&, const LayoutPoint& accumulatedOffset) const override final; member in class:WebCore::RenderInline
54 virtual LayoutSize offsetFromContainer(RenderObject*, const LayoutPoint&, bool* offsetDependsOnPoint = 0) const override final; member in class:WebCore::RenderInline
80 virtual void updateDragState(bool dragOn) override final; member in class:WebCore::RenderInline
84 virtual void addFocusRingRects(Vector<IntRect>&, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer = 0) override final; member in class:WebCore::RenderInline
94 virtual LayoutRect localCaretRect(InlineBox*, int, LayoutUnit* extraWidthToEndOfLine) override final; member in class:WebCore::RenderInline
120 virtual void addChildIgnoringContinuation(RenderObject* newChild, RenderObject* beforeChild = 0) override final; member in class:WebCore::RenderInline
129 virtual void paint(PaintInfo&, const LayoutPoint&) override final; member in class:WebCore::RenderInline
131 virtual bool nodeAtPoint(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) override final; member in class:WebCore::RenderInline
135 virtual LayoutUnit offsetLeft() const override final; member in class:WebCore::RenderInline
136 virtual LayoutUnit offsetTop() const override final; member in class:WebCore::RenderInline
141 virtual LayoutRect rectWithOutlineForRepaint(const RenderLayerModelObject* repaintContainer, LayoutUnit outlineWidth) const override final; member in class:WebCore::RenderInline
142 virtual void computeRectForRepaint(const RenderLayerModelObject* repaintContainer, LayoutRect&, bool fixed) const override final; member in class:WebCore::RenderInline
147 virtual VisiblePosition positionForPoint(const LayoutPoint&, const RenderRegion*) override final; member in class:WebCore::RenderInline
161 virtual LayoutUnit lineHeight(bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const override final; member in class:WebCore::RenderInline
162 virtual int baselinePosition(FontBaseline, bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const override final; member in class:WebCore::RenderInline
164 virtual void childBecameNonInline(RenderObject* child) override final; member in class:WebCore::RenderInline
166 virtual void updateHitTestResult(HitTestResult&, const LayoutPoint&) override final; member in class:WebCore::RenderInline
168 virtual void imageChanged(WrappedImagePtr, const IntRect* = 0) override final; member in class:WebCore::RenderInline
171 virtual void addAnnotatedRegions(Vector<AnnotatedRegionValue>&) override final; member in class:WebCore::RenderInline
[all...]
H A DRenderRegionSet.h56 virtual void installFlowThread() override final; member in class:WebCore::RenderRegionSet
60 virtual bool isRenderRegionSet() const override final { return true; }
H A DRenderMediaControlElements.h39 class RenderMediaVolumeSliderContainer final : public RenderBlockFlow { class in namespace:WebCore
49 class RenderMediaControlTimelineContainer final : public RenderFlexibleBox { class in namespace:WebCore
61 class RenderTextTrackContainerElement final : public RenderBlockFlow { class in namespace:WebCore
H A DRenderMedia.h47 virtual bool canHaveChildren() const override final { return true; }
50 virtual bool isMedia() const override final { return true; }
51 virtual bool isImage() const override final { return false; }
54 virtual bool requiresForcedStyleRecalcPropagation() const override final { return true; }
H A DRenderSnapshottedPlugIn.h37 class RenderSnapshottedPlugIn final : public RenderEmbeddedObject { class in namespace:WebCore
52 virtual CursorDirective getCursor(const LayoutPoint&, Cursor&) const override final; member in class:WebCore::final
53 virtual bool isSnapshottedPlugIn() const override final { return true; }
56 virtual bool canHaveWidget() const override final { return false; }
H A DTrailingFloatsRootInlineBox.h33 class TrailingFloatsRootInlineBox final : public RootInlineBox { class in namespace:WebCore
/macosx-10.10/WebCore-7600.1.25/page/
H A DSuspendableTimer.h61 virtual bool hasPendingActivity() const final override;
62 virtual void stop() final override;
63 virtual bool canSuspend() const final override;
64 virtual void suspend(ReasonForSuspension) final override;
65 virtual void resume() final override;
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dtryeval.test63 global final
64 set final "finally-2.1"
67 global final
68 concat $result $final
88 global final
89 set final "finally-2.3"
93 global final
94 concat $result $final
105 global final
106 set final "finall
[all...]
/macosx-10.10/vim-55/src/
H A Dversion.h27 /* Used by MacOS port should be one of: development, alpha, beta, final */
28 #define VIM_VERSION_RELEASE final
/macosx-10.10/OpenSSL098-52/src/crypto/evp/
H A Dm_null.c71 static int final(EVP_MD_CTX *ctx,unsigned char *md) function
82 final,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A Drc2Context.h44 bool final);
50 bool final);

Completed in 128 milliseconds

1234567891011>>