Searched refs:m_tabKeyCyclesThroughElements (Results 1 – 3 of 3) sorted by relevance
206 void setTabKeyCyclesThroughElements(bool b) { m_tabKeyCyclesThroughElements = b; } in setTabKeyCyclesThroughElements()207 bool tabKeyCyclesThroughElements() const { return m_tabKeyCyclesThroughElements; } in tabKeyCyclesThroughElements()362 bool m_tabKeyCyclesThroughElements; variable
164 , m_tabKeyCyclesThroughElements(true) in Page()
61687 * page/Page.cpp: (WebCore::Page::Page): Initialize m_tabKeyCyclesThroughElements to true.61688 * page/Page.h: Added m_tabKeyCyclesThroughElements.