OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AutomationResourceTracker
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/automation/
automation_resource_tracker.h
18
// Template trick so that
AutomationResourceTracker
can be used with non-pointer
31
// of
AutomationResourceTracker
to live in a .cc file.
38
// These need to be implemented in
AutomationResourceTracker
,
71
class
AutomationResourceTracker
: public AutomationResourceTrackerImpl,
74
explicit
AutomationResourceTracker
(IPC::Message::Sender* automation)
153
DISALLOW_COPY_AND_ASSIGN(
AutomationResourceTracker
);
/external/chromium_org/chrome/browser/automation/
automation_resource_tracker.h
17
// Template trick so that
AutomationResourceTracker
can be used with non-pointer
30
// of
AutomationResourceTracker
to live in a .cc file.
37
// These need to be implemented in
AutomationResourceTracker
,
70
class
AutomationResourceTracker
: public AutomationResourceTrackerImpl,
73
explicit
AutomationResourceTracker
(IPC::Sender* automation)
152
DISALLOW_COPY_AND_ASSIGN(
AutomationResourceTracker
);
Completed in 40 milliseconds