Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/WebCoreSupport/
DWebRequest.cpp90 , m_runnableFactory(this) in WebRequest()
117 , m_runnableFactory(this) in WebRequest()
154 m_runnableFactory.RevokeAll(); in finish()
288 …MessageLoop::current()->PostTask(FROM_HERE, m_runnableFactory.NewRunnableMethod(&WebRequest::start… in pauseLoad()
534 …MessageLoop::current()->PostTask(FROM_HERE, m_runnableFactory.NewRunnableMethod(&WebRequest::start… in startReading()
DWebRequest.h117 ScopedRunnableMethodFactory<WebRequest> m_runnableFactory; variable