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

<<11121314

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLVideoElement.cpp 293 IntSize intrinsicSize(videoWidth(), videoHeight());
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.h 63 class IntSize;
482 ImageBuffer* imageBuffer(const IntSize& size);
    [all...]
WebGLRenderingContextBase.cpp 79 #include "platform/geometry/IntSize.h"
144 IntSize WebGLRenderingContextBase::oldestContextSize()
146 IntSize size;
196 IntSize desiredSize = DrawingBuffer::adjustSize(evictedContext->clampedCanvasSize(), IntSize(), evictedContext->m_maxTextureSize);
213 IntSize oldestContextSize() {
887 return ImageData::create(IntSize(width, height), imageDataPixels);
915 m_drawingBuffer->reset(IntSize(width, height));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInputAgent.cpp 48 #include "platform/geometry/IntSize.h"
85 *globalPoint = page->chrome().rootViewToScreen(WebCore::IntRect(point, WebCore::IntSize(0, 0))).location();
InspectorPageAgent.h 55 class IntSize;
InspectorOverlay.cpp 410 IntSize size = view->unscaledVisibleContentSize(IncludeScrollbars);
478 static PassRefPtr<JSONObject> buildObjectForSize(const IntSize& size)
735 void InspectorOverlay::reset(const IntSize& viewportSize, int scrollX, int scrollY)
  /external/chromium_org/third_party/WebKit/Source/core/page/
AutoscrollController.cpp 155 IntSize offset = scrollable->calculateAutoscrollDirection(eventPosition);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderWidget.cpp 168 IntSize widgetPaintOffset = paintLocation - widgetLocation;
RenderListBox.cpp 587 IntSize positionOffset = roundedIntSize(destination - absPos);
851 IntSize RenderListBox::contentsSize() const
853 return IntSize(scrollWidth(), scrollHeight());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
SVGFEImage.cpp 170 IntSize imageSize;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.cpp 320 void GraphicsLayer::setOffsetFromRenderer(const IntSize& offset, ShouldSetNeedsDisplay shouldSetNeedsDisplay)
386 contentsLayer->setBounds(IntSize(m_contentsRect.width(), m_contentsRect.height()));
394 m_contentsClippingMaskLayer->setOffsetFromRenderer(offsetFromRenderer() + IntSize(m_contentsRect.location().x(), m_contentsRect.location().y()));
569 if (m_size != IntSize()) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEDisplacementMap.cpp 136 IntSize paintSize = absolutePaintRect().size();
  /external/chromium_org/third_party/WebKit/Source/web/
WebPopupMenuImpl.cpp 391 void WebPopupMenuImpl::scroll(const IntSize& scrollDelta, const IntRect& scrollRect, const IntRect& clipRect)
ChromeClientImpl.cpp 497 const IntSize& scrollDelta, const IntRect& scrollRect,
528 void ChromeClientImpl::contentsSizeChanged(LocalFrame* frame, const IntSize& size) const
LinkHighlight.cpp 263 IntRect clipRect(IntPoint(webClipRect.x, webClipRect.y), IntSize(webClipRect.width, webClipRect.height));
WebPagePopupImpl.cpp 100 virtual void scroll(const IntSize& scrollDelta, const IntRect& scrollRect, const IntRect& clipRect) OVERRIDE
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
Region.cpp 383 void Region::Shape::translate(const IntSize& offset)
625 void Region::translate(const IntSize& offset)
FloatRect.cpp 240 IntSize size = maxPoint - location;
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObject.h 50 class IntSize;
  /external/chromium_org/third_party/WebKit/Source/core/frame/
ImageBitmap.cpp 60 IntSize playerSize;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEConvolveMatrixElement.cpp 30 #include "platform/geometry/IntSize.h"
241 IntSize(orderXValue, orderYValue), divisorValue,
  /external/chromium_org/third_party/WebKit/Source/core/testing/
InternalSettings.cpp 285 settings()->setTextAutosizingWindowSizeOverride(IntSize(width, height));
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.h 57 class IntSize;
496 IntSize savedLayerScrollOffset() const;
497 void setSavedLayerScrollOffset(const IntSize&);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTCue.cpp 135 void VTTCueBox::applyCSSProperties(const IntSize&)
719 PassRefPtrWillBeRawPtr<VTTCueBox> VTTCue::getDisplayTree(const IntSize& videoSize)
776 void VTTCue::updateDisplay(const IntSize& videoSize, HTMLDivElement& container)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp     [all...]

Completed in 1025 milliseconds

<<11121314