HomeSort by relevance Sort by last modified time
    Searched refs:IntSize (Results 276 - 300 of 328) sorted by null

<<11121314

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.cpp 429 void RenderBox::scrollToOffset(const IntSize& offset)
753 IntSize RenderBox::calculateAutoscrollDirection(const IntPoint& windowPoint) const
756 return IntSize();
760 return IntSize();
808 static inline IntSize adjustedScrollDelta(const IntSize& delta)
810 return IntSize(adjustedScrollDelta(delta.width()), adjustedScrollDelta(delta.height()));
828 IntSize delta = lastKnownMousePosition - sourcePoint;
838 void RenderBox::scrollByRecursively(const IntSize& delta, ScrollOffsetClamping clamp)
    [all...]
FilterEffectRenderer.cpp 276 IntSize logicalSize(m_sourceDrawingRegion.width(), m_sourceDrawingRegion.height());
RenderListMarker.cpp     [all...]
FastTextAutosizer.cpp 514 IntSize frameSize = m_document->settings()->textAutosizingWindowSizeOverride();
519 IntSize layoutSize = mainFrame->view()->layoutSize();
    [all...]
TextAutosizer.cpp 39 #include "platform/geometry/IntSize.h"
49 IntSize windowSize;
50 IntSize minLayoutSize;
    [all...]
InlineTextBox.cpp 423 context->drawEmphasisMarks(font, textRunPaintInfo, emphasisMark, textOrigin + IntSize(0, emphasisMarkOffset));
431 context->drawEmphasisMarks(font, textRunPaintInfo, emphasisMark, textOrigin + IntSize(0, emphasisMarkOffset));
439 context->drawEmphasisMarks(font, textRunPaintInfo, emphasisMark, textOrigin + IntSize(0, emphasisMarkOffset));
    [all...]
RenderMenuList.cpp 46 #include "platform/geometry/IntSize.h"
376 IntSize size = pixelSnappedIntRect(frameRect()).size();
RenderReplaced.cpp 104 m_intrinsicSize = IntSize(scaledWidth, scaledHeight);
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextIteratorTest.cpp 44 #include "platform/geometry/IntSize.h"
80 m_dummyPageHolder = DummyPageHolder::create(IntSize(800, 600));
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
TextFieldInputType.cpp 236 IntSize scrollOffset(!renderTextControl->style()->isLeftToRightDirection() ? innerScrollableArea->scrollWidth().toInt() : 0, 0);
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp     [all...]
PrintContext.cpp 313 IntSize pageSize(width, height);
SpatialNavigation.cpp 356 frame->view()->scrollBy(IntSize(dx, dy));
394 container->renderBox()->scrollByRecursively(IntSize(dx, dy));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeOutsideInfo.cpp 109 const IntSize& imageSize = m_renderer.calculateImageIntrinsicDimensions(styleImage, roundedIntSize(m_referenceBoxLogicalSize), RenderImage::ScaleByEffectiveZoom);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextTest.cpp 245 OwnPtr<ImageBuffer> alphaImage = ImageBuffer::create(IntSize(100, 100));
282 OwnPtr<ImageBuffer> alphaImage = ImageBuffer::create(IntSize(100, 100));
656 IntSize radii(10, 10);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
PopupMenuTest.cpp 209 m_popupMenu->show(FloatQuad(FloatRect(0, 0, 100, 100)), IntSize(100, 100), 0);
ScrollingCoordinatorChromiumTest.cpp 57 webViewImpl()->resize(IntSize(320, 240));
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeMacCommon.mm 152 void ScrollbarThemeMacCommon::paintOverhangShadows(GraphicsContext* context, const IntSize& scrollOffset, const IntRect& horizontalOverhangRect, const IntRect& verticalOverhangRect, const IntRect& dirtyRect)
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp     [all...]
WebLocalFrameImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp     [all...]
  /external/chromium_org/v8/tools/
grokdump.py     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalFrame.cpp 362 void LocalFrame::createView(const IntSize& viewportSize, const Color& backgroundColor, bool transparent,
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorLayerTreeAgent.cpp 321 IntSize size = expandedIntSize(layer->size());
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
NativeImageSkia.cpp 435 const IntSize& repeatSpacing) const

Completed in 658 milliseconds

<<11121314