Searched refs:setGeometry (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium/chrome/browser/resources/net_internals/
H A Dtopmidbottomview.js38 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(),
H A Dresizableverticalsplitview.js49 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(
H A Dview.js18 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);
H A Dtabswitcherview.js36 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);
H A Deventsview.js106 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/WebCore/plugins/symbian/
H A DPluginContainerSymbian.cpp59 setGeometry(m_windowRect);
H A DPluginViewSymbian.cpp269 platformPluginWidget()->setGeometry(m_windowRect);
/external/webkit/Tools/MiniBrowser/qt/
H A DBrowserView.cpp50 m_item->setGeometry(rect);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DQtFallbackWebPopup.h52 void setGeometry(const QRect& rect) { m_geometry = rect; } function in class:WebCore::QtFallbackWebPopup
H A DFullScreenVideoWidget.cpp52 setGeometry(QApplication::desktop()->screenGeometry());
H A DQtFallbackWebPopup.cpp142 proxy->setGeometry(rect);
145 m_combo->setGeometry(QRect(rect.left(), rect.top(),
H A DPopupMenuQt.cpp117 fallback->setGeometry(geometry);
/external/webkit/Source/WebKit2/UIProcess/API/qt/tests/qgraphicswkview/
H A Dtst_qgraphicswkview.cpp68 m_webView->setGeometry(rect);
/external/webkit/Tools/WebKitTestRunner/qt/
H A DPlatformWebViewQt.cpp62 m_window->setGeometry(0, 0, 800, 600);
/external/jmonkeyengine/engine/src/core/com/jme3/collision/
H A DCollisionResult.java70 public void setGeometry(Geometry geom){ method in class:CollisionResult
/external/webkit/Source/WebKit/qt/tests/benchmarks/webgl/
H A Dtst_webgl.cpp77 m_webView->setGeometry(rect);
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/picking/
H A DBresenhamTerrainPicker.java107 cr.setGeometry(patch);
125 cr.setGeometry(patch);
154 cr.setGeometry(patch);
/external/webkit/Tools/QtTestBrowser/
H A Dwebview.cpp117 graphicsWebView()->setGeometry(itemRect);
124 graphicsWebView()->setGeometry(viewportRect);
141 graphicsWebView()->setGeometry(rect);
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqgraphicswkview.h33 virtual void setGeometry(const QRectF&);
H A Dqgraphicswkview.cpp107 void QGraphicsWKView::setGeometry(const QRectF& rect) function in class:QGraphicsWKView
110 QGraphicsWidget::setGeometry(rect);
114 // NOTE: call geometry() as setGeometry ensures that
/external/webkit/Source/WebKit/qt/tests/qgraphicswebview/
H A Dtst_qgraphicswebview.cpp177 view.setGeometry(QRect(0, 0, 500, 500));
204 webView->setGeometry(QRectF(0.0, 0.0, 100.0, 100.0));
238 view->setGeometry(QRect(0,0,500,500));
271 view->setGeometry(QRect(0,0,500,500));
345 controlWebView.setGeometry(QRectF(0, 0, 200, 200));
/external/webkit/Source/WebKit/qt/Api/
H A Dqgraphicswebview.h95 virtual void setGeometry(const QRectF& rect);
H A Dqgraphicswebview.cpp143 q->setGeometry(QRectF(q->geometry().topLeft(), size));
636 void QGraphicsWebView::setGeometry(const QRectF& rect) function in class:QGraphicsWebView
638 QGraphicsWidget::setGeometry(rect);
646 // NOTE: call geometry() as setGeometry ensures that
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DGeometry.java451 results.getCollisionDirect(i).setGeometry(this);
/external/webkit/Source/WebCore/plugins/qt/
H A DPluginViewQt.cpp641 platformPluginWidget()->setGeometry(m_windowRect);
818 platformWidget()->setGeometry(m_windowRect);

Completed in 511 milliseconds

12