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

  /external/chromium/base/
file_descriptor_shuffle.h 31 class InjectionDelegate {
43 virtual ~InjectionDelegate() {}
46 // An implementation of the InjectionDelegate interface using the file
48 class FileDescriptorTableInjection : public InjectionDelegate {
71 InjectionDelegate* delegate);
74 InjectionDelegate* delegate);
  /external/chromium_org/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);

Completed in 36 milliseconds