HomeSort by relevance Sort by last modified time
    Searched refs:IntSize (Results 501 - 525 of 678) sorted by null

<<2122232425262728

  /external/webkit/Source/WebKit/mac/Misc/
WebIconDatabase.mm 42 #import <WebCore/IntSize.h>
141 if (Image* image = iconDatabase().synchronousIconForPageURL(URL, IntSize(size)))
167 Image* image = iconDatabase().defaultIcon(IntSize(size));
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp 281 IntSize currentVisibleContentSize = m_frame->view() ? m_frame->view()->actualVisibleContentRect().size() : IntSize();
285 preferredLayoutSize.isValid() ? IntSize(preferredLayoutSize) : IntSize(),
    [all...]
WebPlatformStrategies.cpp 35 #include <IntSize.h>
558 String WebPlatformStrategies::imageTitle(const String& filename, const IntSize& size)
  /external/webkit/Source/WebCore/accessibility/
AccessibilityObject.h 85 class IntSize;
431 virtual IntSize size() const { return elementRect().size(); }
  /external/webkit/Source/WebCore/page/
Chrome.cpp 85 void Chrome::scroll(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect)
112 void Chrome::contentsSizeChanged(Frame* frame, const IntSize& size) const
  /external/webkit/Source/WebCore/platform/graphics/
TiledBackingStore.cpp 53 void TiledBackingStore::setTileSize(const IntSize& size)
191 IntPoint viewCenter = viewport.location() + IntSize(viewport.width() / 2, viewport.height() / 2);
ContextShadow.cpp 109 void ContextShadow::blurLayerImage(unsigned char* imageData, const IntSize& size, int rowStride)
Gradient.cpp 69 void Gradient::adjustParametersForTiledDrawing(IntSize& size, FloatRect& srcRect)
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GraphicsLayerChromium.cpp 510 IntSize layerSize(m_size.width(), m_size.height());
641 m_contentsLayer->setBounds(IntSize(m_contentsRect.width(), m_contentsRect.height()));
LayerRendererChromium.cpp 124 m_rootLayerContentTiler = LayerTilerChromium::create(this, IntSize(256, 256), LayerTilerChromium::NoBorderTexels);
574 IntSize bounds = drawLayer->bounds();
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/openvg/
EGLDisplayOpenVG.cpp 24 #include "IntSize.h"
224 EGLSurface surface = createPbufferSurface(IntSize(1, 1), config);
239 EGLSurface EGLDisplayOpenVG::createPbufferSurface(const IntSize& size, const EGLConfig& config, EGLint* errorCode)
  /external/webkit/Source/WebCore/plugins/
PluginView.h 151 static PassRefPtr<PluginView> create(Frame* parentFrame, const IntSize&, Element*, const KURL&, const Vector<String>& paramNames, const Vector<String>& paramValues, const String& mimeType, bool loadManually);
291 PluginView(Frame* parentFrame, const IntSize&, PluginPackage*, Element*, const KURL&, const Vector<String>& paramNames, const Vector<String>& paramValues, const String& mimeType, bool loadManually);
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
ChromeClientEfl.cpp 326 void ChromeClientEfl::contentsSizeChanged(Frame* frame, const IntSize& size) const
512 void ChromeClientEfl::scroll(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect)
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
FrameLoaderClientWinCE.cpp 164 PassRefPtr<Widget> FrameLoaderClientWinCE::createPlugin(const IntSize&, HTMLPlugInElement*, const KURL&, const Vector<String>&, const Vector<String>&, const String&, bool)
190 PassRefPtr<Widget> FrameLoaderClientWinCE::createJavaAppletWidget(const IntSize&, HTMLAppletElement*, const KURL&, const Vector<String>&, const Vector<String>&)
  /external/webkit/Source/WebKit2/Platform/
Region.cpp 215 void Region::Shape::translate(const IntSize& offset)
448 void Region::translate(const IntSize& offset)
  /external/webkit/Source/WebKit2/UIProcess/
WebUIClient.cpp 36 #include <WebCore/IntSize.h>
359 void WebUIClient::didCompleteRubberBandForMainFrame(WebPageProxy* page, const IntSize& initialOverhang)
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.cpp 555 void WebPage::setSize(const WebCore::IntSize& viewSize)
583 void WebPage::setResizesToContentsUsingLayoutSize(const IntSize& targetLayoutSize)
611 IntSize contentSize = frame->view()->contentsSize();
621 void WebPage::scrollMainFrameIfNotAtMaxScrollPosition(const IntSize& scrollOffset)
630 IntSize newScrollOffset;
730 view->setFixedLayoutSize(IntSize());
733 void WebPage::setFixedLayoutSize(const IntSize& size)
823 IntSize size = rect.size();
825 size = IntSize(ceil(rect.width() * scaleFactor), ceil(rect.height() * scaleFactor));
    [all...]
  /external/webkit/Source/WebCore/loader/
DocumentWriter.cpp 152 m_frame->view()->setContentsSize(IntSize());
  /external/webkit/Source/WebCore/platform/android/
LocalizedStringsAndroid.cpp 341 String imageTitle(const String& filename, const IntSize& size)
  /external/webkit/Source/WebCore/platform/efl/
LocalizedStringsEfl.cpp 402 String imageTitle(const String& filename, const IntSize& size)
  /external/webkit/Source/WebCore/platform/graphics/android/
ImageAndroid.cpp 94 m_size = IntSize(ref->bitmap().width(), ref->bitmap().height());
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.cpp 889 const IntRect& rect, const IntSize& topLeft, const IntSize& topRight,
890 const IntSize& bottomLeft, const IntSize& bottomRight,
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
AndroidAnimation.cpp 313 IntSize size(layer->getSize().width(), layer->getSize().height());
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
InstrumentedPlatformCanvas.h 306 IntSize m_size;
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 1125 void GraphicsContext::fillRoundedRect(const IntRect& r, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace)
    [all...]

Completed in 467 milliseconds

<<2122232425262728