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; }
145 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 49 : m_isOverWidget(false)
57 , m_isOverWidget(false)
65 , m_isOverWidget(false)
73 , m_isOverWidget(false)
87 , m_isOverWidget(other.isOverWidget())
109 m_isOverWidget = other.isOverWidget();
456 m_isOverWidget = other.isOverWidget();

Completed in 103 milliseconds