HomeSort by relevance Sort by last modified time
    Searched refs:setFrameRect (Results 1 - 25 of 38) sorted by null

1 2

  /external/webkit/WebCore/platform/chromium/
WidgetChromium.cpp 80 void Widget::setFrameRect(const IntRect& rect)
  /external/webkit/WebCore/platform/
Widget.h 142 virtual void setFrameRect(const IntRect&);
146 void resize(int w, int h) { setFrameRect(IntRect(x(), y(), w, h)); }
147 void resize(const IntSize& s) { setFrameRect(IntRect(pos(), s)); }
148 void move(int x, int y) { setFrameRect(IntRect(x, y, width(), height())); }
149 void move(const IntPoint& p) { setFrameRect(IntRect(p, size())); }
Scrollbar.h 112 virtual void setFrameRect(const IntRect&);
Scrollbar.cpp 88 Widget::setFrameRect(IntRect(0, 0, thickness, thickness));
409 void Scrollbar::setFrameRect(const IntRect& rect)
440 Widget::setFrameRect(adjustedRect);
ScrollView.cpp 438 m_horizontalScrollbar->setFrameRect(hBarRect);
462 m_verticalScrollbar->setFrameRect(vBarRect);
678 void ScrollView::setFrameRect(const IntRect& newRect)
685 Widget::setFrameRect(newRect);
    [all...]
ScrollView.h 185 virtual void setFrameRect(const IntRect&);
  /external/webkit/WebCore/platform/gtk/
ScrollbarGtk.h 42 virtual void setFrameRect(const IntRect&);
WidgetGtk.cpp 121 void Widget::setFrameRect(const IntRect& rect)
ScrollbarGtk.cpp 175 void ScrollbarGtk::setFrameRect(const IntRect& rect)
177 Widget::setFrameRect(rect);
  /external/webkit/WebCore/platform/haiku/
WidgetHaiku.cpp 55 void Widget::setFrameRect(const IntRect& rect)
  /external/webkit/WebCore/platform/qt/
WidgetQt.cpp 71 void Widget::setFrameRect(const IntRect& rect)
  /external/webkit/WebCore/platform/win/
WidgetWin.cpp 117 void Widget::setFrameRect(const IntRect& rect)
  /external/webkit/WebCore/rendering/
RenderReplica.cpp 51 setFrameRect(parentBox()->borderBoxRect());
RenderScrollbar.cpp 52 setFrameRect(IntRect(0, 0, part->width(), part->height()));
167 setFrameRect(IntRect(x(), y(), isHorizontal ? width() : newThickness, isHorizontal ? newThickness : height()));
RenderWidget.cpp 163 m_widget->setFrameRect(frame);
  /external/webkit/WebCore/platform/android/
WidgetAndroid.cpp 95 void Widget::setFrameRect(const IntRect& rect)
  /external/webkit/WebCore/platform/wx/
WidgetWx.cpp 79 void Widget::setFrameRect(const IntRect& rect)
  /external/webkit/WebKit/win/WebCoreSupport/
EmbeddedWidget.h 63 virtual void setFrameRect(const WebCore::IntRect&);
EmbeddedWidget.cpp 80 void EmbeddedWidget::setFrameRect(const IntRect& rect)
86 Widget::setFrameRect(rect);
  /external/webkit/WebKit/chromium/src/
WebPluginContainerImpl.h 66 virtual void setFrameRect(const WebCore::IntRect&);
WebPopupMenuImpl.cpp 144 m_widget->setFrameRect(newGeometry);
WebPluginContainerImpl.cpp 74 void WebPluginContainerImpl::setFrameRect(const IntRect& frameRect)
76 Widget::setFrameRect(frameRect);
  /external/webkit/WebKit/win/
WebScrollBar.cpp 139 m_scrollBar->setFrameRect(rect);
  /external/webkit/WebCore/platform/mac/
WidgetMac.mm 156 void Widget::setFrameRect(const IntRect& rect)
  /external/webkit/WebCore/plugins/
PluginView.h 189 virtual void setFrameRect(const IntRect&);

Completed in 258 milliseconds

1 2