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

  /external/chromium_org/third_party/WebKit/Source/core/page/
PageScaleConstraints.cpp 55 if (!other.layoutSize.isEmpty())
56 layoutSize = other.layoutSize;
97 return layoutSize == other.layoutSize
PageScaleConstraints.h 39 FloatSize layoutSize;
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ViewportTest.cpp 134 constraints.fitToContentsWidth(constraints.layoutSize.width(), initialWidth);
149 EXPECT_EQ(320, constraints.layoutSize.width());
150 EXPECT_EQ(352, constraints.layoutSize.height());
168 EXPECT_EQ(980, constraints.layoutSize.width());
169 EXPECT_EQ(352, constraints.layoutSize.height());
187 EXPECT_EQ(320, constraints.layoutSize.width());
188 EXPECT_EQ(352, constraints.layoutSize.height());
206 EXPECT_EQ(160, constraints.layoutSize.width());
207 EXPECT_EQ(176, constraints.layoutSize.height());
225 EXPECT_EQ(640, constraints.layoutSize.width())
    [all...]
WebFrameTest.cpp 740 EXPECT_EQ(fixedLayoutWidth, webViewHelper.webViewImpl()->page()->mainFrame()->view()->layoutSize().width());
741 EXPECT_EQ(fixedLayoutHeight, webViewHelper.webViewImpl()->page()->mainFrame()->view()->layoutSize().height());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
PageScaleConstraintsSet.cpp 155 float adjustedLayoutSizeWidth = m_pageDefinedConstraints.layoutSize.width();
156 float adjustedLayoutSizeHeight = m_pageDefinedConstraints.layoutSize.height();
206 m_pageDefinedConstraints.layoutSize.setWidth(adjustedLayoutSizeWidth);
207 m_pageDefinedConstraints.layoutSize.setHeight(adjustedLayoutSizeHeight);
WebViewImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ViewportDescription.cpp 174 result.layoutSize.setWidth(resultWidth);
175 result.layoutSize.setHeight(resultHeight);
Element.cpp 641 return adjustForAbsoluteZoom(view->layoutSize().width(), renderView);
662 return adjustForAbsoluteZoom(view->layoutSize().height(), renderView);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
ImageQualityController.cpp 85 void ImageQualityController::set(RenderObject* object, LayerSizeMap* innerMap, const void* layer, const LayoutSize& size)
130 bool ImageQualityController::shouldPaintAtLowQuality(GraphicsContext* context, RenderObject* object, Image* image, const void *layer, const LayoutSize& layoutSize)
143 LayoutSize oldSize;
158 LayoutSize scaledImageSize = currentTransform.mapSize(image->size());
159 LayoutSize scaledLayoutSize = currentTransform.mapSize(roundedIntSize(layoutSize));
TextAutosizer.cpp 146 windowInfo.minLayoutSize = mainFrame->view()->layoutSize();
148 windowInfo.minLayoutSize = windowInfo.minLayoutSize.shrunkTo(frame->view()->layoutSize());
RenderView.cpp 189 ASSERT(layoutDeltaMatches(LayoutSize()));
236 LayoutSize layoutOffset = seamlessLayoutState->layoutOffset();
237 LayoutSize iFrameOffset(layoutOffset.width() + seamlessAncestor->x() + (!isFlipped ? seamlessAncestor->borderLeft() + seamlessAncestor->paddingLeft() :
242 LayoutSize offsetDelta = seamlessLayoutState->m_pageOffset - iFrameOffset;
370 getTransformFromContainer(0, LayoutSize(), t);
397 LayoutSize offsetForFixedPosition;
398 LayoutSize offset;
418 getTransformFromContainer(container, LayoutSize(), t);
434 getTransformFromContainer(0, LayoutSize(), t);
    [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 314 m_margins = LayoutSize(-1, -1); // undefined
315 m_size = LayoutSize();
    [all...]
FrameView.h 109 IntSize layoutSize(IncludeScrollbarsInRect = ExcludeScrollbars) const;
455 LayoutSize m_size;
456 LayoutSize m_margins;
  /cts/tests/tests/widget/src/android/widget/cts/
GridViewTest.java 737 int layoutSize = (int)(50 * mContext.getResources().getDisplayMetrics().density);
738 imageView.setLayoutParams(new GridView.LayoutParams(layoutSize, layoutSize));
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryEvaluator.cpp 227 return view->layoutSize(ScrollableArea::IncludeScrollbars);
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp 958 constraints.fitToContentsWidth(constraints.layoutSize.width(), availableWidth);
963 builder.append(String::number(constraints.layoutSize.width()));
965 builder.append(String::number(constraints.layoutSize.height()));
    [all...]

Completed in 251 milliseconds