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

  /external/webkit/Source/WebCore/dom/
ViewportArguments.h 46 IntSize layoutSize;
ViewportArguments.cpp 167 result.layoutSize.setWidth(width);
168 result.layoutSize.setHeight(height);
  /external/webkit/Source/WebKit/gtk/webkit/
webkitviewportattributes.cpp 539 priv->width = attributes.layoutSize.width();
540 priv->height = attributes.layoutSize.height();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ViewHierarchy.java 234 LayoutPoint layoutSize = imageSize.toLayout();
237 return new ViewInfo(VIEW_MERGE, children.get(0), 0, 0, layoutSize.x, layoutSize.y);
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
DumpRenderTreeSupportGtk.cpp 646 fprintf(stdout, "viewport size %dx%d scale %f with limits [%f, %f] and userScalable %f\n", attrs.layoutSize.width(), attrs.layoutSize.height(), attrs.initialScale, attrs.minimumScale, attrs.maximumScale, attrs.userScalable);
  /cts/tests/tests/widget/src/android/widget/cts/
GridViewTest.java 870 int layoutSize = (int)(50 * mContext.getResources().getDisplayMetrics().density);
871 imageView.setLayoutParams(new GridView.LayoutParams(layoutSize, layoutSize));
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpage.cpp 568 result.m_size = conf.layoutSize;
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.cpp 747 conf.layoutSize.width(),
748 conf.layoutSize.height(),
    [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_view.cpp     [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp     [all...]

Completed in 1870 milliseconds