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

  /external/webkit/Source/WebCore/rendering/
HitTestResult.h 64 bool isOverWidget() const { return m_isOverWidget; }
74 void setIsOverWidget(bool b) { m_isOverWidget = b; }
139 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 54 : m_isOverWidget(false)
65 , m_isOverWidget(false)
76 , m_isOverWidget(false)
97 , m_isOverWidget(other.isOverWidget())
124 m_isOverWidget = other.isOverWidget();
606 m_isOverWidget = other.isOverWidget();

Completed in 4359 milliseconds