Lines Matching refs:functor
33 ScopedCurrentFunctor(WebViewFunctor* functor) { in ScopedCurrentFunctor() argument
35 ALOG_ASSERT(functor); in ScopedCurrentFunctor()
36 sCurrentFunctor = functor; in ScopedCurrentFunctor()
85 void WebViewFunctor_release(int functor) { in WebViewFunctor_release() argument
86 WebViewFunctorManager::instance().releaseFunctor(functor); in WebViewFunctor_release()
303 void WebViewFunctorManager::releaseFunctor(int functor) { in releaseFunctor() argument
308 if ((*iter)->id() == functor) { in releaseFunctor()
335 void WebViewFunctorManager::destroyFunctor(int functor) { in destroyFunctor() argument
340 if ((*iter)->id() == functor) { in destroyFunctor()
349 sp<WebViewFunctor::Handle> WebViewFunctorManager::handleFor(int functor) { in handleFor() argument
352 if (iter->id() == functor) { in handleFor()