Lines Matching refs:browser
5 #include "chrome/browser/automation/automation_util.h"
12 #include "chrome/browser/automation/automation_provider.h"
13 #include "chrome/browser/automation/automation_provider_json.h"
14 #include "chrome/browser/profiles/profile.h"
15 #include "chrome/browser/ui/browser.h"
16 #include "chrome/browser/ui/browser_list.h"
17 #include "chrome/browser/ui/browser.h"
18 #include "content/browser/browser_thread.h"
19 #include "content/browser/renderer_host/browser_render_process_host.h"
20 #include "content/browser/renderer_host/render_view_host.h"
21 #include "content/browser/tab_contents/tab_contents.h"
93 Browser* GetBrowserAt(int index) {
102 Browser* browser = GetBrowserAt(browser_index);
103 if (!browser || tab_index >= browser->tab_count())
105 return browser->GetTabContentsAt(tab_index);