Lines Matching refs:Browser
10 #include "chrome/browser/browser_process.h"
11 #include "chrome/browser/debugger/devtools_manager.h"
12 #include "chrome/browser/debugger/devtools_window.h"
13 #include "chrome/browser/extensions/extension_service.h"
14 #include "chrome/browser/load_notification_details.h"
15 #include "chrome/browser/prefs/pref_service.h"
16 #include "chrome/browser/prefs/scoped_user_pref_update.h"
17 #include "chrome/browser/profiles/profile.h"
18 #include "chrome/browser/tabs/tab_strip_model.h"
19 #include "chrome/browser/themes/theme_service.h"
20 #include "chrome/browser/themes/theme_service_factory.h"
21 #include "chrome/browser/ui/browser.h"
22 #include "chrome/browser/ui/browser_list.h"
23 #include "chrome/browser/ui/browser_window.h"
24 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
28 #include "content/browser/in_process_webkit/session_storage_namespace.h"
29 #include "content/browser/renderer_host/render_view_host.h"
30 #include "content/browser/tab_contents/navigation_controller.h"
31 #include "content/browser/tab_contents/navigation_entry.h"
32 #include "content/browser/tab_contents/tab_contents.h"
33 #include "content/browser/tab_contents/tab_contents_view.h"
73 Browser::TabContentsFactory(profile, NULL, MSG_ROUTING_NONE, NULL, NULL);
124 // Then close all tabs. Browser will take care of deleting tab_contents
126 Browser* browser = browser_;
128 browser->CloseAllTabs();
139 Browser* inspected_browser;
141 // Tell inspected browser to update splitter and switch to inspected panel.
198 // Detach window from the external devtools browser. It will lead to
199 // the browser object's close and delete. Remove observer first.
220 // TODO(pfeldman): Make browser's getter for this key static.
243 browser_ = Browser::CreateForDevTools(profile_);
248 bool DevToolsWindow::FindInspectedBrowserAndTabIndex(Browser** browser,
255 *browser = *it;
264 Browser* browser = NULL;
266 return FindInspectedBrowserAndTabIndex(&browser, &tab) ?
267 browser->window() : NULL;
271 Browser* browser = NULL;
273 if (!FindInspectedBrowserAndTabIndex(&browser, &tab))
276 return (browser->type() & Browser::TYPE_POPUP) != 0;
346 // This happens when browser closes all of its tabs as a result