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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
npruntime.cpp 348 // The liveObjectMap is a hash table of all live objects to their owner
363 static NPObjectMap& liveObjectMap()
384 if (liveObjectMap().find(npObject) != liveObjectMap().end())
394 NPObjectMap::iterator ownerEntry = liveObjectMap().find(owner);
396 if (liveObjectMap().end() != ownerEntry)
406 ASSERT(liveObjectMap().find(npObject) == liveObjectMap().end());
407 liveObjectMap().set(npObject, owner);
413 ASSERT_WITH_SECURITY_IMPLICATION(liveObjectMap().find(npObject) != liveObjectMap().end())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Heap.cpp     [all...]

Completed in 319 milliseconds