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

  /external/chromium_org/third_party/WebKit/Source/core/page/
PageScaleConstraints.h 39 FloatSize layoutSize;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ViewHierarchy.java 248 LayoutPoint layoutSize = imageSize.toLayout();
251 return new ViewInfo(VIEW_MERGE, children.get(0), 0, 0, layoutSize.x, layoutSize.y);
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp 314 m_margins = LayoutSize(-1, -1); // undefined
315 m_size = LayoutSize();
    [all...]

Completed in 173 milliseconds