Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/WebCoreSupport/
DWebUrlLoaderClient.cpp92 if (m_cancelling) in isActive()
110 , m_cancelling(false) in WebUrlLoaderClient()
269 m_cancelling = true; in cancel()
DWebUrlLoaderClient.h112 bool m_cancelling; variable