Searched defs:functor (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DMarkedAllocator.h115 template <typename Functor> inline void MarkedAllocator::forEachBlock(Functor& functor) argument
H A DHandleSet.h195 template<typename Functor> void HandleSet::forEachStrongHandle(Functor& functor, const HashCountedSet<JSCell*>& skipSet) argument
H A DMarkedSpace.h141 template<typename Functor> inline typename Functor::ReturnType MarkedSpace::forEachLiveCell(Functor& functor) argument
153 Functor functor; local
157 template<typename Functor> inline typename Functor::ReturnType MarkedSpace::forEachDeadCell(Functor& functor) argument
169 Functor functor; local
218 forEachBlock(Functor& functor) argument
241 Functor functor; local
[all...]
H A DHeap.h355 template<typename Functor> inline typename Functor::ReturnType Heap::forEachProtectedCell(Functor& functor) argument
367 Functor functor; local
H A DMarkedBlock.h394 template <typename Functor> inline void MarkedBlock::forEachCell(Functor& functor) argument
402 template <typename Functor> inline void MarkedBlock::forEachLiveCell(Functor& functor) argument
413 template <typename Functor> inline void MarkedBlock::forEachDeadCell(Functor& functor) argument
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSSelectorList.cpp128 static bool forEachTagSelector(Functor& functor, const CSSSelector* selector) argument
147 static bool forEachSelector(Functor& functor, const CSSSelectorList* selectorList) argument
171 SelectorNeedsNamespaceResolutionFunctor functor; local
185 SelectorHasInvalidSelectorFunctor functor; local
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DLayerFilterRenderer.h86 static PassRefPtr<Uniform> create(int location, Functor functor) argument
92 Uniform1fWithFunctor(int location, Functor functor) argument
108 inline PassRefPtr<Uniform> Uniform1f::createWithFunctor(int location, Functor functor) argument
/macosx-10.9.5/llvmCore-3425.0.33/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal-inl.h285 void ForEach(const Container& c, Functor functor) { argument

Completed in 143 milliseconds