Searched refs:AutomationWindowTracker (Results 1 – 5 of 5) sorted by relevance
9 AutomationWindowTracker::AutomationWindowTracker( in AutomationWindowTracker() function in AutomationWindowTracker14 AutomationWindowTracker::~AutomationWindowTracker() { in ~AutomationWindowTracker()17 void AutomationWindowTracker::AddObserver(gfx::NativeWindow resource) { in AddObserver()22 void AutomationWindowTracker::RemoveObserver(gfx::NativeWindow resource) { in RemoveObserver()
13 class AutomationWindowTracker16 explicit AutomationWindowTracker(IPC::Message::Sender* automation);17 virtual ~AutomationWindowTracker();
55 class AutomationWindowTracker; variable184 scoped_ptr<AutomationWindowTracker> window_tracker_;
122 window_tracker_.reset(new AutomationWindowTracker(this)); in AutomationProvider()
24 class AutomationWindowTracker : public AutomationResourceTracker { };38 void WindowGetViewBounds(scoped_ptr<AutomationWindowTracker> window_tracker_) {