Searched refs:setSize (Results 1 - 25 of 181) sorted by relevance

12345678

/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DMachineCodeInfo.h32 void setSize(size_t s) { function in class:llvm::MachineCodeInfo
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DGraphicsLayerTransform.h34 void setSize(const FloatSize&);
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DMultipleKeyDataEntry.java103 key.setSize(keysz);
107 data.setSize(datasz);
H A DMultipleKeyNIODataEntry.java97 key.setSize(keysz);
101 data.setSize(datasz);
H A DMultipleRecnoDataEntry.java105 recno.setSize(INT32SZ);
109 data.setSize(datasz);
H A DMultipleRecnoNIODataEntry.java100 recno.setSize(INT32SZ);
104 data.setSize(datasz);
H A DMultipleDataEntry.java100 data.setSize(datasz);
H A DMultipleNIODataEntry.java95 data.setSize(datasz);
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dstreams.cpp48 void Sink::setSize(size_t) function in class:Security::Sink
129 void MemorySink::setSize(size_t expectedSize) function in class:Security::MemorySink
H A Dstreams.h86 virtual void setSize(size_t expectedSize);
173 void setSize(size_t expectedSize);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dstreams.cpp48 void Sink::setSize(size_t) function in class:Security::Sink
129 void MemorySink::setSize(size_t expectedSize) function in class:Security::MemorySink
H A Dstreams.h86 virtual void setSize(size_t expectedSize);
173 void setSize(size_t expectedSize);
/macosx-10.10/BerkeleyDB-21/db/test/scr016/src/com/sleepycat/db/test/
H A DAppendRecnoTest.java135 data.setSize(data.getSize() - 1);
153 data.setSize(data.getSize() - 1);
158 data.setSize(data.getSize() - 2);
163 data.setSize(3);
170 data.setSize(4);
/macosx-10.10/WebCore-7600.1.25/html/canvas/
H A DWebGLRenderbuffer.h49 void setSize(GC3Dsizei width, GC3Dsizei height) function in class:WebCore::WebGLRenderbuffer
/macosx-10.10/WebCore-7600.1.25/platform/graphics/win/
H A DMediaPlayerPrivateMediaFoundation.h65 virtual void setSize(const IntSize&);
H A DMediaPlayerPrivateMediaFoundation.cpp152 void MediaPlayerPrivateMediaFoundation::setSize(const IntSize&) function in class:WebCore::MediaPlayerPrivateMediaFoundation
/macosx-10.10/WebCore-7600.1.25/platform/image-decoders/jpeg/
H A DJPEGImageDecoder.h60 virtual bool setSize(unsigned width, unsigned height);
/macosx-10.10/WebCore-7600.1.25/platform/image-decoders/png/
H A DPNGImageDecoder.h45 virtual bool setSize(unsigned width, unsigned height);
/macosx-10.10/bmalloc-7600.1.17/bmalloc/
H A DBoundaryTag.h61 void setSize(size_t);
85 inline void BoundaryTag::setSize(size_t size) function in class:bmalloc::BoundaryTag
H A DBoundaryTagInlines.h87 beginTag->setSize(range.size());
100 leftSentinel->setSize(largeMin);
105 rightSentinel->setSize(largeMin);
153 beginTag->setSize(range.size());
178 beginTag->setSize(size);
188 leftoverBeginTag->setSize(leftover.size());
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/gtk/
H A DLayerTreeHostGtk.cpp97 m_rootLayer->setSize(m_webPage->size());
103 m_nonCompositedContentLayer->setSize(m_webPage->size());
210 m_rootLayer->setSize(newSize);
215 m_nonCompositedContentLayer->setSize(newSize);
228 it->value->setSize(newSize);
369 layer->setSize(m_webPage->size());
/macosx-10.10/WebCore-7600.1.25/platform/graphics/wince/
H A DMediaPlayerPrivateWinCE.h78 void setSize(const IntSize&);
/macosx-10.10/WebCore-7600.1.25/platform/image-decoders/gif/
H A DGIFImageDecoder.h48 virtual bool setSize(unsigned width, unsigned height);
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DDrawingAreaProxy.cpp54 void DrawingAreaProxy::setSize(const IntSize& size, const IntSize& layerPosition, const IntSize& scrollOffset) function in class:WebKit::DrawingAreaProxy
/macosx-10.10/BerkeleyDB-21/db/examples_java/src/db/
H A DBulkAccessNIOExample.java160 setSize(data.length);
163 setSize(data.length);

Completed in 224 milliseconds

12345678