Searched refs:windowClipRect (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/WebKit-7600.1.25/win/WebCoreSupport/
H A DEmbeddedWidget.h69 virtual WebCore::IntRect windowClipRect() const;
H A DEmbeddedWidget.cpp103 m_clipRect = windowClipRect();
162 IntRect EmbeddedWidget::windowClipRect() const function in class:EmbeddedWidget
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderWidget.h71 IntRect windowClipRect() const;
H A DRenderWidget.cpp328 IntRect RenderWidget::windowClipRect() const function in class:WebCore::RenderWidget
330 return intersection(view().frameView().contentsToWindow(m_clipRect), view().frameView().windowClipRect());
H A DRenderElement.cpp1309 auto visibleRect = frameView.windowToContents(frameView.windowClipRect());
H A DRenderView.cpp1343 auto visibleRect = frameView().windowToContents(frameView().windowClipRect());
/macosx-10.10/WebCore-7600.1.25/platform/
H A DScrollView.h88 virtual IntRect windowClipRect(bool clipToContents = true) const = 0;
H A DScrollView.cpp770 IntRect clipRect = windowClipRect();
/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginView.h202 IntRect windowClipRect() const;
H A DPluginView.cpp123 IntRect PluginView::windowClipRect() const function in class:WebCore::PluginView
1219 context->clip(windowClipRect());
/macosx-10.10/WebKit-7600.1.25/mac/Plugins/
H A DWebBaseNetscapePluginView.mm297 return toRenderWidget(renderer)->windowClipRect();
883 return intersection(toRenderWidget(renderer)->windowClipRect(), widgetRect);
/macosx-10.10/WebCore-7600.1.25/page/
H A DFrameView.h224 virtual IntRect windowClipRect(bool clipToContents = true) const override;
H A DFrameView.cpp3116 IntRect FrameView::windowClipRect(bool clipToContents) const function in class:WebCore::FrameView
3144 return windowClipRect();
3149 return windowClipRect();
3158 return intersection(clipRect, windowClipRect());
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/
H A DPluginView.cpp1091 IntRect windowClipRect = frame->view()->windowClipRectForFrameOwner(m_pluginElement.get(), true); local
1094 frameRectInWindowCoordinates.intersect(windowClipRect);
/macosx-10.10/WebCore-7600.1.25/plugins/win/
H A DPluginViewWin.cpp433 m_clipRect = windowClipRect();
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLMediaElement.cpp5700 return mediaPlayerOwningDocument()->view()->windowClipRect();

Completed in 247 milliseconds