OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AutomationBrowserTracker
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/automation/
automation_browser_tracker.h
14
class
AutomationBrowserTracker
: public AutomationResourceTracker<Browser*> {
16
explicit
AutomationBrowserTracker
(IPC::Message::Sender* automation);
17
virtual ~
AutomationBrowserTracker
();
automation_browser_tracker.cc
9
AutomationBrowserTracker
::
AutomationBrowserTracker
(
14
AutomationBrowserTracker
::~
AutomationBrowserTracker
() {}
16
void
AutomationBrowserTracker
::AddObserver(Browser* resource) {
21
void
AutomationBrowserTracker
::RemoveObserver(Browser* resource) {
automation_provider.h
51
class
AutomationBrowserTracker
;
179
scoped_ptr<
AutomationBrowserTracker
> browser_tracker_;
automation_provider.cc
119
browser_tracker_.reset(new
AutomationBrowserTracker
(this));
[
all
...]
Completed in 795 milliseconds