/external/chromium_org/third_party/WebKit/public/platform/ |
WebContentLayerClient.h | 34 struct WebFloatRect; 45 virtual void paintContents(WebCanvas*, const WebRect& clip, bool canPaintLCDText, WebFloatRect& opaque) = 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 | 48 struct WebFloatRect; 60 virtual void invalidateRect(const WebFloatRect&) = 0;
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
OpaqueRectTrackingContentLayerDelegateTest.cpp | 33 #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...] |
WebFrameTest.cpp | 83 #include "public/platform/WebFloatRect.h" [all...] |
/external/chromium_org/third_party/WebKit/public/web/ |
WebFont.h | 42 struct WebFloatRect; 94 virtual WebFloatRect selectionRectForText(const WebTextRun&, const WebFloatPoint& leftBaseline,
|
WebFrame.h | 78 struct WebFloatRect; 605 virtual WebFloatRect activeFindMatchRect() = 0; 610 virtual void findMatchRects(WebVector<WebFloatRect>&) = 0;
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
OpaqueRectTrackingContentLayerDelegate.cpp | 33 #include "public/platform/WebFloatRect.h" 36 using blink::WebFloatRect; 51 void OpaqueRectTrackingContentLayerDelegate::paintContents(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) OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebFontImpl.h | 57 virtual WebFloatRect selectionRectForText(const WebTextRun&, const WebFloatPoint& leftBaseline,
|
LinkHighlight.h | 46 struct WebFloatRect; 61 virtual void paintContents(WebCanvas*, const WebRect& clipRect, bool canPaintLCDText, WebFloatRect& opaque) OVERRIDE;
|
WebFontImpl.cpp | 42 #include "public/platform/WebFloatRect.h" 123 WebFloatRect WebFontImpl::selectionRectForText(const WebTextRun& run, const WebFloatPoint& leftBaseline, int height, int from, int to) const
|
WebFrameImpl.h | 219 virtual WebFloatRect activeFindMatchRect(); 220 virtual void findMatchRects(WebVector<WebFloatRect>&); 370 void appendFindMatchRects(Vector<WebFloatRect>& frameRects);
|
LinkHighlight.cpp | 236 void LinkHighlight::paintContents(WebCanvas* canvas, const WebRect& webClipRect, bool, WebFloatRect&)
|
WebFrameImpl.cpp | 190 #include "public/platform/WebFloatRect.h" [all...] |
/external/chromium_org/webkit/renderer/compositor_bindings/ |
web_external_texture_layer_impl.h | 21 struct WebFloatRect;
|
web_layer_impl_fixed_bounds.h | 27 virtual void invalidateRect(const blink::WebFloatRect& rect);
|
web_content_layer_impl.cc | 13 #include "third_party/WebKit/public/platform/WebFloatRect.h" 61 blink::WebFloatRect web_opaque;
|
web_layer_impl.h | 35 struct WebFloatRect; 59 virtual void invalidateRect(const blink::WebFloatRect&);
|
web_layer_impl_fixed_bounds.cc | 27 void WebLayerImplFixedBounds::invalidateRect(const blink::WebFloatRect& rect) {
|
web_layer_impl.cc | 17 #include "third_party/WebKit/public/platform/WebFloatRect.h" 59 void WebLayerImpl::invalidateRect(const blink::WebFloatRect& rect) {
|
/external/chromium_org/content/child/ |
browser_font_resource_trusted.cc | 19 #include "third_party/WebKit/public/platform/WebFloatRect.h" 31 using blink::WebFloatRect; 376 WebFloatRect rect = font_->selectionRectForText(
|
/external/chromium_org/content/common/ |
view_messages.h | 46 #include "third_party/WebKit/public/platform/WebFloatRect.h" 136 IPC_STRUCT_TRAITS_BEGIN(blink::WebFloatRect) [all...] |
/external/chromium_org/content/renderer/ |
render_view_impl.cc | 224 #include "third_party/WebKit/public/platform/WebFloatRect.h" 339 using blink::WebFloatRect; [all...] |