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

  /external/chromium_org/third_party/WebKit/Source/core/page/
PageScaleConstraints.cpp 53 if (!other.layoutSize.isEmpty())
54 layoutSize = other.layoutSize;
95 return layoutSize == other.layoutSize
PageScaleConstraints.h 39 FloatSize layoutSize;
PageScaleConstraintsSet.cpp 151 float adjustedLayoutSizeWidth = m_pageDefinedConstraints.layoutSize.width();
152 float adjustedLayoutSizeHeight = m_pageDefinedConstraints.layoutSize.height();
195 m_pageDefinedConstraints.layoutSize.setWidth(adjustedLayoutSizeWidth);
196 m_pageDefinedConstraints.layoutSize.setHeight(adjustedLayoutSizeHeight);
FrameView.cpp 312 m_margins = LayoutSize(-1, -1); // undefined
313 m_size = LayoutSize();
    [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());
  /external/chromium_org/third_party/WebKit/Source/core/platform/
ScrollView.h 134 IntSize layoutSize(VisibleContentRectIncludesScrollbars = ExcludeScrollbars) const;
135 int layoutWidth(VisibleContentRectIncludesScrollbars scrollbarInclusion = ExcludeScrollbars) const { return layoutSize(scrollbarInclusion).width(); }
136 int layoutHeight(VisibleContentRectIncludesScrollbars scrollbarInclusion = ExcludeScrollbars) const { return layoutSize(scrollbarInclusion).height(); }
ScrollView.cpp 212 IntSize ScrollView::layoutSize(VisibleContentRectIncludesScrollbars scrollbarInclusion) const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ViewportArguments.cpp 184 result.layoutSize.setWidth(resultWidth);
185 result.layoutSize.setHeight(resultHeight);
267 result.layoutSize.setWidth(resultWidth);
268 result.layoutSize.setHeight(resultHeight);
  /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);
  /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/web/
WebViewImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp 948 constraints.fitToContentsWidth(constraints.layoutSize.width(), availableWidth);
953 builder.append(String::number(constraints.layoutSize.width()));
955 builder.append(String::number(constraints.layoutSize.height()));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryEvaluator.cpp 230 return view->layoutSize(ScrollableArea::IncludeScrollbars);

Completed in 402 milliseconds