HomeSort by relevance Sort by last modified time
    Searched refs:WebFloatRect (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/public/platform/
WebContentLayerClient.h 34 struct WebFloatRect;
49 virtual void paintContents(WebCanvas*, const WebRect& clip, bool canPaintLCDText, WebFloatRect& opaque, GraphicsContextStatus = GraphicsContextEnabled) = 0;
WebFloatRect.h 46 struct WebFloatRect {
54 WebFloatRect()
62 WebFloatRect(float x, float y, float width, float height)
71 WebFloatRect(const WebCore::FloatRect& r)
79 WebFloatRect& operator=(const WebCore::FloatRect& r)
93 WebFloatRect(const gfx::RectF& r)
101 WebFloatRect& operator=(const gfx::RectF& r)
117 inline bool operator==(const WebFloatRect& a, const WebFloatRect& b)
122 inline bool operator!=(const WebFloatRect& a, const WebFloatRect& b
    [all...]
WebLayer.h 49 struct WebFloatRect;
60 virtual void invalidateRect(const WebFloatRect&) = 0;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
OpaqueRectTrackingContentLayerDelegateTest.cpp 32 #include "public/platform/WebFloatRect.h"
39 using blink::WebFloatRect;
130 WebFloatRect opaqueRect;
132 EXPECT_EQ_RECT(WebFloatRect(0, 0, 400, 400), opaqueRect);
141 WebFloatRect opaqueRect;
143 EXPECT_EQ_RECT(WebFloatRect(0, 0, 0, 0), opaqueRect);
154 WebFloatRect opaqueRect;
156 EXPECT_EQ_RECT(WebFloatRect(0, 0, 0, 0), opaqueRect);
167 WebFloatRect opaqueRect;
169 EXPECT_EQ_RECT(WebFloatRect(0, 0, 0, 0), opaqueRect)
    [all...]
OpaqueRectTrackingContentLayerDelegate.cpp 33 #include "public/platform/WebFloatRect.h"
36 using blink::WebFloatRect;
52 SkCanvas* canvas, const WebRect& clip, bool canPaintLCDText, WebFloatRect& opaque,
OpaqueRectTrackingContentLayerDelegate.h 59 virtual void paintContents(SkCanvas*, const blink::WebRect& clip, bool canPaintLCDText, blink::WebFloatRect& opaque,
  /external/chromium_org/third_party/WebKit/public/web/
WebFont.h 42 struct WebFloatRect;
94 virtual WebFloatRect selectionRectForText(const WebTextRun&, const WebFloatPoint& leftBaseline,
WebFrame.h 87 struct WebFloatRect;
591 virtual WebFloatRect activeFindMatchRect() = 0;
596 virtual void findMatchRects(WebVector<WebFloatRect>&) = 0;
  /external/chromium_org/content/renderer/compositor_bindings/
web_layer_impl_fixed_bounds.h 27 virtual void invalidateRect(const blink::WebFloatRect& rect);
web_external_texture_layer_impl.h 21 struct WebFloatRect;
web_content_layer_impl.cc 11 #include "third_party/WebKit/public/platform/WebFloatRect.h"
58 blink::WebFloatRect web_opaque;
web_layer_impl.h 33 struct WebFloatRect;
61 virtual void invalidateRect(const blink::WebFloatRect&);
web_layer_impl_fixed_bounds.cc 26 void WebLayerImplFixedBounds::invalidateRect(const blink::WebFloatRect& rect) {
  /external/chromium_org/third_party/WebKit/Source/web/
WebFontImpl.h 57 virtual WebFloatRect selectionRectForText(const WebTextRun&, const WebFloatPoint& leftBaseline,
LinkHighlight.h 48 struct WebFloatRect;
63 virtual void paintContents(WebCanvas*, const WebRect& clipRect, bool canPaintLCDText, WebFloatRect& opaque,
TextFinder.h 38 #include "public/platform/WebFloatRect.h"
70 WebFloatRect activeFindMatchRect();
71 void findMatchRects(WebVector<WebFloatRect>&);
144 void appendFindMatchRects(Vector<WebFloatRect>& frameRects);
WebFontImpl.cpp 39 #include "public/platform/WebFloatRect.h"
123 WebFloatRect WebFontImpl::selectionRectForText(const WebTextRun& run, const WebFloatPoint& leftBaseline, int height, int from, int to) const
TextFinder.cpp 476 WebFloatRect TextFinder::activeFindMatchRect()
479 return WebFloatRect();
481 return WebFloatRect(findInPageRectFromRange(m_currentActiveMatchFrame->activeMatch()));
484 void TextFinder::findMatchRects(WebVector<WebFloatRect>& outputRects)
486 Vector<WebFloatRect> matchRects;
493 void TextFinder::appendFindMatchRects(Vector<WebFloatRect>& frameRects)
WebRemoteFrameImpl.cpp 10 #include "public/platform/WebFloatRect.h"
709 WebFloatRect WebRemoteFrameImpl::activeFindMatchRect()
712 return WebFloatRect();
715 void WebRemoteFrameImpl::findMatchRects(WebVector<WebFloatRect>&)
WebPopupMenuImpl.h 94 virtual void paintContents(WebCanvas*, const WebRect& clip, bool canPaintLCDTest, WebFloatRect& opaque,
WebLocalFrameImpl.h 209 virtual WebFloatRect activeFindMatchRect() OVERRIDE;
210 virtual void findMatchRects(WebVector<WebFloatRect>&) OVERRIDE;
WebRemoteFrameImpl.h 156 virtual WebFloatRect activeFindMatchRect() OVERRIDE;
157 virtual void findMatchRects(WebVector<WebFloatRect>&) OVERRIDE;
WebPopupMenuImpl.cpp 48 #include "public/platform/WebFloatRect.h"
215 void WebPopupMenuImpl::paintContents(WebCanvas* canvas, const WebRect& rect, bool, WebFloatRect&,
  /external/chromium_org/third_party/WebKit/Source/web/tests/
TextFinderTest.cpp 34 static WebFloatRect findInPageRect(Node* startContainer, int startOffset, Node* endContainer, int endOffset);
61 WebFloatRect TextFinderTest::findInPageRect(Node* startContainer, int startOffset, Node* endContainer, int endOffset)
64 return WebFloatRect(findInPageRectFromRange(range.get()));
256 WebVector<WebFloatRect> matchRects;
284 WebVector<WebFloatRect> matchRects;
  /external/chromium_org/content/child/
browser_font_resource_trusted.cc 19 #include "third_party/WebKit/public/platform/WebFloatRect.h"
31 using blink::WebFloatRect;
377 WebFloatRect rect = font_->selectionRectForText(

Completed in 498 milliseconds

1 2