Searched refs:browser (Results 1 - 25 of 513) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_window_factory_gtk.cc5 #include "chrome/browser/ui/browser_window.h"
7 #include "chrome/browser/ui/browser.h"
8 #include "chrome/browser/ui/gtk/browser_window_gtk.h"
9 #include "chrome/browser/ui/gtk/find_bar_gtk.h"
11 BrowserWindow* BrowserWindow::CreateBrowserWindow(Browser* browser) { argument
12 BrowserWindowGtk* browser_window_gtk = new BrowserWindowGtk(browser);
17 FindBar* BrowserWindow::CreateFindBar(Browser* browser) { argument
18 return new FindBarGtk(browser);
/external/chromium/chrome/browser/ui/options/
H A Dshow_options_url.cc5 #include "chrome/browser/ui/options/show_options_url.h"
7 #include "chrome/browser/profiles/profile.h"
8 #include "chrome/browser/ui/browser.h"
9 #include "chrome/browser/ui/browser_window.h"
11 namespace browser { namespace
14 // We open a new browser window so the Options dialog doesn't get lost behind
16 Browser* browser = Browser::Create(profile); local
17 browser->AddSelectedTabWithURL(url, PageTransition::LINK);
18 browser
[all...]
/external/chromium/chrome/browser/ui/
H A Dprofile_error_dialog.cc5 #include "chrome/browser/ui/profile_error_dialog.h"
7 #include "chrome/browser/platform_util.h"
8 #include "chrome/browser/ui/browser.h"
9 #include "chrome/browser/ui/browser_list.h"
10 #include "chrome/browser/ui/browser_window.h"
16 // Parent the dialog to the current browser. During startup there may be no
17 // browser.
18 Browser* browser = BrowserList::GetLastActive(); local
20 browser
[all...]
H A Dbrowser_navigator_browsertest.cc5 #include "chrome/browser/ui/browser_navigator_browsertest.h"
8 #include "chrome/browser/profiles/profile.h"
9 #include "chrome/browser/tabs/tab_strip_model.h"
10 #include "chrome/browser/ui/browser_list.h"
11 #include "chrome/browser/ui/browser_navigator.h"
12 #include "chrome/browser/ui/browser_window.h"
13 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
16 #include "content/browser/tab_contents/tab_contents.h"
17 #include "content/browser/tab_contents/tab_contents_view.h"\
23 browser
37 Browser* browser = Browser::CreateForType(type, profile); local
[all...]
H A Dbrowser_navigator_browsertest_chromeos.cc5 #include "chrome/browser/ui/browser_navigator_browsertest.h"
9 #include "chrome/browser/chromeos/login/login_utils.h"
10 #include "chrome/browser/ui/browser.h"
11 #include "chrome/browser/ui/browser_list.h"
12 #include "chrome/browser/ui/browser_navigator.h"
13 #include "content/browser/tab_contents/tab_contents.h"
36 EXPECT_EQ(1, browser()->tab_count());
40 browser::NavigateParams p(MakeNavigateParams(incognito_browser));
43 p.window_action = browser
[all...]
H A Dcrypto_module_password_dialog_openssl.cc5 #include "chrome/browser/ui/crypto_module_password_dialog.h"
9 namespace browser { namespace
12 browser::CryptoModulePasswordReason reason,
20 browser::CryptoModulePasswordReason reason,
27 } // namespace browser
H A Dbrowser_navigator.cc5 #include "chrome/browser/ui/browser_navigator.h"
10 #include "chrome/browser/browser_url_handler.h"
11 #include "chrome/browser/extensions/extension_tab_helper.h"
12 #include "chrome/browser/profiles/profile.h"
13 #include "chrome/browser/tabs/tab_strip_model.h"
14 #include "chrome/browser/ui/browser.h"
15 #include "chrome/browser/ui/browser_list.h"
16 #include "chrome/browser/ui/browser_window.h"
17 #include "chrome/browser/u
55 WindowCanOpenTabs(Browser* browser) argument
63 Browser* browser = BrowserList::FindBrowserWithType(profile, local
190 Browser* browser = new Browser(type, profile); local
200 Browser* browser = new Browser(Browser::TYPE_NORMAL, profile); local
335 namespace browser { namespace
[all...]
/external/chromium/chrome/browser/renderer_host/
H A Dweb_cache_manager_browsertest.cc9 #include "chrome/browser/renderer_host/web_cache_manager.h"
10 #include "chrome/browser/ui/browser.h"
13 #include "content/browser/renderer_host/render_process_host.h"
14 #include "content/browser/tab_contents/tab_contents.h"
22 // user navigates to another tab and back, the browser doesn't crash.
29 ui_test_utils::NavigateToURL(browser(), url);
31 browser()->NewTab();
32 ui_test_utils::NavigateToURL(browser(), url);
34 TabContents* tab = browser()
[all...]
/external/chromium/chrome/browser/
H A Dbrowser_commands_unittest.cc6 #include "chrome/browser/bookmarks/bookmark_model.h"
7 #include "chrome/browser/ui/browser_list.h"
11 #include "content/browser/browser_thread.h"
12 #include "content/browser/tab_contents/navigation_controller.h"
13 #include "content/browser/tab_contents/navigation_entry.h"
14 #include "content/browser/tab_contents/tab_contents.h"
24 AddTab(browser(), about_blank);
25 AddTab(browser(), about_blank);
26 AddTab(browser(), about_blank);
29 browser()
[all...]
H A Dcrash_recovery_browsertest.cc6 #include "chrome/browser/ui/browser.h"
10 #include "content/browser/tab_contents/navigation_entry.h"
17 void SimulateRendererCrash(Browser* browser) { argument
18 browser->OpenURL(GURL(chrome::kAboutCrashURL), GURL(), CURRENT_TAB,
37 ui_test_utils::NavigateToURL(browser(), url);
42 ASSERT_TRUE(ui_test_utils::GetCurrentTabTitle(browser(),
44 SimulateRendererCrash(browser());
45 browser()->Reload(CURRENT_TAB);
47 ASSERT_TRUE(ui_test_utils::WaitForNavigationInCurrentTab(browser()));
[all...]
H A Dtab_closeable_state_watcher.h28 // CanCloseTab, and returns true if tab of browser is closeable.
35 virtual bool CanCloseTab(const Browser* browser) const;
38 // Browser::ShouldCloseWindow to check if |browser| can be closed.
39 virtual bool CanCloseBrowser(Browser* browser);
44 virtual void OnWindowCloseCanceled(Browser* browser) {} argument
H A Dbrowser_focus_uitest.cc14 #include "chrome/browser/tabs/tab_strip_model.h"
15 #include "chrome/browser/ui/browser.h"
16 #include "chrome/browser/ui/browser_window.h"
17 #include "chrome/browser/ui/view_ids.h"
22 #include "content/browser/renderer_host/render_view_host.h"
23 #include "content/browser/renderer_host/render_widget_host_view.h"
24 #include "content/browser/tab_contents/interstitial_page.h"
25 #include "content/browser/tab_contents/tab_contents.h"
26 #include "content/browser/tab_content
[all...]
/external/linux-tools-perf/util/ui/browsers/
H A Dtop.c9 #include "../browser.h"
30 static void perf_top_browser__write(struct ui_browser *browser, void *entry, int row) argument
32 struct perf_top_browser *top_browser = container_of(browser, struct perf_top_browser, b);
34 bool current_entry = ui_browser__is_current_entry(browser, row);
36 struct perf_top *top = browser->priv;
37 int width = browser->width;
42 ui_browser__set_percent_color(browser, pcnt, current_entry);
71 static void perf_top_browser__update_rb_tree(struct perf_top_browser *browser) argument
73 struct perf_top *top = browser->b.priv;
74 u64 top_idx = browser
118 perf_top_browser__annotate(struct perf_top_browser *browser) argument
146 perf_top_browser__run(struct perf_top_browser *browser) argument
201 struct perf_top_browser browser = { local
[all...]
/external/chromium/chrome/browser/printing/
H A Dprint_preview_tab_controller_unittest.cc5 #include "chrome/browser/printing/print_preview_tab_controller.h"
6 #include "chrome/browser/tabs/tab_strip_model.h"
7 #include "chrome/browser/ui/browser_list.h"
10 #include "content/browser/tab_contents/tab_contents.h"
16 ASSERT_TRUE(browser());
17 BrowserList::SetLastActive(browser());
22 EXPECT_EQ(0, browser()->tab_count());
23 browser()->NewTab();
24 EXPECT_EQ(1, browser()->tab_count());
27 TabContents* initiator_tab = browser()
[all...]
/external/chromium/chrome/browser/chromeos/
H A Dtab_closeable_state_watcher_browsertest.cc5 #include "chrome/browser/chromeos/tab_closeable_state_watcher.h"
8 #include "chrome/browser/profiles/profile.h"
9 #include "chrome/browser/tabs/tab_strip_model.h"
10 #include "chrome/browser/ui/app_modal_dialogs/app_modal_dialog.h"
11 #include "chrome/browser/ui/app_modal_dialogs/native_app_modal_dialog.h"
12 #include "chrome/browser/ui/browser.h"
13 #include "chrome/browser/ui/browser_list.h"
14 #include "chrome/browser/ui/browser_window.h"
18 #include "content/browser/tab_content
39 AddTabWithURL(Browser* browser, const GURL& url) argument
47 CanCloseTab(const Browser* browser) argument
96 NewTabObserver(Browser* browser) argument
[all...]
/external/chromium/chrome/browser/ui/webui/options/
H A Doptions_ui_uitest.cc40 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
41 ASSERT_TRUE(browser.get());
43 scoped_refptr<TabProxy> tab = browser->GetActiveTab();
53 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
54 ASSERT_TRUE(browser.get());
57 ASSERT_TRUE(browser->GetTabCount(&tab_count));
61 ASSERT_TRUE(browser->RunCommand(IDC_OPTIONS));
62 ASSERT_TRUE(browser->GetTabCount(&tab_count));
65 scoped_refptr<TabProxy> tab = browser->GetActiveTab();
72 scoped_refptr<BrowserProxy> browser(automatio
[all...]
/external/chromium/chrome/browser/ui/views/
H A Dfind_bar_host_interactive_uitest.cc8 #include "chrome/browser/tabs/tab_strip_model.h"
9 #include "chrome/browser/ui/browser.h"
10 #include "chrome/browser/ui/find_bar/find_bar_controller.h"
11 #include "chrome/browser/ui/view_ids.h"
12 #include "chrome/browser/ui/views/find_bar_host.h"
13 #include "chrome/browser/ui/views/frame/browser_view.h"
16 #include "content/browser/tab_contents/tab_contents.h"
43 browser()->GetFindBarController()->find_bar()->GetFindBarTesting();
55 ui_test_utils::NavigateToURL(browser(), ur
[all...]
H A Dfind_bar_host_uitest.cc38 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
39 ASSERT_TRUE(browser.get() != NULL);
42 EXPECT_TRUE(browser->ApplyAccelerator(IDC_SHOW_BOOKMARK_BAR));
43 EXPECT_TRUE(WaitForBookmarkBarVisibilityChange(browser.get(), true));
46 EXPECT_TRUE(browser->OpenFindInPage());
47 EXPECT_TRUE(WaitForFindWindowVisibilityChange(browser.get(), true));
51 EXPECT_TRUE(browser->GetFindWindowLocation(&x, &y));
54 EXPECT_TRUE(browser->AppendTab(url));
63 EXPECT_TRUE(browser->GetFindWindowLocation(&new_x, &new_y));
69 EXPECT_TRUE(browser
[all...]
/external/chromium/chrome/browser/ui/webui/
H A Dbookmarks_ui_uitest.cc29 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
30 EXPECT_TRUE(browser.get());
31 if (!browser.get())
33 scoped_refptr<TabProxy> tab = browser->GetActiveTab();
63 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
64 ASSERT_TRUE(browser.get());
67 ASSERT_TRUE(browser->GetTabCount(&tab_count));
71 scoped_refptr<TabProxy> tab = browser->GetActiveTab();
84 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
85 ASSERT_TRUE(browser
[all...]
H A Dprint_preview_ui_uitest.cc38 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
39 ASSERT_TRUE(browser.get());
41 scoped_refptr<TabProxy> tab = browser->GetActiveTab();
50 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
51 ASSERT_TRUE(browser.get());
58 ASSERT_TRUE(browser->GetTabCount(&tab_count));
61 ASSERT_TRUE(browser->IsMenuCommandEnabled(IDC_PRINT, &enabled));
63 ASSERT_TRUE(browser->RunCommand(IDC_PRINT));
66 ASSERT_TRUE(browser->GetTabCount(&tab_count));
68 scoped_refptr<TabProxy> tab = browser
[all...]
/external/chromium/chrome/browser/ui/panels/
H A Dpanel_browser_view.cc6 #include "chrome/browser/ui/panels/panel.h"
8 BrowserWindow* Panel::CreateNativePanel(Browser* browser, Panel* panel) { argument
H A Dpanel_browser_window_gtk.cc6 #include "chrome/browser/ui/panels/panel.h"
8 BrowserWindow* Panel::CreateNativePanel(Browser* browser, Panel* panel) { argument
/external/chromium/chrome/browser/chromeos/frame/
H A Ddom_browser.cc5 #include "chrome/browser/chromeos/frame/dom_browser.h"
7 #include "chrome/browser/chromeos/frame/dom_browser_view.h"
8 #include "chrome/browser/ui/browser_window.h"
23 DOMBrowser* browser = new DOMBrowser(profile); local
24 browser->InitBrowserWindow();
25 return browser;
/external/chromium/chrome/browser/extensions/
H A Dapp_process_apitest.cc6 #include "chrome/browser/extensions/extension_apitest.h"
7 #include "chrome/browser/extensions/extension_host.h"
8 #include "chrome/browser/extensions/extension_process_manager.h"
9 #include "chrome/browser/profiles/profile.h"
10 #include "chrome/browser/ui/browser.h"
11 #include "chrome/browser/ui/browser_list.h"
14 #include "content/browser/renderer_host/render_view_host.h"
15 #include "content/browser/tab_contents/tab_contents.h"
22 static void WindowOpenHelper(Browser* browser, argument
[all...]
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_bar_gtk_interactive_uitest.cc7 #include "chrome/browser/tabs/tab_strip_model.h"
8 #include "chrome/browser/ui/browser.h"
9 #include "chrome/browser/ui/browser_window.h"
10 #include "chrome/browser/ui/gtk/view_id_util.h"
34 browser()->NewTab();
35 browser()->Find();
39 browser()->AddSelectedTabWithURL(url, PageTransition::TYPED);
42 browser()->ActivateTabAt(1, false);
49 browser()
[all...]

Completed in 977 milliseconds

1234567891011>>