Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/testing/
DGCObservation.h41 class GCObservation : public RefCounted<GCObservation> {
43 …static PassRefPtr<GCObservation> create(v8::Handle<v8::Value> observedValue) { return adoptRef(new… in create()
44 ~GCObservation() { } in ~GCObservation()
54 explicit GCObservation(v8::Handle<v8::Value>);
DGCObservation.cpp36 static void setWeakCallback(const v8::WeakCallbackData<v8::Value, GCObservation>& data) in setWeakCallback()
41 void GCObservation::setWasCollected() in setWasCollected()
48 GCObservation::GCObservation(v8::Handle<v8::Value> observedValue) in GCObservation() function in WebCore::GCObservation
DGCObservation.idl31 interface GCObservation {
DInternals.h53 class GCObservation; variable
81 PassRefPtr<GCObservation> observeGC(ScriptValue);
DInternals.idl32 GCObservation observeGC(any observed);
DInternals.cpp269 PassRefPtr<GCObservation> Internals::observeGC(ScriptValue scriptValue) in observeGC()
278 return GCObservation::create(observedValue); in observeGC()
/external/chromium_org/third_party/WebKit/Source/bindings/
Dsupport_idl_files_list.tmp1 ../core/testing/GCObservation.idl
Dinterface_dependencies.target.darwin-mips.mk21 …l_files_list.tmp $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/GCObservation.idl $(LOCAL_PA…
Dinterface_dependencies.target.darwin-x86.mk21 …l_files_list.tmp $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/GCObservation.idl $(LOCAL_PA…
Dinterface_dependencies.target.darwin-arm.mk21 …l_files_list.tmp $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/GCObservation.idl $(LOCAL_PA…
Dinterface_dependencies.target.linux-mips.mk21 …l_files_list.tmp $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/GCObservation.idl $(LOCAL_PA…
Dinterface_dependencies.target.linux-arm.mk21 …l_files_list.tmp $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/GCObservation.idl $(LOCAL_PA…
Dinterface_dependencies.target.linux-x86.mk21 …l_files_list.tmp $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/GCObservation.idl $(LOCAL_PA…
Dbindings_sources.target.linux-arm.mk7352 …Observation.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/GCObservation.idl $(LOCAL_PA…
7353 …cessor "/usr/bin/gcc -E -P -x c++" --write-file-only-if-changed 0 ../core/testing/GCObservation.idl
Dbindings_sources.target.linux-x86.mk7352 …Observation.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/GCObservation.idl $(LOCAL_PA…
7353 …cessor "/usr/bin/gcc -E -P -x c++" --write-file-only-if-changed 0 ../core/testing/GCObservation.idl
Dbindings_sources.target.linux-mips.mk7352 …Observation.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/GCObservation.idl $(LOCAL_PA…
7353 …cessor "/usr/bin/gcc -E -P -x c++" --write-file-only-if-changed 0 ../core/testing/GCObservation.idl
Dbindings_sources.target.darwin-mips.mk7352 …Observation.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/GCObservation.idl $(LOCAL_PA…
7353 …cessor "/usr/bin/gcc -E -P -x c++" --write-file-only-if-changed 0 ../core/testing/GCObservation.idl
Dbindings_sources.target.darwin-arm.mk7352 …Observation.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/GCObservation.idl $(LOCAL_PA…
7353 …cessor "/usr/bin/gcc -E -P -x c++" --write-file-only-if-changed 0 ../core/testing/GCObservation.idl
Dbindings_sources.target.darwin-x86.mk7352 …Observation.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/core/testing/GCObservation.idl $(LOCAL_PA…
7353 …cessor "/usr/bin/gcc -E -P -x c++" --write-file-only-if-changed 0 ../core/testing/GCObservation.idl
/external/chromium_org/third_party/WebKit/Source/core/
Dcore.gypi3168 'testing/GCObservation.idl',
3186 'testing/GCObservation.cpp',
3187 'testing/GCObservation.h',