Searched defs:frameRect (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/Shared/API/c/
H A DWKRenderObject.cpp76 IntRect frameRect = toImpl(renderObjectRef)->frameRect(); local
/macosx-10.10/WebCore-7600.1.25/platform/efl/
H A DWidgetEfl.cpp65 IntRect Widget::frameRect() const function in class:WebCore::Widget
/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DWidgetWin.cpp91 IntRect Widget::frameRect() const function in class:WebCore::Widget
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DWidgetGtk.cpp102 IntRect Widget::frameRect() const function in class:WebCore::Widget
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderFullScreen.cpp188 void RenderFullScreen::createPlaceholder(PassRef<RenderStyle> style, const LayoutRect& frameRect) argument
H A DFloatingObjects.h67 const LayoutRect& frameRect() const { ASSERT(isPlaced()); return m_frameRect; } function in class:WebCore::FloatingObject
68 void setFrameRect(const LayoutRect& frameRect) { ASSERT(!isInPlacedTree()); m_frameRect = frameRect; } argument
H A DFloatingObjects.cpp63 FloatingObject::FloatingObject(RenderBox& renderer, Type type, const LayoutRect& frameRect, bool shouldPaint, bool isDescendant) argument
H A DInlineBox.h213 FloatRect frameRect() const { return FloatRect(topLeft(), size()); } function in class:WebCore::InlineBox
H A DRenderBox.h151 LayoutRect frameRect() const { return m_frameRect; } function in class:WebCore::RenderBox
H A DRenderBox.cpp72 LayoutRect frameRect; member in struct:WebCore::SameSizeAsRenderBox
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebRenderObject.cpp59 PassRefPtr<WebRenderObject> WebRenderObject::create(const String& name, const String& elementTagName, const String& elementID, PassRefPtr<API::Array> elementClassNames, WebCore::IntPoint absolutePosition, WebCore::IntRect frameRect, PassRefPtr<API::Array> children) argument
123 WebRenderObject::WebRenderObject(const String& name, const String& elementTagName, const String& elementID, PassRefPtr<API::Array> elementClassNames, WebCore::IntPoint absolutePosition, WebCore::IntRect frameRect, PassRefPtr<API::Array> children) argument
H A DWebRenderObject.h65 WebCore::IntRect frameRect() const { return m_frameRect; } function in class:WebKit::WebRenderObject
H A DUserMessageCoders.h432 WebCore::IntRect frameRect; local
/macosx-10.10/WebKit2-7600.1.25/UIProcess/gtk/
H A DWebPageProxyGtk.cpp104 void WebPageProxy::windowedPluginGeometryDidChange(const WebCore::IntRect& frameRect, const WebCore::IntRect& clipRect, uint64_t windowID) argument
/macosx-10.10/WebKit-7600.1.25/wince/
H A DWebView.cpp200 void WebView::frameRect(RECT* rect) const function in class:WebView
/macosx-10.10/WebCore-7600.1.25/inspector/
H A DInspectorFrontendClientLocal.cpp232 FloatRect frameRect = m_frontendPage->chrome().windowRect(); local
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DFindIndicator.cpp166 FloatRect FindIndicator::frameRect() const function in class:WebKit::FindIndicator
/macosx-10.10/WebKit2-7600.1.25/PluginProcess/
H A DPluginControllerProxy.cpp616 void PluginControllerProxy::windowedPluginGeometryDidChange(const IntRect& frameRect, const IntRect& clipRect, uint64_t windowID) argument
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/
H A DPluginProxy.cpp679 void PluginProxy::windowedPluginGeometryDidChange(const WebCore::IntRect& frameRect, const WebCore::IntRect& clipRect, uint64_t windowID) argument
H A DPluginView.cpp1638 void PluginView::windowedPluginGeometryDidChange(const WebCore::IntRect& frameRect, const WebCore::IntRect& clipRect, uint64_t windowID) argument
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebView.cpp1221 void WebView::frameRect(RECT* rect) function in class:WebView

Completed in 303 milliseconds