Searched refs:setSize (Results 51 - 75 of 211) sorted by relevance

123456789

/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DDrawingAreaProxy.h65 void setSize(const WebCore::IntSize&, const WebCore::IntSize&, const WebCore::IntSize& scrollOffset);
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DWebOverlay_p.h79 virtual void setSize(const WebCore::FloatSize&) = 0;
138 virtual void setSize(const WebCore::FloatSize&);
228 virtual void setSize(const WebCore::FloatSize&);
H A DWebOverlay.cpp97 void WebOverlay::setSize(const Platform::FloatSize& size) function in class:BlackBerry::WebKit::WebOverlay
99 d->setSize(size);
281 void WebOverlayPrivateWebKitThread::setSize(const FloatSize& size) function in class:BlackBerry::WebKit::WebOverlayPrivateWebKitThread
283 m_layer->setSize(size);
360 setSize(FloatSize(0, 0));
574 void WebOverlayPrivateCompositingThread::setSize(const FloatSize& size) function in class:BlackBerry::WebKit::WebOverlayPrivateCompositingThread
747 void WebOverlay::setSize(const Platform::FloatSize&)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DGraphicsLayerTextureMapper.cpp187 value->setSize(size());
224 void GraphicsLayerTextureMapper::setSize(const FloatSize& value) function in class:WebCore::GraphicsLayerTextureMapper
229 GraphicsLayer::setSize(value);
231 maskLayer()->setSize(value);
504 m_layer->setSize(size());
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/db/
H A DTpcbExample.java255 kdbt.setSize(4); // sizeof(int)
257 ddbt.setSize(drec.data.length); // uses whole array
279 kdbt.setSize(arr.length);
281 ddbt.setSize(hrec.data.length);
467 k_histdbt.setSize(4 /* == sizeof(int)*/);
471 k_dbt.setSize(4 /* == sizeof(int)*/);
H A DBtRecExample.java247 setSize(data.length);
279 setSize(data.length);
/macosx-10.9.5/WebCore-7537.78.1/platform/image-decoders/ico/
H A DICOImageDecoder.cpp93 bool ICOImageDecoder::setSize(unsigned width, unsigned height) function in class:WebCore::ICOImageDecoder
97 return m_frameSize.isEmpty() ? ImageDecoder::setSize(width, height) : ((IntSize(width, height) == m_frameSize) || setFailed());
288 return setSize(dirEntry.m_size.width(), dirEntry.m_size.height());
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/qt/raw/
H A Dqrawwebview.cpp335 void QRawWebView::setSize(const QSize& size) function in class:QRawWebView
342 drawingArea->setSize(size, WebCore::IntSize(), WebCore::IntSize());
346 drawingArea->setSize(d->m_size, WebCore::IntSize(), WebCore::IntSize());
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dv32test.cpp333 // setSize
340 a->setSize(100);
350 a->setSize(2);
354 a->setSize(0);
405 a->setSize(20000);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DInbandTextTrackPrivateClient.h64 void setSize(double size) { m_size = size; } function in class:WebCore::GenericCueData
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gstreamer/
H A DMediaPlayerPrivateGStreamerBase.h78 void setSize(const IntSize&);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DMediaPlayerPrivateQt.h97 void setSize(const IntSize&);
H A DImageDecoderQt.cpp158 setSize(size.width(), size.height());
197 if (!buffer->setSize(imageSize.width(), imageSize.height()))
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DQTMovieGWorld.cpp76 void setSize(int, int);
234 void QTMovieGWorldPrivate::setSize(int width, int height) function in class:QTMovieGWorldPrivate
320 void QTMovieGWorld::setSize(int width, int height) function in class:QTMovieGWorld
322 m_private->setSize(width, height);
/macosx-10.9.5/WebCore-7537.78.1/platform/image-decoders/png/
H A DPNGImageDecoder.cpp242 bool PNGImageDecoder::setSize(unsigned width, unsigned height) function in class:WebCore::PNGImageDecoder
244 if (!ImageDecoder::setSize(width, height))
328 bool result = setSize(width, height);
438 if (!buffer.setSize(scaledSize().width(), scaledSize().height())) {
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DDefaultTapHighlight.cpp87 m_overlay->setSize(rect.size());
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DTextureMapperLayerClientQt.cpp72 m_rootGraphicsLayer->setSize(IntSize(1, 1));
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/qt/tests/qquickwebview/
H A Dtst_qquickwebview.cpp316 webView1->setSize(QSizeF(300, 400));
321 webView2->setSize(QSizeF(300, 400));
377 webView1->setSize(QSizeF(300, 400));
382 webView2->setSize(QSizeF(300, 400));
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dbytestrieiterator.cpp92 stack_->setSize(0);
114 stack_->setSize(stackSize-2);
H A Ducharstrieiterator.cpp91 stack_->setSize(0);
113 stack_->setSize(stackSize-2);
H A Duvectr32.cpp76 setSize(other.count);
273 void UVector32::setSize(int32_t newSize) { function in class:UVector32
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorApplicationCacheAgent.cpp168 .setSize(applicationCacheInfo.m_size)
207 .setSize(static_cast<int>(resourceInfo.m_size))
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DTextureCacheCompositingThread.cpp113 texture->setSize(size);
133 texture->setSize(size);
/macosx-10.9.5/WebCore-7537.78.1/platform/image-decoders/
H A DImageDecoder.h104 bool setSize(int newWidth, int newHeight);
253 virtual bool setSize(unsigned width, unsigned height)
/macosx-10.9.5/WebCore-7537.78.1/platform/image-decoders/webp/
H A DWEBPImageDecoder.cpp245 if (!setSize(width, height))
258 if (!buffer.setSize(size().width(), size().height()))

Completed in 267 milliseconds

123456789