Searched refs:findOnly (Results 1 – 2 of 2) sorted by relevance
250 …xecutionProxy::findOrCreateEventListener(v8::Local<v8::Value> object, bool isInline, bool findOnly) in findOrCreateEventListener() argument252 …return findOnly ? V8EventListenerList::findWrapper(object, isInline) : V8EventListenerList::findOr… in findOrCreateEventListener()
68 …ntListener> findOrCreateEventListener(v8::Local<v8::Value> listener, bool isInline, bool findOnly);