Home
last modified time | relevance | path

Searched defs:IntSize (Results 1 – 25 of 40) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/platform/geometry/cg/
DIntSizeCG.cpp33 IntSize::IntSize(const CGSize& s) : m_width(static_cast<int>(s.width)), m_height(static_cast<int>(s… in IntSize() function in blink::IntSize
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DIntSize.h45 IntSize() : m_width(0), m_height(0) { } in IntSize() function
46 IntSize(int width, int height) : m_width(width), m_height(height) { } in IntSize() function
DFloatSize.h44 class IntSize; variable
DFloatPoint.h48 class IntSize; variable
/external/chromium_org/third_party/WebKit/Source/platform/
DPopupMenu.h31 class IntSize; variable
DCrossThreadCopier.h48 class IntSize; variable
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStylePendingImage.h59 … virtual void setContainerSizeForRenderer(const RenderObject*, const IntSize&, float) OVERRIDE { } in setContainerSizeForRenderer()
62 virtual PassRefPtr<Image> image(RenderObject*, const IntSize&) const OVERRIDE in image()
/external/chromium_org/third_party/WebKit/Source/core/testing/
DDummyPageHolder.h48 class IntSize; variable
/external/chromium_org/third_party/WebKit/Source/web/
DViewportAnchor.h44 class IntSize; variable
DExternalPopupMenu.h44 class IntSize; variable
DWebLocalFrameImpl.h53 class IntSize; variable
DExternalPopupMenu.cpp69 void ExternalPopupMenu::show(const FloatQuad& controlPosition, const IntSize&, int index) in show()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DCrossfadeGeneratedImage.h44 virtual void setContainerSize(const IntSize&) OVERRIDE { } in setContainerSize()
DImageSource.h40 class IntSize; variable
DDisplayList.h44 class IntSize; variable
DImage.h79 virtual void setContainerSize(const IntSize&) { } in setContainerSize()
/external/chromium_org/third_party/WebKit/public/platform/
DWebSize.h79 operator IntSize() const in IntSize() function
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXNodeObject.h50 class IntSize; variable
DAXRenderObject.h51 class IntSize; variable
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSCanvasValue.cpp90 PassRefPtr<Image> CSSCanvasValue::image(RenderObject* renderer, const IntSize& /*size*/) in image()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DPinchViewport.h56 class IntSize; variable
DLocalFrame.h56 class IntSize; variable
/external/clang/lib/AST/
DMicrosoftCXXABI.cpp176 unsigned IntSize = Target.getIntWidth(); in getMemberPointerWidthAndAlign() local
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLCanvasElement.h57 class IntSize; variable
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorController.h66 class IntSize; variable

12