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

<<11121314151617181920>>

  /external/webkit/Source/WebKit/efl/ewk/
ewk_settings.cpp 30 #include "IntSize.h"
235 WebCore::Image *icon = WebCore::iconDatabase().synchronousIconForPageURL(kurl.string(), WebCore::IntSize(16, 16));
267 WebCore::Image* icon = WebCore::iconDatabase().synchronousIconForPageURL(kurl.string(), WebCore::IntSize(16, 16));
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
FrameLoaderClientGtk.h 119 virtual PassRefPtr<WebCore::Widget> createPlugin(const WebCore::IntSize&, WebCore::HTMLPlugInElement*, const WebCore::KURL&, const WTF::Vector<WTF::String>&, const WTF::Vector<WTF::String>&, const WTF::String&, bool);
121 virtual PassRefPtr<WebCore::Widget> createJavaAppletWidget(const WebCore::IntSize&, WebCore::HTMLAppletElement*, const WebCore::KURL& baseURL, const WTF::Vector<WTF::String>& paramNames, const WTF::Vector<WTF::String>& paramValues);
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
ChromeClientHaiku.cpp 281 void ChromeClientHaiku::scroll(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect)
304 void ChromeClientHaiku::contentsSizeChanged(Frame*, const IntSize&) const
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebChromeClient.h 96 virtual void scroll(const WebCore::IntSize& scrollDelta, const WebCore::IntRect& rectToScroll, const WebCore::IntRect& clipRect);
101 virtual void contentsSizeChanged(WebCore::Frame*, const WebCore::IntSize&) const;
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.h 209 virtual PassRefPtr<Widget> createPlugin(const IntSize&, HTMLPlugInElement*, const KURL&, const Vector<String>&, const Vector<String>&, const String&, bool);
212 virtual PassRefPtr<Widget> createJavaAppletWidget(const IntSize&, HTMLAppletElement*, const KURL& baseURL, const Vector<String>& paramNames, const Vector<String>& paramValues);
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
ChromeClientWinCE.cpp 252 void ChromeClientWinCE::scroll(const IntSize&, const IntRect& rectToScroll, const IntRect&)
275 void ChromeClientWinCE::contentsSizeChanged(Frame*, const IntSize&) const
FrameLoaderClientWinCE.h 114 virtual PassRefPtr<WebCore::Widget> createPlugin(const WebCore::IntSize&, WebCore::HTMLPlugInElement*, const WebCore::KURL&, const WTF::Vector<WTF::String>&, const WTF::Vector<WTF::String>&, const WTF::String&, bool);
116 virtual PassRefPtr<WebCore::Widget> createJavaAppletWidget(const WebCore::IntSize&, WebCore::HTMLAppletElement*, const WebCore::KURL& baseURL, const WTF::Vector<WTF::String>& paramNames, const WTF::Vector<WTF::String>& paramValues);
  /external/webkit/Source/WebKit/wx/WebKitSupport/
FrameLoaderClientWx.h 215 virtual PassRefPtr<Widget> createPlugin(const IntSize&, HTMLPlugInElement*, const KURL&, const Vector<String>&, const Vector<String>&, const String&, bool loadManually) ;
219 virtual PassRefPtr<Widget> createJavaAppletWidget(const IntSize&, HTMLAppletElement*, const KURL& baseURL, const Vector<String>& paramNames, const Vector<String>& paramValues);
  /external/webkit/Source/WebKit2/UIProcess/mac/
BackingStoreMac.mm 116 void BackingStore::scroll(const IntRect& scrollRect, const IntSize& scrollOffset)
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebFrameLoaderClient.h 189 virtual PassRefPtr<WebCore::Widget> createPlugin(const WebCore::IntSize&, WebCore::HTMLPlugInElement*, const WebCore::KURL&, const Vector<String>&, const Vector<String>&, const String&, bool loadManually);
192 virtual PassRefPtr<WebCore::Widget> createJavaAppletWidget(const WebCore::IntSize&, WebCore::HTMLAppletElement*, const WebCore::KURL& baseURL, const Vector<String>& paramNames, const Vector<String>& paramValues);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/ca/mac/
LayerTreeHostCAMac.mm 101 void LayerTreeHostCAMac::sizeDidChange(const IntSize& newSize)
  /external/webkit/Source/WebCore/page/
FrameView.cpp 166 PassRefPtr<FrameView> FrameView::create(Frame* frame, const IntSize& initialSize)
229 m_lastLayoutSize = IntSize();
275 setContentsSize(IntSize());
283 m_margins = IntSize(-1, -1); // undefined
284 m_size = IntSize();
454 void FrameView::setContentsSize(const IntSize& size)
483 IntSize size = IntSize(root->docWidth(), root->docHeight());
916 m_lastLayoutSize = IntSize(width(), height());
932 IntSize oldSize = m_size
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
MediaPlayer.cpp 98 virtual IntSize naturalSize() const { return IntSize(0, 0); }
132 virtual void setSize(const IntSize&) { }
473 IntSize MediaPlayer::naturalSize()
593 void MediaPlayer::setSize(const IntSize& size)
  /external/webkit/Source/WebCore/rendering/
