Home
last modified time | relevance | path

Searched defs:FakeBindState (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/
Dcallback_unittest.cc24 struct FakeBindState : internal::BindStateBase { struct
25 FakeBindState() : BindStateBase(&NopInvokeFunc, &Destroy, &IsCancelled) {} in FakeBindState() function
29 static void Destroy(const internal::BindStateBase* self) { in Destroy()
32 static bool IsCancelled(const internal::BindStateBase*) { in IsCancelled()
/external/cronet/base/functional/
Dcallback_unittest.cc29 struct FakeBindState : internal::BindStateBase { struct
30 FakeBindState() : BindStateBase(&NopInvokeFunc, &Destroy, &IsCancelled) {} in FakeBindState() function
34 static void Destroy(const internal::BindStateBase* self) { in Destroy()
37 static bool IsCancelled(const internal::BindStateBase*, in IsCancelled()