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

  /external/webkit/WebKit/win/
WebKitDLL.h 49 extern ULONG gLockCount;
WebKitClassFactory.cpp 126 if (!newRef && !gLockCount)
193 gLockCount++;
195 gLockCount--;
WebKitDLL.cpp 46 ULONG gLockCount;
61 gLockCount = gClassCount = 0;
103 if (!gClassCount && !gLockCount)
  /frameworks/base/core/jni/android/graphics/
Graphics.cpp 404 static int gLockCount;

Completed in 30 milliseconds