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

<<111213

  /external/chromium_org/third_party/WebKit/Source/web/tests/
ScrollingCoordinatorChromiumTest.cpp 89 m_webViewImpl->resize(IntSize(320, 240));
ScrollAnimatorNoneTest.cpp 66 MOCK_CONST_METHOD0(contentsSize, IntSize());
67 MOCK_CONST_METHOD0(overhangAmount, IntSize());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrackCue.cpp 107 void TextTrackCueBox::applyCSSProperties(const IntSize&)
786 PassRefPtr<TextTrackCueBox> TextTrackCue::getDisplayTree(const IntSize& videoSize)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
SpatialNavigation.cpp 361 frame->view()->scrollBy(IntSize(dx, dy));
399 container->renderBox()->enclosingLayer()->scrollByRecursively(IntSize(dx, dy));
  /external/chromium_org/third_party/WebKit/Source/core/platform/mac/
ScrollbarThemeMac.mm 215 IntSize scrollOffset = view->scrollOffset();
ScrollAnimatorMac.mm 216 WebCore::IntSize contentsSize = _scrollableArea->contentsSize();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
ChromeClientImpl.cpp 500 const IntSize& scrollDelta, const IntRect& scrollRect,
542 void ChromeClientImpl::contentsSizeChanged(Frame* frame, const IntSize& size) const
    [all...]
WebViewImpl.cpp     [all...]
WebFrameImpl.cpp     [all...]
PopupListBox.cpp 913 setContentsSize(IntSize(contentWidth, getRowBounds(numItems() - 1).maxY()));
WebPluginContainerImpl.cpp 378 IntSize scrollDelta(dx, dy);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp 76 #include "core/platform/graphics/IntSize.h"
117 IntSize WebGLRenderingContext::oldestContextSize()
119 IntSize size;
165 IntSize desiredSize = evictedContext->m_drawingBuffer->adjustSize(evictedContext->clampedCanvasSize());
182 IntSize oldestContextSize() {
671 IntSize canvasSize = clampedCanvasSize();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp     [all...]
Element.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp 420 context->drawEmphasisMarks(font, textRunPaintInfo, emphasisMark, textOrigin + IntSize(0, emphasisMarkOffset));
428 context->drawEmphasisMarks(font, textRunPaintInfo, emphasisMark, textOrigin + IntSize(0, emphasisMarkOffset));
436 context->drawEmphasisMarks(font, textRunPaintInfo, emphasisMark, textOrigin + IntSize(0, emphasisMarkOffset));
    [all...]
RenderListMarker.cpp     [all...]
RenderMenuList.cpp 44 #include "core/platform/graphics/IntSize.h"
335 IntSize size = pixelSnappedIntRect(frameRect()).size();
RenderReplaced.cpp 101 m_intrinsicSize = IntSize(scaledWidth, scaledHeight);
  /external/chromium_org/third_party/WebKit/Source/core/css/
MediaQueryEvaluator.cpp 228 static IntSize viewportSize(FrameView* view)
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 302 webLayer->setMaxScrollPosition(IntSize(scrollableArea->scrollSize(HorizontalScrollbar), scrollableArea->scrollSize(VerticalScrollbar)));
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorPageAgent.cpp 375 void InspectorPageAgent::webViewResized(const IntSize& size)
378 m_overlay->resize(currentWidth ? size : IntSize());
    [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 328 CharUnits IntSize = getContext().getTypeSizeInChars(getContext().IntTy);
329 CharUnits VBTableChars = IntSize * GetVBTableIndex(ClassDecl, BaseClassDecl);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3D.h 67 class IntSize;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FELighting.cpp 413 IntSize absolutePaintSize = absolutePaintRect().size();
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 497 int IntSize = 0;
504 ++IntSize;
507 --IntSize;
526 if ((hasIntegerTypes() && IntSize == 0)
    [all...]

Completed in 1161 milliseconds

<<111213