Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/
DPositionOptions.h44 return m_timeout; in timeout()
50 m_timeout = timeout; in setTimeout()
76 int m_timeout; variable
/external/webkit/Tools/DumpRenderTree/chromium/
DTestShell.h138 int layoutTestTimeout() { return m_timeout; } in layoutTestTimeout()
140 void setLayoutTestTimeout(int timeout) { m_timeout = timeout; } in setLayoutTestTimeout()
202 int m_timeout; // timeout value in millisecond variable
DTestShell.cpp125 m_timeout = 30 * 1000; in TestShell()
/external/webkit/Source/WebCore/loader/
DPingLoader.cpp95 : m_timeout(this, &PingLoader::timeout) in PingLoader()
103 m_timeout.startOneShot(60000); in PingLoader()
DPingLoader.h72 Timer<PingLoader> m_timeout; variable