Home
last modified time | relevance | path

Searched refs:RootObjectSet (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/bridge/
Druntime_root.cpp43 typedef HashSet<RootObject*> RootObjectSet; typedef
45 static RootObjectSet* rootObjectSet() in rootObjectSet()
47 DEFINE_STATIC_LOCAL(RootObjectSet, staticRootObjectSet, ()); in rootObjectSet()
56 RootObjectSet::const_iterator end = rootObjectSet()->end(); in findProtectingRootObject()
57 for (RootObjectSet::const_iterator it = rootObjectSet()->begin(); it != end; ++it) { in findProtectingRootObject()
66 RootObjectSet::const_iterator end = rootObjectSet()->end(); in findRootObject()
67 for (RootObjectSet::const_iterator it = rootObjectSet()->begin(); it != end; ++it) { in findRootObject()