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

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DFunctional.h870 class BoundFunctionImpl;
873 class BoundFunctionImpl<FunctionWrapper, R()> final : public FunctionImpl<typename FunctionWrapper::ResultType()> {
875 explicit BoundFunctionImpl(FunctionWrapper functionWrapper) function in class:WTF::final
890 class BoundFunctionImpl<FunctionWrapper, R(P1)> final : public FunctionImpl<typename FunctionWrapper::ResultType()> {
892 BoundFunctionImpl(FunctionWrapper functionWrapper, const P1& p1) function in class:WTF::final
909 class BoundFunctionImpl<FunctionWrapper, R(P1, P2)> final : public FunctionImpl<typename FunctionWrapper::ResultType()> {
911 BoundFunctionImpl(FunctionWrapper functionWrapper, const P1& p1, const P2& p2) function in class:WTF::final
930 class BoundFunctionImpl<FunctionWrapper, R(P1, P2, P3)> final : public FunctionImpl<typename FunctionWrapper::ResultType()> {
932 BoundFunctionImpl(FunctionWrapper functionWrapper, const P1& p1, const P2& p2, const P3& p3) function in class:WTF::final
953 class BoundFunctionImpl<FunctionWrappe
955 BoundFunctionImpl(FunctionWrapper functionWrapper, const P1& p1, const P2& p2, const P3& p3, const P4& p4) function in class:WTF::final
980 BoundFunctionImpl(FunctionWrapper functionWrapper, const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5) function in class:WTF::final
1007 BoundFunctionImpl(FunctionWrapper functionWrapper, const P1& p1, const P2& p2, const P3& p3, const P4& p4, const P5& p5, const P6& p6) function in class:WTF::final
[all...]

Completed in 120 milliseconds