HomeSort by relevance Sort by last modified time
    Searched refs:m_isOverWidget (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestResult.h 67 bool isOverWidget() const { return m_isOverWidget; }
97 void setIsOverWidget(bool b) { m_isOverWidget = b; }
143 bool m_isOverWidget; // Returns true if we are over a widget (and not in the border/padding area of a RenderWidget for example).
HitTestResult.cpp 52 : m_isOverWidget(false)
60 , m_isOverWidget(false)
68 , m_isOverWidget(false)
76 , m_isOverWidget(false)
90 , m_isOverWidget(other.isOverWidget())
112 m_isOverWidget = other.isOverWidget();
467 m_isOverWidget = other.isOverWidget();

Completed in 1106 milliseconds