Searched refs:windowClipRectForFrameOwner (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
H A DFrameView.h153 IntRect windowClipRectForFrameOwner(const HTMLFrameOwnerElement*, bool clipToLayerContents) const;
H A DFrameView.cpp2433 clipRect.intersect(parentView->windowClipRectForFrameOwner(ownerElement, true));
2437 IntRect FrameView::windowClipRectForFrameOwner(const HTMLFrameOwnerElement* ownerElement, bool clipToLayerContents) const function in class:WebCore::FrameView
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPluginContainerImpl.cpp884 m_element->document()->view()->windowClipRectForFrameOwner(m_element, true));

Completed in 67 milliseconds