Searched refs:parentFrameView (Results 1 – 5 of 5) sorted by relevance
135 FrameView* parentFrameView = static_cast<FrameView*>(parentWidget); in getPluginOcclusions() local137 const HashSet<RefPtr<Widget> >* children = parentFrameView->children(); in getPluginOcclusions()
284 FrameView* parentFrameView = static_cast<FrameView*>(parentWidget); in scrollRect() local285 if (!parentFrameView->isOverlapped()) { in scrollRect()
732 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::FrameView2401 if (FrameView* parentView = parentFrameView()) { in paintContents()
350 FrameView* parentFrameView() const;
64720 Made a utility method, parentFrameView(), which I changed64728 (WebCore::FrameView::parentFrameView):