HomeSort by relevance Sort by last modified time
    Searched refs:InjectionDelegate (Results 1 - 6 of 6) 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);
file_descriptor_shuffle.cc 17 InjectiveMultimap* m, InjectionDelegate* delegate) {
77 InjectionDelegate* delegate) {
file_descriptor_shuffle_unittest.cc 11 using base::InjectionDelegate;
44 class InjectionTracer : public InjectionDelegate {
254 class FailingDelegate : public InjectionDelegate {
  /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);
file_descriptor_shuffle.cc 17 InjectiveMultimap* m, InjectionDelegate* delegate) {
77 InjectionDelegate* delegate) {
file_descriptor_shuffle_unittest.cc 41 class InjectionTracer : public InjectionDelegate {
251 class FailingDelegate : public InjectionDelegate {

Completed in 1982 milliseconds