OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AutomationWindowTracker
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/automation/
automation_window_tracker.h
13
class
AutomationWindowTracker
16
explicit
AutomationWindowTracker
(IPC::Message::Sender* automation);
17
virtual ~
AutomationWindowTracker
();
automation_window_tracker.cc
9
AutomationWindowTracker
::
AutomationWindowTracker
(
14
AutomationWindowTracker
::~
AutomationWindowTracker
() {
17
void
AutomationWindowTracker
::AddObserver(gfx::NativeWindow resource) {
22
void
AutomationWindowTracker
::RemoveObserver(gfx::NativeWindow resource) {
Completed in 25 milliseconds