HomeSort by relevance Sort by last modified time
    Searched refs:AutomationWindowTracker (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/automation/
automation_window_tracker.cc 9 AutomationWindowTracker::AutomationWindowTracker(
14 AutomationWindowTracker::~AutomationWindowTracker() {
17 void AutomationWindowTracker::AddObserver(gfx::NativeWindow resource) {
22 void AutomationWindowTracker::RemoveObserver(gfx::NativeWindow resource) {
automation_window_tracker.h 13 class AutomationWindowTracker
16 explicit AutomationWindowTracker(IPC::Message::Sender* automation);
17 virtual ~AutomationWindowTracker();
automation_provider.h 55 class AutomationWindowTracker;
184 scoped_ptr<AutomationWindowTracker> window_tracker_;
automation_provider.cc 122 window_tracker_.reset(new AutomationWindowTracker(this));
    [all...]

Completed in 66 milliseconds