Searched refs:setFrameRect (Results 1 - 25 of 46) sorted by relevance

12

/external/webkit/Source/WebCore/platform/brew/
H A DWidgetBrew.cpp50 void Widget::setFrameRect(const IntRect& rect) function in class:WebCore::Widget
/external/webkit/Source/WebCore/platform/chromium/
H A DWidgetChromium.cpp82 void Widget::setFrameRect(const IntRect& rect) function in class:WebCore::Widget
/external/webkit/Source/WebCore/platform/efl/
H A DScrollbarEfl.h43 virtual void setFrameRect(const IntRect&);
H A DScrollbarEfl.cpp56 Widget::setFrameRect(IntRect(0, 0, 0, 0));
140 setFrameRect(rect);
188 void ScrollbarEfl::setFrameRect(const IntRect& rect) function in class:ScrollbarEfl
190 Widget::setFrameRect(rect);
/external/webkit/Source/WebCore/platform/win/
H A DWidgetWin.cpp96 void Widget::setFrameRect(const IntRect& rect) function in class:WebCore::Widget
/external/webkit/Source/WebCore/platform/qt/
H A DWidgetQt.cpp67 void Widget::setFrameRect(const IntRect& rect) function in class:WebCore::Widget
/external/webkit/Source/WebCore/rendering/
H A DRenderReplica.cpp51 setFrameRect(parentBox()->borderBoxRect());
H A DRenderSlider.cpp167 thumb->setFrameRect(rect);
H A DRenderScrollbar.cpp62 setFrameRect(IntRect(0, 0, width, height));
197 setFrameRect(IntRect(x(), y(), isHorizontal ? width() : newThickness, isHorizontal ? newThickness : height()));
/external/webkit/Source/WebCore/platform/
H A DWidget.h160 virtual void setFrameRect(const IntRect&);
165 void resize(int w, int h) { setFrameRect(IntRect(x(), y(), w, h)); setBoundsSize(IntSize(w, h)); }
166 void resize(const IntSize& s) { setFrameRect(IntRect(pos(), s)); setBoundsSize(s); }
167 void move(int x, int y) { setFrameRect(IntRect(x, y, width(), height())); }
168 void move(const IntPoint& p) { setFrameRect(IntRect(p, size())); }
H A DScrollbar.h114 virtual void setFrameRect(const IntRect&);
H A DScrollbar.cpp94 Widget::setFrameRect(IntRect(0, 0, thickness, thickness));
387 void Scrollbar::setFrameRect(const IntRect& rect) function in class:WebCore::Scrollbar
418 Widget::setFrameRect(adjustedRect);
/external/webkit/Source/WebCore/platform/android/
H A DWidgetAndroid.cpp91 void Widget::setFrameRect(const IntRect& rect) function in class:WebCore::Widget
/external/webkit/Source/WebCore/platform/gtk/
H A DWidgetGtk.cpp109 void Widget::setFrameRect(const IntRect& rect) function in class:WebCore::Widget
H A DScrollbarThemeGtk.cpp83 scrollbar->setFrameRect(IntRect(0, scrollbar->parent()->height() - thickness, scrollbar->width(), thickness));
85 scrollbar->setFrameRect(IntRect(scrollbar->parent()->width() - thickness, 0, thickness, scrollbar->height()));
/external/webkit/Source/WebCore/platform/haiku/
H A DWidgetHaiku.cpp78 void Widget::setFrameRect(const IntRect& rect) function in class:WebCore::Widget
/external/webkit/Source/WebCore/platform/wx/
H A DWidgetWx.cpp85 void Widget::setFrameRect(const IntRect& rect) function in class:WebCore::Widget
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DEmbeddedWidget.h64 virtual void setFrameRect(const WebCore::IntRect&);
H A DEmbeddedWidget.cpp80 void EmbeddedWidget::setFrameRect(const IntRect& rect) function in class:EmbeddedWidget
86 Widget::setFrameRect(rect);
/external/webkit/Source/WebKit/chromium/src/
H A DWebPluginContainerImpl.h68 virtual void setFrameRect(const WebCore::IntRect&);
H A DWebPluginContainerImpl.cpp86 void WebPluginContainerImpl::setFrameRect(const IntRect& frameRect) function in class:WebKit::WebPluginContainerImpl
88 Widget::setFrameRect(frameRect);
H A DWebPopupMenuImpl.cpp145 m_widget->setFrameRect(newGeometry);
H A DWebScrollbarImpl.cpp80 m_scrollbar->setFrameRect(rect);
/external/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPluginView.h106 virtual void setFrameRect(const WebCore::IntRect&);
/external/webkit/Source/WebKit/win/
H A DWebScrollBar.cpp138 m_scrollBar->setFrameRect(rect);

Completed in 1219 milliseconds

12