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

  /external/chromium_org/third_party/WebKit/Source/core/testing/
GCObservation.cpp 32 #include "core/testing/GCObservation.h"
36 static void makeWeakCallback(v8::Isolate*, v8::Persistent<v8::Value>*, GCObservation* observation)
41 void GCObservation::setWasCollected()
48 GCObservation::GCObservation(v8::Handle<v8::Value> observedValue)
GCObservation.h 41 class GCObservation : public RefCounted<GCObservation> {
43 static PassRefPtr<GCObservation> create(v8::Handle<v8::Value> observedValue) { return adoptRef(new GCObservation(observedValue)); }
44 ~GCObservation() { }
54 explicit GCObservation(v8::Handle<v8::Value>);

Completed in 27 milliseconds