HomeSort by relevance Sort by last modified time
    Searched refs:InjectionDelegate (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/posix/
file_descriptor_shuffle.h 33 class InjectionDelegate {
45 virtual ~InjectionDelegate() {}
48 // An implementation of the InjectionDelegate interface using the file
50 class BASE_EXPORT FileDescriptorTableInjection : public InjectionDelegate {
73 InjectionDelegate* delegate);
77 InjectionDelegate* delegate);
file_descriptor_shuffle.cc 17 InjectiveMultimap* m, InjectionDelegate* delegate) {
81 InjectionDelegate* delegate) {
file_descriptor_shuffle_unittest.cc 41 class InjectionTracer : public InjectionDelegate {
249 class FailingDelegate : public InjectionDelegate {

Completed in 204 milliseconds