Searched defs:IntSize (Results 26 - 39 of 39) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/
H A DMediaPlayer.cpp98 virtual IntSize naturalSize() const { return IntSize(0, 0); }
132 virtual void setSize(const IntSize&) { } argument
473 IntSize MediaPlayer::naturalSize()
593 void MediaPlayer::setSize(const IntSize& size)
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DFrameLoaderClientWinCE.cpp164 PassRefPtr<Widget> FrameLoaderClientWinCE::createPlugin(const IntSize&, HTMLPlugInElement*, const KURL&, const Vector<String>&, const Vector<String>&, const String&, bool) argument
190 PassRefPtr<Widget> FrameLoaderClientWinCE::createJavaAppletWidget(const IntSize&, HTMLAppletElement*, const KURL&, const Vector<String>&, const Vector<String>&) argument
/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1480 CharUnits IntSize = local
1483 setSize(getSize() + IntSize);
H A DASTContext.cpp4201 uint64_t IntSize = getTypeSize(IntTy); local
4205 if (BitWidth < IntSize)
4208 if (BitWidth == IntSize)
4257 uint64_t IntSize = getIntWidth(IntTy); local
4258 assert(Promotable->isUnsignedIntegerType() && PromotableSize <= IntSize);
4259 return (PromotableSize != IntSize) ? IntTy : UnsignedIntTy;
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DFrameLoaderClientEfl.cpp330 PassRefPtr<Widget> FrameLoaderClientEfl::createPlugin(const IntSize& pluginSize, HTMLPlugInElement* element, const KURL& url, const Vector<String>& paramNames, const Vector<String>& paramValues, const String& mimeType, bool loadManually)
363 PassRefPtr<Widget> FrameLoaderClientEfl::createJavaAppletWidget(const IntSize&, HTMLAppletElement*, const KURL& baseURL, argument
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DFrameLoaderClientHaiku.cpp763 PassRefPtr<Widget> FrameLoaderClientHaiku::createPlugin(const IntSize&, HTMLPlugInElement*, argument
784 PassRefPtr<Widget> FrameLoaderClientHaiku::createJavaAppletWidget(const IntSize&, HTMLAppletElement*, argument
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DFrameLoaderClientWx.cpp881 PassRefPtr<Widget> FrameLoaderClientWx::createPlugin(const IntSize& size, HTMLPlugInElement* element, const KURL& url, const Vector<String>& paramNames, const Vector<String>& paramValues, const String& mimeType, bool loadManually)
904 PassRefPtr<Widget> FrameLoaderClientWx::createJavaAppletWidget(const IntSize&, HTMLAppletElement*, const KURL& baseURL, argument
963 IntSize size = IntRect(m_webView->GetRect()).size();
971 m_frame->createView(size, backgroundColor, transparent, IntSize(), false);
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.cpp1106 IntSize currentVisibleContentSize = m_frame->coreFrame()->view() ? m_frame->coreFrame()->view()->actualVisibleContentRect().size() : IntSize();
1120 m_frame->coreFrame()->createView(webPage->size(), backgroundColor, false, IntSize(), false);
1201 PassRefPtr<Widget> WebFrameLoaderClient::createPlugin(const IntSize&, HTMLPlugInElement* pluginElement, const KURL& url, const Vector<String>& paramNames, const Vector<String>& paramValues, const String& mimeType, bool loadManually) argument
1255 PassRefPtr<Widget> WebFrameLoaderClient::createJavaAppletWidget(const IntSize& pluginSize, HTMLAppletElement* appletElement, const KURL& baseURL, const Vector<String>& paramNames, const Vector<String>& paramValues)
/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp497 int IntSize = 0; local
504 ++IntSize;
507 --IntSize;
526 if ((hasIntegerTypes() && IntSize == 0)
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DFrameLoaderClientAndroid.cpp256 WebCore::Image* icon = WebCore::iconDatabase().synchronousIconForPageURL(url, WebCore::IntSize(16, 16));
263 icon = WebCore::iconDatabase().synchronousIconForPageURL(originalURL, WebCore::IntSize(16, 16));
1076 PluginToggleWidget(Frame* parent, const IntSize& size,
1185 IntSize m_size;
1195 const IntSize& size,
1278 WTF::PassRefPtr<Widget> FrameLoaderClientAndroid::createJavaAppletWidget(const IntSize&, HTMLAppletElement*, argument
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h163 virtual void scroll(const IntSize&, const IntRect&, const IntRect&) { } argument
174 virtual void contentsSizeChanged(Frame*, const IntSize&) const { }
370 virtual PassRefPtr<Widget> createPlugin(const IntSize&, HTMLPlugInElement*, const KURL&, const Vector<String>&, const Vector<String>&, const String&, bool) { return 0; } argument
371 virtual PassRefPtr<Widget> createJavaAppletWidget(const IntSize&, HTMLAppletElement*, const KURL&, const Vector<String>&, const Vector<String>&) { return 0; } argument
373 virtual PassRefPtr<Widget> createMediaPlayerProxyPlugin(const IntSize&, HTMLMediaElement*, const KURL&, const Vector<String>&, const Vector<String>&, const String&) { return 0; } argument
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp3059 unsigned IntSize = local
3062 llvm::APInt(IntSize, 8),
4226 unsigned IntSize = local
4231 unsigned offset = (VoidPtrSize*4 + IntSize + IntSize)/Context->getCharWidth();
4627 unsigned IntSize = local
4629 Expr *FlagExp = IntegerLiteral::Create(*Context, llvm::APInt(IntSize, flag),
H A DRewriteModernObjC.cpp2643 unsigned IntSize = local
2647 llvm::APInt(IntSize, Exp->getValue()),
3665 unsigned IntSize = local
3668 llvm::APInt(IntSize, 8),
5177 unsigned IntSize = local
5182 unsigned offset = (VoidPtrSize*4 + IntSize + IntSize)/Context->getCharWidth();
5595 unsigned IntSize = local
5597 Expr *FlagExp = IntegerLiteral::Create(*Context, llvm::APInt(IntSize, flag),
/external/clang/lib/Sema/
H A DSemaExpr.cpp2691 unsigned IntSize = Context.getTargetInfo().getIntWidth(); local
2692 return Owned(IntegerLiteral::Create(Context, llvm::APInt(IntSize, Val),
2908 unsigned IntSize = Context.getTargetInfo().getIntWidth(); local
2911 if (ResultVal.isIntN(IntSize)) {
2913 if (!Literal.isUnsigned && ResultVal[IntSize-1] == 0)
2917 Width = IntSize;

Completed in 2066 milliseconds

12