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 74 bool isOverWidget() const { return m_isOverWidget; }
104 void setIsOverWidget(bool b) { m_isOverWidget = b; }
150 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 48 : m_isOverWidget(false)
56 , m_isOverWidget(false)
64 , m_isOverWidget(false)
72 , m_isOverWidget(false)
86 , m_isOverWidget(other.isOverWidget())
108 m_isOverWidget = other.isOverWidget();
430 m_isOverWidget = other.isOverWidget();

Completed in 83 milliseconds