RenderLayer.cpp 678 IntSize inlineBoundingBoxOffset; // We don't put this into the RenderLayer x/y for inlines, so we need to subtract it out when done.
684 inlineBoundingBoxOffset = IntSize(lineBox.x(), lineBox.y());
718 IntSize offset = positionedParent->scrolledContentOffset();
722 IntSize offset = toRenderInline(positionedParent->renderer())->relativePositionedInlineOffset(toRenderBox(renderer()));
729 IntSize columnOffset;
734 IntSize scrollOffset = parent()->scrolledContentOffset();
    [all...]
RenderInline.cpp 471 culledInlineAbsoluteRects(this, rects, IntSize(tx, ty));
489 void RenderInline::culledInlineAbsoluteRects(const RenderInline* container, Vector<IntRect>& rects, const IntSize& offset)
    [all...]
RenderBlock.h 124 IntRect logicalLeftSelectionGap(RenderBlock* rootBlock, const IntPoint& rootBlockPhysicalPosition, const IntSize& offsetFromRootBlock,
126 IntRect logicalRightSelectionGap(RenderBlock* rootBlock, const IntPoint& rootBlockPhysicalPosition, const IntSize& offsetFromRootBlock,
138 virtual void adjustForColumns(IntSize&, const IntPoint&) const;
578 GapRects selectionGaps(RenderBlock* rootBlock, const IntPoint& rootBlockPhysicalPosition, const IntSize& offsetFromRootBlock,
580 GapRects inlineSelectionGaps(RenderBlock* rootBlock, const IntPoint& rootBlockPhysicalPosition, const IntSize& offsetFromRootBlock,
582 GapRects blockSelectionGaps(RenderBlock* rootBlock, const IntPoint& rootBlockPhysicalPosition, const IntSize& offsetFromRootBlock,
584 IntRect blockSelectionGap(RenderBlock* rootBlock, const IntPoint& rootBlockPhysicalPosition, const IntSize& offsetFromRootBlock,
    [all...]
RenderLayerBacking.cpp 382 IntSize rendererOffset(parentClipRect.location().x() - deltaX, parentClipRect.location().y() - deltaY);
391 IntSize oldOffsetFromRenderer = m_graphicsLayer->offsetFromRenderer();
462 IntSize foregroundOffset = m_graphicsLayer->offsetFromRenderer();
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 135 m_drawingBuffer = m_context3D->graphicsContext3D()->createDrawingBuffer(IntSize(canvas->width(), canvas->height()));
137 c->setSharedGraphicsContext3D(0, 0, IntSize());
140 c->setSharedGraphicsContext3D(m_context3D.get(), m_drawingBuffer.get(), IntSize(canvas->width(), canvas->height()));
180 if (m_drawingBuffer->reset(IntSize(canvas()->width(), canvas()->height()))) {
181 c->setSharedGraphicsContext3D(m_context3D.get(), m_drawingBuffer.get(), IntSize(canvas()->width(), canvas()->height()));
188 c->setSharedGraphicsContext3D(0, 0, IntSize());
543 c->setSharedGraphicsContext3D(0, 0, IntSize());
    [all...]
  /external/webkit/Source/WebCore/dom/
Element.h 41 class IntSize;
268 IntSize minimumSizeForResizing() const;
269 void setMinimumSizeForResizing(const IntSize&);
  /external/webkit/Source/WebKit/android/jni/
PicturePile.cpp 139 void PicturePile::setSize(const IntSize& size)
143 IntSize oldSize = m_size;
191 m_size = IntSize(0,0);
  /external/webkit/Source/WebKit/chromium/src/
WebMediaPlayerClientImpl.cpp 13 #include "IntSize.h"
267 IntSize WebMediaPlayerClientImpl::naturalSize() const
271 return IntSize();
423 void WebMediaPlayerClientImpl::setSize(const IntSize& size)
  /external/webkit/Source/WebCore/css/
WebKitCSSMatrix.cpp 75 if (operations.operations()[i].get()->apply(t, IntSize(0, 0))) {
  /external/webkit/Source/WebCore/platform/
DefaultLocalizationStrategy.h 168 virtual String imageTitle(const String& filename, const IntSize&);
  /external/webkit/Source/WebCore/platform/brew/
LocalizedStringsBrew.cpp 344 String imageTitle(const String& filename, const IntSize& size)
  /external/webkit/Source/WebCore/platform/efl/
ScrollbarEfl.cpp 139 rect.setSize(IntSize(w, h));

Completed in 1265 milliseconds

<<11121314151617181920>>