HomeSort by relevance Sort by last modified time
    Searched defs: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) {
  /external/chromium_org/chrome/browser/automation/
automation_browser_tracker.h 13 class AutomationBrowserTracker : public AutomationResourceTracker<Browser*> {
15 explicit AutomationBrowserTracker(IPC::Sender* automation);
16 virtual ~AutomationBrowserTracker();
automation_browser_tracker.cc 10 AutomationBrowserTracker::AutomationBrowserTracker(IPC::Sender* automation)
14 AutomationBrowserTracker::~AutomationBrowserTracker() {}
16 void AutomationBrowserTracker::AddObserver(Browser* resource) {
21 void AutomationBrowserTracker::RemoveObserver(Browser* resource) {

Completed in 157 milliseconds