Home
last modified time | relevance | path

Searched refs:automation_tab_helper_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/tab_contents/
Dtab_contents_wrapper.h106 return automation_tab_helper_.get(); in automation_tab_helper()
184 scoped_ptr<AutomationTabHelper> automation_tab_helper_; variable
Dtab_contents_wrapper.cc61 automation_tab_helper_.reset(new AutomationTabHelper(contents)); in TabContentsWrapper()