Searched refs:UnboundFunctionImpl (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DFunctional.h425 class UnboundFunctionImpl;
428 class UnboundFunctionImpl<FunctionWrapper, R(P1)> final : public FunctionImpl<typename FunctionWrapper::ResultType(P1)> {
430 UnboundFunctionImpl(FunctionWrapper functionWrapper) function in class:WTF::final
445 class UnboundFunctionImpl<FunctionWrapper, R(P1, P2)> final : public FunctionImpl<typename FunctionWrapper::ResultType(P1, P2)> {
447 UnboundFunctionImpl(FunctionWrapper functionWrapper) function in class:WTF::final
462 class UnboundFunctionImpl<FunctionWrapper, R(P1, P2, P3)> final : public FunctionImpl<typename FunctionWrapper::ResultType(P1, P2, P3)> {
464 UnboundFunctionImpl(FunctionWrapper functionWrapper) function in class:WTF::final
479 class UnboundFunctionImpl<FunctionWrapper, R(P1, P2, P3, P4)> final : public FunctionImpl<typename FunctionWrapper::ResultType(P1, P2, P3, P4)> {
481 UnboundFunctionImpl(FunctionWrapper functionWrapper) function in class:WTF::final
496 class UnboundFunctionImpl<FunctionWrappe
498 UnboundFunctionImpl(FunctionWrapper functionWrapper) function in class:WTF::final
515 UnboundFunctionImpl(FunctionWrapper functionWrapper) function in class:WTF::final
[all...]

Completed in 239 milliseconds