Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/loader/
DThreadableLoader.h70 , timeoutMilliseconds(0) { } in ThreadableLoaderOptions()
76 unsigned long timeoutMilliseconds; member
DDocumentThreadableLoader.cpp422 if (m_options.timeoutMilliseconds > 0) in loadRequest()
423 m_timeoutTimer.startOneShot(m_options.timeoutMilliseconds / 1000.0, FROM_HERE); in loadRequest()
/external/chromium_org/third_party/WebKit/Source/core/xml/
DXMLHttpRequest.cpp865 options.timeoutMilliseconds = m_timeoutMilliseconds; in createRequest()