HomeSort by relevance Sort by last modified time
    Searched defs:m_rect (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/frame/
SmartClip.h 47 , m_rect(rect)
56 IntRect m_rect; member in class:WebCore::SmartClipData
  /external/chromium_org/third_party/WebKit/Source/core/testing/
LayerRect.h 54 ClientRect* layerRelativeRect() const { return m_rect.get(); }
60 , m_rect(rect)
66 RefPtr<ClientRect> m_rect; member in class:WebCore::LayerRect
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ClientRect.h 45 float top() const { return m_rect.y(); }
46 float right() const { return m_rect.maxX(); }
47 float bottom() const { return m_rect.maxY(); }
48 float left() const { return m_rect.x(); }
49 float width() const { return m_rect.width(); }
50 float height() const { return m_rect.height(); }
57 FloatRect m_rect; member in class:WebCore::ClientRect
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderSelectionInfo.h 65 , m_rect(o->canUpdateSelectionOnRootLineBoxes() ? o->selectionRectForRepaint(m_repaintContainer, clipToVisibleContent) : LayoutRect())
71 m_object->repaintUsingContainer(m_repaintContainer, enclosingIntRect(m_rect));
74 LayoutRect rect() const { return m_rect; }
77 LayoutRect m_rect; // relative to repaint container member in class:WebCore::RenderSelectionInfo
ClipRect.h 49 : m_rect(rect)
53 const LayoutRect& rect() const { return m_rect; }
54 void setRect(const LayoutRect& rect) { m_rect = rect; }
63 void intersect(const LayoutRect& other) { m_rect.intersect(other); }
66 m_rect.intersect(other.rect());
70 void move(LayoutUnit x, LayoutUnit y) { m_rect.move(x, y); }
71 void move(const LayoutSize& size) { m_rect.move(size); }
72 void moveBy(const LayoutPoint& point) { m_rect.moveBy(point); }
74 bool isEmpty() const { return m_rect.isEmpty(); }
75 bool intersects(const LayoutRect& rect) const { return m_rect.intersects(rect);
79 LayoutRect m_rect; member in class:WebCore::ClipRect
    [all...]
RenderInline.cpp 838 FloatRect& m_rect; member in class:WebCore::__anon10717::LinesBoundingBoxGeneratorContext
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatRoundedRect.h 79 const FloatRect& rect() const { return m_rect; }
82 bool isEmpty() const { return m_rect.isEmpty(); }
84 void setRect(const FloatRect& rect) { m_rect = rect; }
87 void move(const FloatSize& size) { m_rect.move(size); }
88 void inflate(float size) { m_rect.inflate(size); }
94 return FloatRect(m_rect.x(), m_rect.y(), m_radii.topLeft().width(), m_radii.topLeft().height());
98 return FloatRect(m_rect.maxX() - m_radii.topRight().width(), m_rect.y(), m_radii.topRight().width(), m_radii.topRight().height());
102 return FloatRect(m_rect.x(), m_rect.maxY() - m_radii.bottomLeft().height(), m_radii.bottomLeft().width(), m_radii.bottomLe (…)
112 FloatRect m_rect; member in class:WebCore::FloatRoundedRect
    [all...]
RoundedRect.h 82 const IntRect& rect() const { return m_rect; }
85 bool isEmpty() const { return m_rect.isEmpty(); }
90 void setRect(const IntRect& rect) { m_rect = rect; }
93 void move(const IntSize& size) { m_rect.move(size); }
94 void inflate(int size) { m_rect.inflate(size); }
110 IntRect m_rect; member in class:WebCore::RoundedRect
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TestPlugin.h 138 blink::WebRect m_rect; member in class:WebTestRunner::TestPlugin
  /external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.h 324 WebCore::FloatRect m_rect; member in struct:blink::WebFrameImpl::FindMatch

Completed in 66 milliseconds