Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/WebCoreSupport/
DWebUrlLoaderClient.cpp111 , m_sync(false) in WebUrlLoaderClient()
180 m_sync = sync; in start()
181 if (m_sync) { in start()
331 if (!m_sync) { in finish()
350 if (m_sync) { in maybeCallOnMainThread()
DWebUrlLoaderClient.h113 bool m_sync; variable