Searched refs:setSize (Results 126 - 150 of 211) sorted by relevance

123456789

/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderVideo.cpp262 mediaPlayer->setSize(IntSize(videoBounds.width(), videoBounds.height()));
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DFillLayer.h114 void setSize(FillSize f) { m_sizeType = f.type; m_sizeLength = f.size; } function in class:WebCore::FillLayer
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebIconDatabase.mm448 [icon setSize:size];
491 [nsImage setSize:size];
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DDOMHTML.idl473 - (void)setSize:(int)size;
475 HRESULT setSize([in] int size);
721 - (void)setSize:(unsigned)size;
723 HRESULT setSize([in] unsigned int size);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/qt/tests/qrawwebview/
H A Dtst_qrawwebview.cpp78 m_webView->setSize(size);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/CoordinatedGraphics/
H A DWebView.h57 void setSize(const WebCore::IntSize&);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DPageViewportController.cpp253 m_webPageProxy->drawingArea()->setSize(roundedIntSize(newSize), IntSize(), IntSize());
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DGraphicsLayerBlackBerry.cpp195 void GraphicsLayerBlackBerry::setSize(const FloatSize& size) function in class:WebCore::GraphicsLayerBlackBerry
200 GraphicsLayer::setSize(size);
/macosx-10.9.5/WebKit-7537.78.2/qt/WidgetSupport/
H A DQStyleFacadeImp.cpp213 option.rect.setSize(size);
291 opt.rect.setSize(rect.size());
/macosx-10.9.5/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/bind/serial/test/
H A DSerialBindingTest.java122 buffer.setSize(0);
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DScrollableArea.cpp428 scrollRect.setSize(idealScrollRectSize);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFloatRect.h90 void setSize(const FloatSize& size) { m_size = size; } function in class:WebCore::FloatRect
H A DLayoutRect.h71 void setSize(const LayoutSize& size) { m_size = size; } function in class:WebCore::LayoutRect
H A DMediaPlayer.cpp146 virtual void setSize(const IntSize&) { } function in class:WebCore::NullMediaPlayerPrivate
702 void MediaPlayer::setSize(const IntSize& size) function in class:WebCore::MediaPlayer
705 m_private->setSize(size);
H A DGraphicsLayer.h295 virtual void setSize(const FloatSize&);
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DWidgetRenderingContext.cpp97 m_targetRect.setSize(m_targetRect.size().shrunkTo(IntSize(maxWidth, maxHeight)));
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DSVGRootInlineBox.cpp176 parentBlock->setSize(boundingRect.size());
/macosx-10.9.5/WebCore-7537.78.1/svg/graphics/
H A DSVGImage.cpp138 scaledSrc.setSize(adjustedSrcSize);
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/PDF/
H A DSimplePDFPlugin.h67 void setSize(WebCore::IntSize size) { m_size = size; } function in class:WebKit::SimplePDFPlugin
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/AsmPrinter/
H A DDIE.h157 void setSize(unsigned S) { Size = S; } function in class:llvm::DIE
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXBitmap.c302 [image setSize:size];
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Drbbitblb.cpp982 dest->setSize(sourceSize+destOriginalSize, *fStatus);
1007 dest->setSize(di, *fStatus);
1242 fDtran->setSize(lastInputSymbol+1, *fStatus); // fDtran needs to be pre-sized.
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/mac/
H A DWebPageMac.mm443 resultRect.setSize(IntSize(0, 0));
846 layer->setSize(image->size());
863 layer->setSize(image->size());
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLInputElement.cpp1328 void HTMLInputElement::setSize(unsigned size) function in class:WebCore::HTMLInputElement
1333 void HTMLInputElement::setSize(unsigned size, ExceptionCode& ec) function in class:WebCore::HTMLInputElement
1338 setSize(size);
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DDataView.java566 valueThang.setSize(0);

Completed in 164 milliseconds

123456789