Home
last modified time | relevance | path

Searched defs:frameRect (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
DWebRemoteFrameClient.h31 const WebRect& frameRect, in initializeChildFrame()
DWebFrameClient.h557 virtual void initializeChildFrame(const WebRect& frameRect, float scaleFactor) { } in initializeChildFrame()
/external/chromium_org/third_party/WebKit/Source/core/plugins/
DPluginOcclusionSupport.cpp129 static void addTreeToOcclusions(const RenderObject* renderer, const IntRect& frameRect, Vector<IntR… in addTreeToOcclusions()
151 void getPluginOcclusions(Element* element, Widget* parentWidget, const IntRect& frameRect, Vector<I… in getPluginOcclusions()
/external/chromium_org/third_party/WebKit/Source/web/
DScrollbarGroup.cpp37 ScrollbarGroup::ScrollbarGroup(FrameView* frameView, const IntRect& frameRect) in ScrollbarGroup()
126 void ScrollbarGroup::setFrameRect(const IntRect& frameRect) in setFrameRect()
DWebPluginContainerImpl.cpp101 void WebPluginContainerImpl::setFrameRect(const IntRect& frameRect) in setFrameRect()
930 void WebPluginContainerImpl::calculateGeometry(const IntRect& frameRect, in calculateGeometry()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderFullScreen.cpp186 void RenderFullScreen::createPlaceholder(PassRefPtr<RenderStyle> style, const LayoutRect& frameRect) in createPlaceholder()
DFloatingObjects.h76 const LayoutRect& frameRect() const { ASSERT(isPlaced()); return m_frameRect; } in frameRect() function
77 …void setFrameRect(const LayoutRect& frameRect) { ASSERT(!isInPlacedTree()); m_frameRect = frameRec… in setFrameRect()
DFloatingObjects.cpp63 FloatingObject::FloatingObject(RenderBox* renderer, Type type, const LayoutRect& frameRect, bool sh… in FloatingObject()
DRenderBox.h177 LayoutRect frameRect() const { return m_frameRect; } in frameRect() function
DInlineFlowBox.cpp1069 LayoutRect frameRect = roundedFrameRect(); in nodeAtPoint() local
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/webp/
DWEBPImageDecoder.cpp335 …IntRect frameRect(animatedFrame.x_offset, animatedFrame.y_offset, animatedFrame.width, animatedFra… in updateDemuxer() local
478 const IntRect& frameRect = buffer.originalFrameRect(); in applyPostProcessing() local
577 const IntRect& frameRect = buffer.originalFrameRect(); in decode() local
/external/chromium_org/third_party/WebKit/Source/core/editing/
DFrameSelectionTest.cpp132 IntRect frameRect = frameView.frameRect(); in TEST_F() local
/external/chromium_org/third_party/WebKit/Source/core/paint/
DInlineFlowBoxPainter.cpp196 LayoutRect frameRect = roundedFrameRectClampedToLineTopAndBottomIfNeeded(); in paintBoxDecorationBackground() local
259 LayoutRect frameRect = roundedFrameRectClampedToLineTopAndBottomIfNeeded(); in paintMask() local
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebScrollbarThemeClientImpl.cpp95 IntRect WebScrollbarThemeClientImpl::frameRect() const in frameRect() function in blink::WebScrollbarThemeClientImpl
/external/chromium_org/third_party/WebKit/Source/web/tests/
DFakeWebPlugin.h55 …virtual void updateGeometry(const WebRect& frameRect, const WebRect& clipRect, const WebVector<Web… in updateGeometry()
/external/chromium_org/third_party/WebKit/Source/platform/
DWidget.h64 const IntRect& frameRect() const { return m_frame; } in frameRect() function
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollbar.h69 virtual IntRect frameRect() const OVERRIDE { return Widget::frameRect(); } in frameRect() function
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
DGIFImageDecoder.cpp309 IntRect frameRect = frameContext->frameRect(); in parse() local
DGIFImageReader.h222 …blink::IntRect frameRect() const { return blink::IntRect(m_xOffset, m_yOffset, m_width, m_height);… in frameRect() function
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTextFormControlElementTest.cpp91 IntRect frameRect = frameView.frameRect(); in forceLayoutFlag() local