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

  /external/webkit/Source/WebCore/bridge/objc/
objc_instance.h 79 int _beginCount;
objc_instance.mm 103 , _beginCount(0)
150 _beginCount++;
155 _beginCount--;
156 ASSERT(_beginCount >= 0);
157 if (!_beginCount) {

Completed in 33 milliseconds