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

  /external/chromium/chrome/browser/resources/net_internals/
topmidbottomview.js 38 TopMidBottomView.prototype.setGeometry = function(left, top, width, height) {
39 TopMidBottomView.superClass_.setGeometry.call(this, left, top, width, height);
47 this.topView_.setGeometry(left, top, width, topbarHeight);
48 this.midView_.setGeometry(left, this.topView_.getBottom(),
50 this.bottomView_.setGeometry(left, this.midView_.getBottom(),
view.js 18 View.prototype.setGeometry = function(left, top, width, height) {
94 DivView.prototype.setGeometry = function(left, top, width, height) {
95 DivView.superClass_.setGeometry.call(this, left, top, width, height);
130 WindowView.prototype.setGeometry = function(left, top, width, height) {
131 WindowView.superClass_.setGeometry.call(this, left, top, width, height);
132 this.childView_.setGeometry(left, top, width, height);
141 this.setGeometry(0, 0, window.innerWidth, window.innerHeight);
resizableverticalsplitview.js 49 ResizableVerticalSplitView.prototype.setGeometry = function(
51 ResizableVerticalSplitView.superClass_.setGeometry.call(
54 // If this is the first setGeometry(), initialize the split point at 50%.
70 this.leftView_.setGeometry(left, top, leftboxWidth, height);
71 this.sizerView_.setGeometry(this.leftView_.getRight(), top,
73 this.rightView_.setGeometry(this.sizerView_.getRight(), top,
114 this.setGeometry(
tabswitcherview.js 36 TabSwitcherView.prototype.setGeometry = function(left, top, width, height) {
37 TabSwitcherView.superClass_.setGeometry.call(this, left, top, width, height);
39 this.tabHandleView_.setGeometry(
48 tab.contentView.setGeometry(left, contentTop, width, contentHeight);
eventsview.js 106 EventsView.prototype.setGeometry = function(left, top, width, height) {
107 EventsView.superClass_.setGeometry.call(this, left, top, width, height);
108 this.splitterView_.setGeometry(left, top, width, height);
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
QtFallbackWebPopup.h 52 void setGeometry(const QRect& rect) { m_geometry = rect; }
  /packages/apps/Browser/src/com/android/browser/view/
PieItem.java 65 public void setGeometry(float st, float sw, int inside, int outside, Path p) {
PieMenu.java 230 item.setGeometry(itemstart, sweep, inner, outer, slice);
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qgraphicswkview.cpp 107 void QGraphicsWKView::setGeometry(const QRectF& rect)
110 QGraphicsWidget::setGeometry(rect);
114 // NOTE: call geometry() as setGeometry ensures that
  /frameworks/base/services/surfaceflinger/
Layer.cpp 179 void Layer::setGeometry(hwc_layer_t* hwcl)
181 LayerBaseClient::setGeometry(hwcl);
LayerBase.cpp 305 void LayerBase::setGeometry(hwc_layer_t* hwcl)
  /external/webkit/Source/WebKit/qt/Api/
qgraphicswebview.cpp 143 q->setGeometry(QRectF(q->geometry().topLeft(), size));
636 void QGraphicsWebView::setGeometry(const QRectF& rect)
638 QGraphicsWidget::setGeometry(rect);
646 // NOTE: call geometry() as setGeometry ensures that
  /frameworks/ex/carousel/java/com/android/ex/carousel/
CarouselController.java 169 mRenderScript.setGeometry(n, mesh);
182 mRenderScript.setGeometry(n, mesh);
CarouselRS.java 241 setGeometry(mData[0], null);
807 public void setGeometry(int n, Mesh geometry)
    [all...]

Completed in 277 milliseconds