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

  /external/chromium_org/third_party/WebKit/Source/core/page/
PageScaleConstraints.h 39 FloatSize layoutSize;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FastTextAutosizer.cpp 519 IntSize layoutSize = mainFrame->view()->layoutSize();
520 m_pageInfo.m_layoutWidth = horizontalWritingMode ? layoutSize.width() : layoutSize.height();
    [all...]
  /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 247 m_size = LayoutSize();
898 if (!m_firstLayout && m_size.height() != layoutSize().height() && body->renderer()->enclosingBox()->stretchesToViewport())
921 m_lastViewportSize = layoutSize(IncludeScrollbars);
    [all...]

Completed in 1563 milliseconds