Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/
DPositionOptions.h40 bool hasTimeout() const { return m_hasTimeout; } in hasTimeout()
49 m_hasTimeout = true; in setTimeout()
69 , m_hasTimeout(false) in PositionOptions()
75 bool m_hasTimeout; variable