Home
last modified time | relevance | path

Searched refs:parentFrameView (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/plugins/
DIFrameShimSupport.cpp135 FrameView* parentFrameView = static_cast<FrameView*>(parentWidget); in getPluginOcclusions() local
137 const HashSet<RefPtr<Widget> >* children = parentFrameView->children(); in getPluginOcclusions()
/external/webkit/Source/WebKit/chromium/src/
DWebPluginContainerImpl.cpp284 FrameView* parentFrameView = static_cast<FrameView*>(parentWidget); in scrollRect() local
285 if (!parentFrameView->isOverlapped()) { in scrollRect()
/external/webkit/Source/WebCore/page/
DFrameView.cpp732 if (FrameView* parentView = parentFrameView()) in isEnclosedInCompositingLayer()
1116 if (FrameView* parentView = parentFrameView()) in useSlowRepaints()
1127 if (FrameView* parentView = parentFrameView()) in useSlowRepaintsIfNotOverlapped()
1377 if (FrameView* parentView = parentFrameView()) { in isOverlappedIncludingAncestors()
2306 FrameView* FrameView::parentFrameView() const in parentFrameView() function in WebCore::FrameView
2401 if (FrameView* parentView = parentFrameView()) { in paintContents()
DFrameView.h350 FrameView* parentFrameView() const;
/external/webkit/Source/WebCore/
DChangeLog64720 Made a utility method, parentFrameView(), which I changed
64728 (WebCore::FrameView::parentFrameView):