HomeSort by relevance Sort by last modified time
    Searched full:intrect (Results 226 - 250 of 888) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebKit2/UIProcess/
BackingStore.h 40 class IntRect;
64 void paint(PlatformGraphicsContext, const WebCore::IntRect&);
71 void scroll(const WebCore::IntRect& scrollRect, const WebCore::IntSize& scrollOffset);
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/DOM/
InjectedBundleNodeHandle.h 36 class IntRect;
61 WebCore::IntRect elementBounds() const;
62 WebCore::IntRect renderRect(bool*) const;
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
ChunkedUpdateDrawingArea.h 42 virtual void setNeedsDisplay(const WebCore::IntRect&);
43 virtual void scroll(const WebCore::IntRect& scrollRect, const WebCore::IntSize& scrollOffset);
67 WebCore::IntRect m_dirtyRect;
FindController.cpp 166 IntRect selectionRect = enclosingIntRect(selectedFrame->selection()->bounds());
173 IntRect selectionRectInWindowCoordinates = selectedFrame->view()->contentsToWindow(selectionRect);
185 IntRect paintRect = selectionRect;
204 IntRect textRectInSelectionRectCoordinates = selectedFrame->view()->contentsToWindow(enclosingIntRect(textRects[i]));
226 Vector<IntRect> FindController::rectsForTextMatches()
228 Vector<IntRect> rects;
235 IntRect visibleRect = frame->view()->visibleContentRect();
236 Vector<IntRect> frameRects = document->markers()->renderedRectsForMarkers(DocumentMarker::TextMatch);
240 for (Vector<IntRect>::iterator it = frameRects.begin(), end = frameRects.end(); it != end; ++it) {
293 void FindController::drawRect(PageOverlay* pageOverlay, GraphicsContext& graphicsContext, const IntRect& dirtyRect
    [all...]
FindController.h 37 class IntRect;
63 virtual void drawRect(PageOverlay*, WebCore::GraphicsContext&, const WebCore::IntRect& dirtyRect);
65 Vector<WebCore::IntRect> rectsForTextMatches();
DrawingAreaImpl.h 50 virtual void setNeedsDisplay(const WebCore::IntRect&);
51 virtual void scroll(const WebCore::IntRect& scrollRect, const WebCore::IntSize& scrollOffset);
56 virtual void setPageOverlayNeedsDisplay(const WebCore::IntRect&);
83 WebCore::IntRect m_scrollRect;
  /external/webkit/Source/WebCore/rendering/
RenderThemeWinCE.cpp 192 bool RenderThemeWinCE::paintButton(RenderObject* o, const PaintInfo& i, const IntRect& r)
201 IntRect focusRect(r);
227 bool RenderThemeWinCE::paintTextField(RenderObject* o, const PaintInfo& i, const IntRect& r)
244 bool RenderThemeWinCE::paintMenuList(RenderObject* o, const PaintInfo& i, const IntRect& r)
251 bool RenderThemeWinCE::paintMenuListButton(RenderObject* o, const PaintInfo& i, const IntRect& r)
253 IntRect buttonRect(r.maxX() - dropDownButtonWidth - 1, r.y(), dropDownButtonWidth, r.height());
366 bool RenderThemeWinCE::paintSearchField(RenderObject* o, const PaintInfo& i, const IntRect& r)
371 bool RenderThemeWinCE::paintSearchFieldCancelButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
379 IntRect cancelBounds(IntPoint(x, y), cancelSize);
386 IntRect xBounds(cancelBounds.location() + IntSize(3, 3), xSize)
    [all...]
RenderThemeWin.cpp 618 static void drawControl(GraphicsContext* context, RenderObject* o, HANDLE theme, const ThemeData& themeData, const IntRect& r)
676 bool RenderThemeWin::paintButton(RenderObject* o, const PaintInfo& i, const IntRect& r)
691 bool RenderThemeWin::paintInnerSpinButton(RenderObject* o, const PaintInfo& i, const IntRect& r)
697 IntRect upRect(r);
699 IntRect downRect(r);
723 bool RenderThemeWin::paintTextField(RenderObject* o, const PaintInfo& i, const IntRect& r)
729 bool RenderThemeWin::paintMenuList(RenderObject* o, const PaintInfo& i, const IntRect& r)
784 bool RenderThemeWin::paintMenuListButton(RenderObject* o, const PaintInfo& i, const IntRect& r)
791 IntRect buttonRect(r);
811 bool RenderThemeWin::paintSliderTrack(RenderObject* o, const PaintInfo& i, const IntRect& r
    [all...]
RenderMediaControlsChromium.cpp 64 static bool paintMediaButton(GraphicsContext* context, const IntRect& rect, Image* image)
66 IntRect imageRect = image->rect();
71 static bool paintMediaMuteButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
87 static bool paintMediaPlayButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
109 static bool paintMediaSlider(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
132 IntRect bufferedRect = rect;
168 static bool paintMediaSliderThumb(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
184 static bool paintMediaVolumeSlider(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
203 static bool paintMediaVolumeSliderThumb(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
212 static bool paintMediaTimelineContainer(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect
    [all...]
RenderWidget.cpp 165 bool RenderWidget::setWidgetGeometry(const IntRect& frame, const IntSize& boundsSize)
170 IntRect clipRect = enclosingLayer()->childrenClipRect();
211 setWidgetGeometry(IntRect(localToAbsoluteQuad(FloatQuad(contentBoxRect())).boundingBox()), contentBoxRect().size());
278 IntRect borderRect = IntRect(tx, ty, width(), height());
296 IntRect paintRect = paintInfo.rect;
349 IntRect contentBox = contentBoxRect();
350 IntRect absoluteContentBox = IntRect(localToAbsoluteQuad(FloatQuad(contentBox)).boundingBox());
370 IntRect RenderWidget::windowClipRect() cons
    [all...]
  /external/webkit/Source/WebCore/platform/android/
RenderThemeAndroid.cpp 113 graphicsContext->drawRect(IntRect(x1, y1, x2 - x1, y2 - y1));
295 bool RenderThemeAndroid::paintCheckbox(RenderObject* obj, const PaintInfo& info, const IntRect& rect)
301 bool RenderThemeAndroid::paintButton(RenderObject* obj, const PaintInfo& info, const IntRect& rect)
310 IntRect innerrect = IntRect(rect.x() + paddingButton, rect.y() + paddingButton,
376 bool RenderThemeAndroid::paintMediaFullscreenButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& rect)
385 bool RenderThemeAndroid::paintMediaMuteButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& rect)
394 bool RenderThemeAndroid::paintMediaPlayButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& rect)
409 bool RenderThemeAndroid::paintMediaSeekBackButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& rect)
418 bool RenderThemeAndroid::paintMediaSeekForwardButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& rect
    [all...]
PopupMenuAndroid.cpp 28 #include "IntRect.h"
37 PopupReply(const IntRect& rect, android::WebViewCore* view, ListPopupMenuClient* client)
84 IntRect m_rect;
124 void PopupMenuAndroid::show(const IntRect& rect, FrameView* frameView, int)