Home
last modified time | relevance | path

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

/external/webkit/WebCore/bindings/v8/custom/
DV8DedicatedWorkerContextCustom.cpp59 …V8WorkerContextEventListener* oldListener = static_cast<V8WorkerContextEventListener*>(workerConte… in ACCESSOR_SETTER() local
62 v8::Local<v8::Object> oldV8Listener = oldListener->getListenerObject(); in ACCESSOR_SETTER()
71 if (oldListener) { in ACCESSOR_SETTER()
72 v8::Local<v8::Object> oldV8Listener = oldListener->getListenerObject(); in ACCESSOR_SETTER()
DV8AbstractWorkerCustom.cpp81 V8ObjectEventListener* oldListener = static_cast<V8ObjectEventListener*>(worker->onerror()); in ACCESSOR_SETTER() local
83 if (oldListener) { in ACCESSOR_SETTER()
84 v8::Local<v8::Object> oldV8Listener = oldListener->getListenerObject(); in ACCESSOR_SETTER()
93 if (oldListener) { in ACCESSOR_SETTER()
94 v8::Local<v8::Object> oldV8Listener = oldListener->getListenerObject(); in ACCESSOR_SETTER()
DV8WorkerCustom.cpp129 V8ObjectEventListener* oldListener = static_cast<V8ObjectEventListener*>(worker->onmessage()); in ACCESSOR_SETTER() local
131 if (oldListener) { in ACCESSOR_SETTER()
132 v8::Local<v8::Object> oldV8Listener = oldListener->getListenerObject(); in ACCESSOR_SETTER()
141 if (oldListener) { in ACCESSOR_SETTER()
142 v8::Local<v8::Object> oldV8Listener = oldListener->getListenerObject(); in ACCESSOR_SETTER()
DV8WorkerContextCustom.cpp71 …V8WorkerContextEventListener* oldListener = static_cast<V8WorkerContextEventListener*>(workerConte… in ACCESSOR_SETTER() local
74 v8::Local<v8::Object> oldV8Listener = oldListener->getListenerObject(); in ACCESSOR_SETTER()
83 if (oldListener) { in ACCESSOR_SETTER()
84 v8::Local<v8::Object> oldV8Listener = oldListener->getListenerObject(); in ACCESSOR_SETTER()
DV8DOMApplicationCacheCustom.cpp89 if (EventListener* oldListener = appcache->getAttributeEventListener(eventType)) { in ACCESSOR_SETTER() local
90 v8::Local<v8::Object> object = eventListenerToV8Object(oldListener); in ACCESSOR_SETTER()