Home
last modified time | relevance | path

Searched refs:findOnly (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/bindings/v8/
DWorkerContextExecutionProxy.cpp250 …xecutionProxy::findOrCreateEventListener(v8::Local<v8::Value> object, bool isInline, bool findOnly) in findOrCreateEventListener() argument
252 …return findOnly ? V8EventListenerList::findWrapper(object, isInline) : V8EventListenerList::findOr… in findOrCreateEventListener()
DWorkerContextExecutionProxy.h68 …ntListener> findOrCreateEventListener(v8::Local<v8::Value> listener, bool isInline, bool findOnly);