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

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
npruntime.cpp 427 NPObject* sub_object = *(set->begin()); local
429 ASSERT(rootObjectMap().find(sub_object) == rootObjectMap().end());
432 set->remove(sub_object);
433 liveObjectMap().remove(sub_object);
437 if (V8NPObject* v8npObject = npObjectToV8NPObject(sub_object))
441 forgetV8ObjectForNPObject(sub_object);

Completed in 58 milliseconds