/external/webkit/Source/WebCore/editing/ |
Editor.h | 356 IntRect firstRectForRange(Range*) const;
|
SpellingCorrectionController.cpp | 364 return view ? view->contentsToWindow(IntRect(range->boundingRect())) : FloatRect();
|
/external/webkit/Source/WebCore/platform/ |
Cursor.cpp | 36 IntRect imageRect = image->rect();
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
MediaPlayerPrivateQTKit.mm | [all...] |
/external/webkit/Source/WebCore/platform/graphics/wince/ |
FontWinCE.cpp | 39 #include "IntRect.h"
|
/external/webkit/Source/WebCore/rendering/ |
RenderTableCell.cpp | 247 IntRect RenderTableCell::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer) 288 IntRect r(-left, - top, left + max(width() + right, maxXVisualOverflow()), top + max(height() + bottom, maxYVisualOverflow())); 299 void RenderTableCell::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& r, bool fixed) [all...] |
/external/webkit/Source/WebCore/rendering/svg/ |
RenderSVGResourceClipper.cpp | 33 #include "IntRect.h"
|
RenderSVGResourceFilter.cpp | 37 #include "IntRect.h"
|
/external/webkit/Source/WebKit/chromium/tests/ |
PopupMenuTest.cpp | 203 m_popupMenu->show(IntRect(0, 0, 100, 100),
|
/external/webkit/Source/WebKit/wince/WebCoreSupport/ |
FrameLoaderClientWinCE.cpp | 638 frameView = FrameView::create(m_frame, IntRect(rect).size());
|
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
WKPage.cpp | 519 static void computedPagesCallback(const Vector<WebCore::IntRect>& rects, double scaleFactor, WKErrorRef error, void* untypedContext)
|
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitwebview.cpp | 401 IntRect firstRect = frame->editor()->firstRectForRange(selection->selection().firstRange().get()); 612 static bool shouldCoalesce(const IntRect& rect, const Vector<IntRect>& rects) 632 static void paintWebView(Frame* frame, gboolean transparent, GraphicsContext& context, const IntRect& clipRect, const Vector<IntRect>& rects) 646 IntRect rect = rects[i]; 678 Vector<IntRect> paintRects; 680 paintRects.append(IntRect(rects.get()[i])); 682 paintWebView(frame, priv->transparent, gc, static_cast<IntRect>(event->area), paintRects); 700 IntRect rect = clipRect [all...] |
/external/webkit/Source/WebCore/platform/graphics/skia/ |
PlatformContextSkia.cpp | 845 void PlatformContextSkia::markDirtyRect(const IntRect& rect) 908 m_softwareDirtyRect.unite(IntRect(0, 0, width, height)); // Mark everything as dirty.
|
/external/webkit/Source/WebKit/android/WebCoreSupport/ |
MediaPlayerPrivateAndroid.cpp | 248 void paint(GraphicsContext* ctxt, const IntRect& r) 269 IntRect targetRect(posterX, posterY, posterWidth, posterHeight);
|
/external/webkit/Source/WebKit/android/plugins/ |
PluginWidgetAndroid.cpp | 206 void PluginWidgetAndroid::inval(const WebCore::IntRect& rect, 222 WebCore::IntRect rect(m_pluginBounds.fLeft, m_pluginBounds.fTop,
|
/external/webkit/Source/WebKit/mac/Plugins/ |
WebBaseNetscapePluginView.mm | 964 IntRect contentRect(rect); 981 IntRect widgetRect = renderer->absoluteClippedOverflowRect();
|
/external/webkit/Source/WebCore/css/ |
CSSComputedStyleDeclaration.cpp | 467 static IntRect sizingBox(RenderObject* renderer) 470 return IntRect(); 486 IntRect box = sizingBox(renderer); [all...] |
MediaQueryEvaluator.cpp | 39 #include "IntRect.h"
|
/external/webkit/Source/WebCore/dom/ |
Range.cpp | [all...] |
/external/webkit/Source/WebKit/efl/ewk/ |
ewk_frame.cpp | 831 static bool _ewk_frame_rect_cmp_less_than(const WebCore::IntRect& i, const WebCore::IntRect& j) 839 static bool _ewk_frame_rect_is_negative_value(const WebCore::IntRect& i) 860 Vector<WebCore::IntRect> intRects = sd->frame->document()->markers()->renderedRectsForMarkers(WebCore::DocumentMarker::TextMatch); [all...] |
/external/webkit/Source/WebKit/qt/Api/ |
qwebframe.cpp | 315 renderCompositedLayers(context, IntRect(clip.boundingRect())); 322 void QWebFramePrivate::renderCompositedLayers(GraphicsContext* context, const IntRect& clip) 385 renderCompositedLayers(context, IntRect(clip.boundingRect())); [all...] |
/external/webkit/Source/WebCore/platform/graphics/transforms/ |
TransformationMatrix.cpp | 34 #include "IntRect.h" 594 IntRect TransformationMatrix::mapRect(const IntRect &rect) const [all...] |
/external/webkit/Source/WebCore/html/shadow/ |
TextControlInnerElements.cpp | 430 IntRect rect = input->renderer()->absoluteBoundingBoxRect();
|
/external/webkit/Source/WebCore/platform/graphics/ |
BitmapImage.cpp | 32 #include "IntRect.h"
|
GraphicsLayer.cpp | 245 void GraphicsLayer::paintGraphicsLayerContents(GraphicsContext& context, const IntRect& clip)
|