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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbarTheme.h 43 virtual void paintScrollCorner(GraphicsContext*, const IntRect& cornerRect) OVERRIDE;
64 virtual IntRect backButtonRect(ScrollbarThemeClient*, ScrollbarPart, bool painting = false) OVERRIDE;
65 virtual IntRect forwardButtonRect(ScrollbarThemeClient*, ScrollbarPart, bool painting = false) OVERRIDE;
66 virtual IntRect trackRect(ScrollbarThemeClient*, bool painting = false) OVERRIDE;
69 virtual void paintTrackBackground(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
70 virtual void paintTrackPiece(GraphicsContext*, ScrollbarThemeClient*, const IntRect&, ScrollbarPart) OVERRIDE;
71 virtual void paintButton(GraphicsContext*, ScrollbarThemeClient*, const IntRect&, ScrollbarPart) OVERRIDE;
72 virtual void paintThumb(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
73 virtual void paintTickmarks(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
75 virtual IntRect constrainTrackRectToTrackPieces(ScrollbarThemeClient*, const IntRect&) OVERRIDE
    [all...]
RenderMediaControls.h 37 class IntRect;
42 static bool paintMediaControlsPart(MediaControlElementType, RenderObject*, const PaintInfo&, const IntRect&);
RenderThemeChromiumDefault.h 63 virtual bool paintCheckbox(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
66 virtual bool paintRadio(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
69 virtual bool paintButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
70 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
71 virtual bool paintMenuList(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
72 virtual bool paintMenuListButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
73 virtual bool paintSliderTrack(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
74 virtual bool paintSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
77 virtual bool paintInnerSpinButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
83 virtual bool paintProgressBar(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE
    [all...]
RenderScrollbarTheme.cpp 43 IntRect firstButton = backButtonRect(scrollbar, BackButtonStartPart);
44 IntRect secondButton = forwardButtonRect(scrollbar, ForwardButtonStartPart);
45 IntRect thirdButton = backButtonRect(scrollbar, BackButtonEndPart);
46 IntRect fourthButton = forwardButtonRect(scrollbar, ForwardButtonEndPart);
74 IntRect RenderScrollbarTheme::backButtonRect(ScrollbarThemeClient* scrollbar, ScrollbarPart partType, bool)
79 IntRect RenderScrollbarTheme::forwardButtonRect(ScrollbarThemeClient* scrollbar, ScrollbarPart partType, bool)
84 IntRect RenderScrollbarTheme::trackRect(ScrollbarThemeClient* scrollbar, bool)
96 IntRect RenderScrollbarTheme::constrainTrackRectToTrackPieces(ScrollbarThemeClient* scrollbar, const IntRect& rect)
98 IntRect backRect = toRenderScrollbar(scrollbar)->trackPieceRectWithMargins(BackTrackPart, rect)
    [all...]
RenderThemeChromiumMac.h 39 virtual void adjustPaintInvalidationRect(const RenderObject*, IntRect&) OVERRIDE;
71 virtual bool paintCapsLockIndicator(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
76 virtual IntSize meterSizeForBounds(const RenderMeter*, const IntRect&) const OVERRIDE;
77 virtual bool paintMeter(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
95 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
97 virtual bool paintTextArea(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
99 virtual bool paintMenuList(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
102 virtual bool paintMenuListButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
105 virtual bool paintProgressBar(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
107 virtual bool paintSliderTrack(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
PopupContainerTest.cpp 75 static IntRect calculatePositionWithTransformAndRTL(const IntRect& initialRect, const IntSize& transformOffset, int verticalOffset, PopupContent* content)
86 static IntRect calculatePosition(const IntRect& initialRect, PopupContent* content, FloatRect windowRect = FloatRect(0, 0, 512, 512), bool isRTL = true)
102 IntRect initialRect(100, 100, 256, 258);
104 IntRect resultRect = calculatePosition(initialRect, &content);
112 IntRect initialRect(-10, 100, 100, 258);
114 IntRect resultRect = calculatePosition(initialRect, &content);
115 EXPECT_EQ(IntRect(20, 100, 100, 258), resultRect);
121 IntRect initialRect(-10, 100, targetControlWidth, 258)
    [all...]
PopupContainer.h 58 virtual void paint(GraphicsContext*, const IntRect&) OVERRIDE;
61 virtual void invalidateRect(const IntRect&) OVERRIDE;
103 IntRect refresh(const IntRect& targetControlRect);
121 static IntRect layoutAndCalculateWidgetRectInternal(IntRect widgetRectInScreen, int targetControlHeight, const FloatRect& windowRect, const FloatRect& screen, bool isRTL, const int rtlOffset, const int verticalOffset, const IntSize& transformOffset, PopupContent*, bool& needToResizeView);
134 void paintBorder(GraphicsContext*, const IntRect&);
136 // Layout and calculate popup widget size and location and returns it as IntRect.
137 IntRect layoutAndCalculateWidgetRect(int targetControlHeight, const IntSize& transformOffset, const IntPoint& popupInitialCoordinate);
141 void popupOpened(const IntRect& bounds)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ImageResourceClient.h 31 class IntRect;
40 // because we are animating. If not null, the IntRect is the changed rect of the image.
41 virtual void imageChanged(ImageResource*, const IntRect* = 0) { }
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
RoundedRectTest.cpp 34 #include "platform/geometry/IntRect.h"
42 void PrintTo(const IntRect& rect, std::ostream* os)
44 *os << "IntRect("
59 EXPECT_EQ(IntRect(100, 200, 300, 400), rr.radiusCenterRect());
64 RoundedRect rr(IntRect(100, 200, 300, 400), IntSize(10, 10), IntSize(10, 10), IntSize(10, 10), IntSize(10, 10));
66 EXPECT_EQ(IntRect(110, 210, 280, 380), rr.radiusCenterRect());
71 RoundedRect rr(IntRect(100, 200, 300, 400), IntSize(5, 5), IntSize(10, 10), IntSize(15, 15), IntSize(20, 20));
73 EXPECT_EQ(IntRect(115, 210, 265, 370), rr.radiusCenterRect());
78 RoundedRect rr(IntRect(100, 200, 300, 400), IntSize(20, 10), IntSize(20, 10), IntSize(10, 20), IntSize(10, 20));
80 EXPECT_EQ(IntRect(120, 210, 260, 370), rr.radiusCenterRect())
    [all...]
IntRect.h 50 class PLATFORM_EXPORT IntRect {
53 IntRect() { }
54 IntRect(const IntPoint& location, const IntSize& size)
56 IntRect(int x, int y, int width, int height)
59 explicit IntRect(const FloatRect&); // don't do this implicitly since it's lossy
60 explicit IntRect(const LayoutRect&); // don't do this implicitly since it's lossy
123 bool intersects(const IntRect&) const;
124 bool contains(const IntRect&) const;
132 void intersect(const IntRect&);
133 void unite(const IntRect&)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ThemeMac.h 54 virtual void paint(ControlPart, ControlStates, GraphicsContext*, const IntRect&, float zoomFactor, ScrollView*) const;
55 virtual void inflateControlPaintRect(ControlPart, ControlStates, IntRect&, float zoomFactor) const;
57 // Inflate an IntRect to accout for specific padding around margins.
64 static PLATFORM_EXPORT IntRect inflateRect(const IntRect&, const IntSize&, const int* margins, float zoomLevel = 1.0f);
66 // Inflate an IntRect to account for any bleeding that would happen due to anti-aliasing.
67 static PLATFORM_EXPORT IntRect inflateRectForAA(const IntRect&);
69 // Inflate an IntRect to account for its focus ring. This is only used when
72 static PLATFORM_EXPORT IntRect inflateRectForFocusRing(const IntRect&)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeMacOverlayAPI.h 54 virtual void paintTrackBackground(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
55 virtual void paintThumb(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
58 virtual IntRect trackRect(ScrollbarThemeClient*, bool painting = false) OVERRIDE;
59 virtual IntRect backButtonRect(ScrollbarThemeClient*, ScrollbarPart, bool painting = false) OVERRIDE;
60 virtual IntRect forwardButtonRect(ScrollbarThemeClient*, ScrollbarPart, bool painting = false) OVERRIDE;
ScrollbarThemeMock.cpp 37 IntRect ScrollbarThemeMock::trackRect(ScrollbarThemeClient* scrollbar, bool)
52 void ScrollbarThemeMock::paintTrackBackground(GraphicsContext* context, ScrollbarThemeClient* scrollbar, const IntRect& trackRect)
57 void ScrollbarThemeMock::paintThumb(GraphicsContext* context, ScrollbarThemeClient* scrollbar, const IntRect& thumbRect)
ScrollbarThemeClient.h 31 #include "platform/geometry/IntRect.h"
53 virtual void setFrameRect(const IntRect&) = 0;
54 virtual IntRect frameRect() const = 0;
57 virtual void invalidateRect(const IntRect&) = 0;
60 virtual void getTickmarks(Vector<IntRect>&) const = 0;
ScrollbarThemeOverlay.h 53 virtual IntRect backButtonRect(ScrollbarThemeClient*, ScrollbarPart, bool painting = false) OVERRIDE;
54 virtual IntRect forwardButtonRect(ScrollbarThemeClient*, ScrollbarPart, bool painting = false) OVERRIDE;
55 virtual IntRect trackRect(ScrollbarThemeClient*, bool painting = false) OVERRIDE;
58 virtual void paintThumb(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/web/tests/
PaintAggregatorTest.cpp 50 IntRect rect(2, 4, 10, 16);
67 IntRect r1(2, 4, 2, 40);
68 IntRect r2(4, 2, 40, 2);
73 IntRect expectedBounds = unionRect(r1, r2);
92 IntRect r1(2, 4, 2, 1000);
93 IntRect r2(5, 2, 2, 1000);
98 IntRect expectedBounds = unionRect(r1, r2);
114 IntRect rect(1, 2, 3, 4);
130 IntRect resultingDamage = update.calculateScrollDamage();
131 IntRect expectedDamage(1, 2, 1, 4)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
Widget.cpp 67 IntRect Widget::convertFromContainingWindow(const IntRect& windowRect) const
70 IntRect parentRect = parentWidget->convertFromContainingWindow(windowRect);
76 IntRect Widget::convertToContainingWindow(const IntRect& localRect) const
79 IntRect parentRect = convertToContainingView(localRect);
122 IntRect Widget::convertToContainingView(const IntRect& localRect) const
125 IntRect parentRect(localRect);
132 IntRect Widget::convertFromContainingView(const IntRect& parentRect) cons
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/cg/
IntRectCG.cpp 27 #include "platform/geometry/IntRect.h"
33 IntRect::operator CGRect() const
38 IntRect enclosingIntRect(const CGRect& rect)
44 return IntRect(l, t, r - l, b - t);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ClientRect.cpp 36 ClientRect::ClientRect(const IntRect& rect)
  /external/chromium_org/third_party/WebKit/Source/core/frame/
RemoteFrameView.cpp 30 void RemoteFrameView::invalidateRect(const IntRect& rect)
36 IntRect repaintRect = rect;
42 void RemoteFrameView::setFrameRect(const IntRect& newRect)
44 IntRect oldRect = frameRect();
RemoteFrameView.h 9 #include "platform/geometry/IntRect.h"
33 virtual void invalidateRect(const IntRect&) OVERRIDE;
35 virtual void setFrameRect(const IntRect&) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
ColorChooserClient.h 35 #include "platform/geometry/IntRect.h"
51 virtual IntRect elementRectRelativeToRootView() const = 0;
  /external/chromium_org/third_party/WebKit/Source/core/testing/
MockPagePopupDriver.h 37 class IntRect;
52 virtual PagePopup* openPagePopup(PagePopupClient*, const IntRect& originBoundsInRootView) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ContentLayerDelegate.h 38 class IntRect;
42 virtual void paint(GraphicsContext&, const IntRect& clip) = 0;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
ReferenceFilter.h 51 virtual IntRect sourceImageRect() const OVERRIDE { return IntRect(); };

Completed in 320 milliseconds

12 3 4 5 6 7 8 91011>>