Searched refs:setSize (Results 26 - 50 of 211) sorted by relevance

123456789

/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DWebOverlayOverride.cpp58 void WebOverlayOverride::setSize(const Platform::FloatSize& size) function in class:BlackBerry::WebKit::WebOverlayOverride
117 void WebOverlayOverride::setSize(const Platform::FloatSize&)
H A DWebOverlay.h84 void setSize(const Platform::FloatSize&);
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DSelectionOverlay.cpp69 overlay->setSize(m_page->contentsSize());
71 overlay->setSize(parent->size());
H A DInspectorOverlayBlackBerry.cpp79 m_overlay->setSize(WebCore::FloatSize(size.width(), size.height()));
/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DAcceleratedCompositingContextCairo.cpp88 m_rootGraphicsLayer->setSize(core(m_webView)->mainFrame()->view()->frameRect().size());
112 m_rootGraphicsLayer->setSize(size);
H A DAcceleratedCompositingContextClutter.cpp57 m_rootLayer->setSize(pageSize);
63 m_nonCompositedContentLayer->setSize(pageSize);
162 m_rootLayer->setSize(newSize);
167 m_nonCompositedContentLayer->setSize(newSize);
H A DAcceleratedCompositingContextGL.cpp96 m_rootLayer->setSize(pageSize);
102 m_nonCompositedContentLayer->setSize(pageSize);
286 m_rootLayer->setSize(newSize);
291 m_nonCompositedContentLayer->setSize(newSize);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DLayerTexture.h91 void setSize(const IntSize& size) { m_size = size; } function in class:WebCore::LayerTexture
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/freetype/
H A DFontPlatformData.h72 void setSize(float size) { m_size = size; } function in class:WebCore::FontPlatformData
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DQTMovieGWorld.h60 void setSize(int width, int height);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/wince/
H A DMediaPlayerPrivateWinCE.h78 void setSize(const IntSize&);
/macosx-10.9.5/WebCore-7537.78.1/platform/image-decoders/gif/
H A DGIFImageDecoder.h48 virtual bool setSize(unsigned width, unsigned height);
H A DGIFImageDecoder.cpp65 bool GIFImageDecoder::setSize(unsigned width, unsigned height) function in class:WebCore::GIFImageDecoder
70 if (!ImageDecoder::setSize(width, height))
365 if (!buffer->setSize(scaledSize().width(), scaledSize().height()))
396 if (!buffer->setSize(bufferSize.width(), bufferSize.height()))
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DAcceleratedCompositingContextEfl.cpp109 m_rootGraphicsLayer->setSize(WebCore::IntSize(1, 1));
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/qt/raw/
H A Dqrawwebview_p.h75 void setSize(const QSize&);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/mac/
H A DRemoteGraphicsLayer.h58 virtual void setSize(const WebCore::FloatSize&) OVERRIDE;
H A DRemoteGraphicsLayer.mm131 void RemoteGraphicsLayer::setSize(const FloatSize& size)
136 GraphicsLayer::setSize(size);
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/db/
H A DBulkAccessNIOExample.java160 setSize(data.length);
163 setSize(data.length);
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Duvectr64.cpp73 setSize(other.count);
191 void UVector64::setSize(int32_t newSize) { function in class:UVector64
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebNSImageExtras.m55 [self setSize:newSize];
/macosx-10.9.5/securityd-55199.3/tests/
H A Dtestclient.cpp97 int setSize = strlen(sequence); local
99 char type = sequence[random() % setSize];
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dfphdlimp.cpp95 vec->setSize(size);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DGraphicsLayerTransform.cpp41 void GraphicsLayerTransform::setSize(const FloatSize& size) function in class:WebCore::GraphicsLayerTransform
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/coordinated/
H A DCoordinatedBackingStore.h64 void setSize(const FloatSize&);
/macosx-10.9.5/WebCore-7537.78.1/platform/image-decoders/ico/
H A DICOImageDecoder.h52 virtual bool setSize(unsigned width, unsigned height);

Completed in 225 milliseconds

123456789