Searched refs:isFrameView (Results 1 – 19 of 19) sorted by relevance
167 if (!m_scrollView || !m_scrollView->isFrameView()) in webAreaObject()201 if (!m_scrollView || !m_scrollView->isFrameView()) in documentFrameView()209 if (!m_scrollView || !m_scrollView->isFrameView()) in parentObject()222 if (!m_scrollView || !m_scrollView->isFrameView()) in parentObjectIfExists()
342 if (widget->isFrameView()) in getOrCreate()964 if (!scrollBar || !scrollBar->parent() || !scrollBar->parent()->isFrameView()) in postPlatformNotification()
484 if (widget && widget->isFrameView()) in elementAccessibilityHitTest()
2183 if (!widget || !widget->isFrameView()) in addAttachmentChildren()
125 if (widget->isFrameView()) { in updateWidgetGeometry()180 if (widget->isFrameView()) { in paintContents()247 ASSERT(widget->isFrameView()); in setIsOverlapped()288 if (widget && widget->isFrameView()) { in updateWidgetPosition()
92 if (!widget() || !widget()->isFrameView() || !request.allowsChildFrameContent()) in nodeAtPoint()
223 if (!node() || !widget() || !widget()->isFrameView()) in embeddedContentBox()
485 if (widget && widget->isFrameView()) { in write()
161 if (!parentWidget->isFrameView()) in getPluginOcclusions()170 if (!(*it)->isFrameView()) in getPluginOcclusions()
342 virtual bool isFrameView() const OVERRIDE { return true; } in isFrameView() function537 DEFINE_TYPE_CASTS(FrameView, Widget, widget, widget->isFrameView(), widget.isFrameView());
2606 if (widget->isFrameView()) { in hasCustomScrollbars()2999 if (parentScrollView->isFrameView()) { in convertToContainingView()3022 if (parentScrollView->isFrameView()) { in convertFromContainingView()3046 if (parentScrollView->isFrameView()) { in convertToContainingView()3071 if (parentScrollView->isFrameView()) { in convertFromContainingView()3164 if (widget->isFrameView()) in removeChild()
126 ASSERT(parent()->isFrameView()); in paint()390 if (parentWidget->isFrameView()) { in scrollRect()527 if (parent() && parent()->isFrameView()) in setWantsWheelEvents()678 ASSERT(parent()->isFrameView()); in handleMouseEvent()
86 virtual bool isFrameView() const { return false; } in isFrameView() function
62 if (top->isFrameView()) in root()
387 ASSERT_TRUE(renderWidget->widget()->isFrameView()); in TEST_F()431 ASSERT_TRUE(renderWidget->widget()->isFrameView()); in TEST_F()
129 … return parent() && parent()->isFrameView() && toScrollView(parent())->isScrollViewScrollbar(this); in isScrollViewScrollbar()
276 if (isFrameView()) in scrollTo()
970 if (!widget || !widget->isFrameView()) in subframeForTargetNode()2342 if (!widget->isFrameView()) in passGestureEventToWidget()3733 if (!widget->isFrameView()) in passWheelEventToWidget()
1656 return widget && widget->isFrameView(); in isFrameElement()