HomeSort by relevance Sort by last modified time
    Searched refs:m_sync (Results 1 - 4 of 4) sorted by null

  /development/samples/BrowserPlugin/jni/
RenderingThread.h 62 android::Mutex m_sync; member in class:RenderingThread
RenderingThread.cpp 87 android::Mutex::Autolock lock(m_sync);
93 android::Mutex::Autolock lock(m_sync);
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebUrlLoaderClient.h 113 bool m_sync; member in class:android::WebUrlLoaderClient
WebUrlLoaderClient.cpp 111 , m_sync(false)
180 m_sync = sync;
181 if (m_sync) {
331 if (!m_sync) {
350 if (m_sync) {

Completed in 69 milliseconds