OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InjectionDelegate
(Results
1 - 3
of
3
) 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
{
Completed in 2618 milliseconds