Searched refs:_nilValues (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebElementDictionary.h38 NSMutableSet *_nilValues; member in namespace:NSDictionary
H A DWebElementDictionary.mm117 [_nilValues release];
151 if (value || _cacheComplete || [_nilValues containsObject:key])
165 if (!_nilValues)
166 _nilValues = [[NSMutableSet alloc] initWithCapacity:lookupTableCount];
167 [_nilValues addObject:key];
170 _cacheComplete = ([_cache count] + [_nilValues count]) == lookupTableCount;

Completed in 121 milliseconds