Home
last modified time | relevance | path

Searched defs:IntRect (Results 1 – 25 of 57) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTheme.h157 …virtual bool paintCapsLockIndicator(RenderObject*, const PaintInfo&, const IntRect&) { return 0; }; in paintCapsLockIndicator()
214 virtual bool paintCheckbox(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintCheckbox()
218 virtual bool paintRadio(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintRadio()
222 virtual bool paintButton(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintButton()
225 …virtual bool paintInnerSpinButton(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintInnerSpinButton()
228 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintTextField()
230 virtual bool paintTextArea(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintTextArea()
233 virtual bool paintMenuList(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintMenuList()
236 … virtual bool paintMenuListButton(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintMenuListButton()
240 virtual bool paintProgressBar(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintProgressBar()
[all …]
DRenderMediaControls.h37 class IntRect; variable
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollbarTheme.h82 virtual void paintTickmarks(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) { } in paintTickmarks()
84 …virtual void paintOverhangShadows(GraphicsContext*, const IntSize&, const IntRect&, const IntRect&… in paintOverhangShadows()
113 virtual void paintTrackBackground(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) { } in paintTrackBackground()
114 …virtual void paintTrackPiece(GraphicsContext*, ScrollbarThemeClient*, const IntRect&, ScrollbarPar… in paintTrackPiece()
115 …virtual void paintButton(GraphicsContext*, ScrollbarThemeClient*, const IntRect&, ScrollbarPart) {… in paintButton()
116 virtual void paintThumb(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) { } in paintThumb()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DImageObserver.h34 class IntRect; variable
DContentLayerDelegate.h38 class IntRect; variable
DGraphicsLayerTest.cpp137 virtual void invalidateScrollbarRect(Scrollbar*, const IntRect&) OVERRIDE { } in invalidateScrollbarRect()
138 virtual void invalidateScrollCornerRect(const IntRect&) OVERRIDE { } in invalidateScrollCornerRect()
/external/chromium_org/third_party/WebKit/Source/core/page/
DTouchDisambiguation.h40 class IntRect; variable
DPagePopupDriver.h31 class IntRect; variable
/external/chromium_org/third_party/WebKit/Source/core/plugins/
DPluginOcclusionSupport.h28 class IntRect; variable
/external/chromium_org/third_party/WebKit/Source/platform/
DHostWindow.h34 class IntRect; variable
DCrossThreadCopier.h47 class IntRect; variable
DTheme.h97 …virtual void paint(ControlPart, ControlStates, GraphicsContext*, const IntRect& /*zoomedRect*/, fl… in paint()
103 …virtual void inflateControlPaintRect(ControlPart, ControlStates, IntRect& /*zoomedRect*/, float /*… in inflateControlPaintRect() argument
/external/chromium_org/cc/blink/
Dweb_content_layer_impl.h15 class IntRect; variable
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DImageResourceClient.h31 class IntRect; variable
DMockImageResourceClient.h49 virtual void imageChanged(ImageResource*, const IntRect*) OVERRIDE in imageChanged()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DPinchViewport.h55 class IntRect; variable
131 virtual void invalidateScrollCornerRect(const IntRect&) OVERRIDE { } in invalidateScrollCornerRect()
/external/chromium_org/third_party/WebKit/Source/core/testing/
DMockPagePopupDriver.h37 class IntRect; variable
/external/chromium_org/third_party/WebKit/Source/web/
DWebPluginScrollbarImpl.h36 class IntRect; variable
DExternalPopupMenu.h43 class IntRect; variable
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebScrollbarThemeClientImpl.cpp89 void WebScrollbarThemeClientImpl::setFrameRect(const IntRect&) in setFrameRect()
106 void WebScrollbarThemeClientImpl::invalidateRect(const IntRect&) in invalidateRect()
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DIntRect.cpp37 IntRect::IntRect(const FloatRect& r) in IntRect() function in blink::IntRect
43 IntRect::IntRect(const LayoutRect& r) in IntRect() function in blink::IntRect
DIntRect.h53 IntRect() { } in IntRect() function
54 IntRect(const IntPoint& location, const IntSize& size) in IntRect() function
56 IntRect(int x, int y, int width, int height) in IntRect() function
/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextStream.h38 class IntRect; variable
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DTimelineRecordFactory.h45 class IntRect; variable
/external/chromium_org/third_party/WebKit/Source/core/dom/
DClientRect.h38 class IntRect; variable

123