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

/external/webkit/Source/WebCore/bridge/
H A DIdentifierRep.cpp41 static IdentifierSet& identifierSet() function in namespace:WebCore
43 DEFINE_STATIC_LOCAL(IdentifierSet, identifierSet, ());
44 return identifierSet;
75 identifierSet().add(result.first->second);
101 identifierSet().add(result.first->second);
109 return identifierSet().contains(identifier);

Completed in 65 milliseconds