Searched defs:IntSize (Results 1 - 24 of 24) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DIntSize.cpp39 IntSize::IntSize(const FloatSize& s) function in class:WebCore::IntSize
H A DIntSize.h61 class IntSize { class in namespace:WebCore
63 IntSize() : m_width(0), m_height(0) { } function in class:WebCore::IntSize
64 IntSize(int width, int height) : m_width(width), m_height(height) { } function in class:WebCore::IntSize
[all...]
H A DImage.h147 virtual CGImageRef getFirstCGImageRefOfSize(const IntSize&) { return 0; } argument
154 virtual bool getHBITMAPOfSize(HBITMAP, const IntSize*) { return false; } argument
H A DMediaPlayer.h241 virtual void mediaPlayerSetSize(const IntSize&) { } argument
H A DMediaPlayer.cpp136 virtual void setSize(const IntSize&) { } argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cg/
H A DIntSizeCG.cpp35 IntSize::IntSize(const CGSize& s) : m_width(static_cast<int>(s.width)), m_height(static_cast<int>(s.height)) function in class:WebCore::IntSize
H A DImageBufferDataCG.cpp57 ImageBufferData::ImageBufferData(const IntSize&) argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/win/
H A DIntSizeWin.cpp33 IntSize::IntSize(const SIZE& s) function in class:WebCore::IntSize
H A DMediaPlayerPrivateMediaFoundation.cpp152 void MediaPlayerPrivateMediaFoundation::setSize(const IntSize&) argument
/macosx-10.10/WebCore-7600.1.25/loader/icon/
H A DIconRecord.cpp56 Image* IconRecord::image(const IntSize&) argument
H A DIconDatabaseBase.h181 virtual Image* synchronousIconForPageURL(const String&, const IntSize&) { return 0; } argument
182 virtual PassNativeImagePtr synchronousNativeIconForPageURL(const String&, const IntSize&) { return 0; } argument
194 virtual Image* defaultIcon(const IntSize&) { return 0; } argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/surfaces/
H A DGraphicsSurface.cpp86 GraphicsSurface::GraphicsSurface(const IntSize&, Flags flags) argument
/macosx-10.10/WebCore-7600.1.25/loader/
H A DEmptyClients.cpp147 PassRefPtr<Widget> EmptyFrameLoaderClient::createPlugin(const IntSize&, HTMLPlugInElement*, const URL&, const Vector<String>&, const Vector<String>&, const String&, bool) argument
156 PassRefPtr<Widget> EmptyFrameLoaderClient::createJavaAppletWidget(const IntSize&, HTMLAppletElement*, const URL&, const Vector<String>&, const Vector<String>&) argument
/macosx-10.10/WebCore-7600.1.25/loader/icon/wince/
H A DIconDatabaseWinCE.cpp54 Image* IconDatabase::iconForPageURL(const String&, const IntSize&) { return 0; } argument
57 Image* IconDatabase::defaultIcon(const IntSize&) { return 0;} argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/surfaces/efl/
H A DGraphicsSurfaceCommon.cpp256 std::unique_ptr<GraphicsContext> GraphicsSurface::platformBeginPaint(const IntSize&, char*, int) argument
/macosx-10.10/WebCore-7600.1.25/platform/mock/mediasource/
H A DMockMediaPlayerMediaSource.cpp180 void MockMediaPlayerMediaSource::setSize(const IntSize&) argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/
H A DMediaPlayerPrivateAVFoundation.cpp593 void MediaPlayerPrivateAVFoundation::setSize(const IntSize&) argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/surfaces/glx/
H A DGraphicsSurfaceGLX.cpp454 std::unique_ptr<GraphicsContext> GraphicsSurface::platformBeginPaint(const IntSize argument
[all...]
/macosx-10.10/WebKit-7600.1.25/wince/WebCoreSupport/
H A DChromeClientWinCE.cpp245 void ChromeClientWinCE::scroll(const IntSize&, const IntRect& rectToScroll, const IntRect&) argument
H A DFrameLoaderClientWinCE.cpp166 PassRefPtr<Widget> FrameLoaderClientWinCE::createPlugin(const IntSize&, HTMLPlugInElement*, const URL&, const Vector<String>&, const Vector<String>&, const String&, bool) argument
184 PassRefPtr<Widget> FrameLoaderClientWinCE::createJavaAppletWidget(const IntSize&, HTMLAppletElement*, const URL&, const Vector<String>&, const Vector<String>&) argument
/macosx-10.10/WebCore-7600.1.25/html/track/
H A DVTTCue.cpp1156 void VTTCue::setFontSize(int fontSize, const IntSize&, bool important) argument
/macosx-10.10/WebCore-7600.1.25/platform/efl/
H A DLocalizedStringsEfl.cpp446 String imageTitle(const String&, const IntSize&) argument
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.cpp1339 PassRefPtr<Widget> WebFrameLoaderClient::createPlugin(const IntSize&, HTMLPlugInElement* pluginElement, const URL& url, const Vector<String>& paramNames, const Vector<String>& paramValues, const String& mimeType, bool loadManually) argument
/macosx-10.10/llvmCore-3425.0.34/utils/TableGen/
H A DCodeGenDAGPatterns.cpp466 int IntSize = 0; local

Completed in 316 milliseconds