Home
last modified time | relevance | path

Searched refs:m_tabKeyCyclesThroughElements (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/page/
DPage.h206 void setTabKeyCyclesThroughElements(bool b) { m_tabKeyCyclesThroughElements = b; } in setTabKeyCyclesThroughElements()
207 bool tabKeyCyclesThroughElements() const { return m_tabKeyCyclesThroughElements; } in tabKeyCyclesThroughElements()
362 bool m_tabKeyCyclesThroughElements; variable
DPage.cpp164 , m_tabKeyCyclesThroughElements(true) in Page()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1461687 * page/Page.cpp: (WebCore::Page::Page): Initialize m_tabKeyCyclesThroughElements to true.
61688 * page/Page.h: Added m_tabKeyCyclesThroughElements.