Searched refs:browser (Results 101 - 125 of 1929) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/tabmodel/
H A DTabList.java5 package org.chromium.chrome.browser.tabmodel;
7 import org.chromium.chrome.browser.Tab;
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_ui_overrides_browsertest.cc7 #include "chrome/browser/extensions/extension_browsertest.h"
8 #include "chrome/browser/ui/browser_commands.h"
21 EXPECT_FALSE(chrome::IsCommandEnabled(browser(), IDC_BOOKMARK_PAGE));
26 EXPECT_FALSE(chrome::IsCommandEnabled(browser(), IDC_BOOKMARK_ALL_TABS));
/external/chromium_org/chrome/browser/net/
H A Dcookie_policy_browsertest.cc8 #include "chrome/browser/content_settings/host_content_settings_map.h"
9 #include "chrome/browser/profiles/profile.h"
10 #include "chrome/browser/ui/browser.h"
11 #include "chrome/browser/ui/tabs/tab_strip_model.h"
35 browser()->profile()->GetPrefs()->SetBoolean(prefs::kBlockThirdPartyCookies,
40 std::string cookie = content::GetCookies(browser()->profile(), url);
43 ui_test_utils::NavigateToURL(browser(), url);
45 cookie = content::GetCookies(browser()->profile(), url);
55 browser()
[all...]
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsrt_global_error_win.cc5 #include "chrome/browser/safe_browsing/srt_global_error_win.h"
10 #include "chrome/browser/ui/browser.h"
11 #include "chrome/browser/ui/global_error/global_error_service.h"
61 void SRTGlobalError::ExecuteMenuItem(Browser* browser) { argument
66 ShowBubbleView(browser);
69 void SRTGlobalError::ShowBubbleView(Browser* browser) { argument
71 GlobalErrorWithStandardBubble::ShowBubbleView(browser);
92 void SRTGlobalError::OnBubbleViewDidClose(Browser* browser) { argument
95 void SRTGlobalError::BubbleViewAcceptButtonPressed(Browser* browser) { argument
105 BubbleViewCancelButtonPressed(Browser* browser) argument
[all...]
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_unittest.cc5 #include "chrome/browser/search_engines/template_url_service_factory.h"
6 #include "chrome/browser/ui/tabs/tab_strip_model.h"
12 #include "content/public/browser/navigation_entry.h"
13 #include "content/public/browser/web_contents.h"
19 AddTab(browser(), GURL(chrome::kChromeUINewTabURL));
20 EXPECT_EQ(BookmarkBar::DETACHED, browser()->bookmark_bar_state());
27 content::WebContents::CreateParams(browser()->profile()));
39 EXPECT_EQ(BookmarkBar::HIDDEN, browser()->bookmark_bar_state());
40 browser()->tab_strip_model()->AppendWebContents(web_contents, true);
41 EXPECT_EQ(BookmarkBar::HIDDEN, browser()
[all...]
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_menu_model_unittest.cc5 #include "chrome/browser/ui/tabs/tab_menu_model.h"
7 #include "chrome/browser/ui/browser_commands.h"
17 chrome::NewTab(browser());
18 TabMenuModel model(&delegate_, browser()->tab_strip_model(), 0);
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dbookmark_sub_menu_model.h19 Browser* browser);
23 void Build(Browser* browser);
/external/chromium_org/chrome/browser/ui/views/
H A Dsettings_api_bubble_helper_views.h21 void MaybeShowExtensionControlledHomeNotification(Browser* browser);
35 Browser* browser,
/external/chromium_org/chrome/test/ppapi/
H A Dppapi_interactive_browsertest.cc8 #include "chrome/browser/content_settings/host_content_settings_map.h"
9 #include "chrome/browser/profiles/profile.h"
10 #include "chrome/browser/ui/browser.h"
25 browser()->profile()->GetHostContentSettingsMap();
37 browser()->profile()->GetHostContentSettingsMap();
/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
H A DMockOrientationObserver.java5 package org.chromium.content.browser.test.util;
7 import org.chromium.content.browser.ScreenOrientationListener.ScreenOrientationObserver;
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dexceptions.py11 def __init__(self, browser=None, msg=''):
13 self._browser = browser
26 """Represents a crash of the current tab, but not the overall browser.
28 In this state, the tab is gone, but the underlying browser is still alive."""
29 def __init__(self, browser, msg='Tab crashed'):
30 super(TabCrashException, self).__init__(browser, msg)
34 """Represents a crash of the entire browser.
37 def __init__(self, browser, msg='Browser crashed'):
38 super(BrowserGoneException, self).__init__(browser, msg)
42 """Represents a browser tha
[all...]
/external/chromium_org/chrome/browser/ui/fullscreen/
H A Dfullscreen_controller_state_unittest.cc7 #include "chrome/browser/ui/browser.h"
8 #include "chrome/browser/ui/browser_tabstrip.h"
9 #include "chrome/browser/ui/fullscreen/fullscreen_controller.h"
10 #include "chrome/browser/ui/fullscreen/fullscreen_controller_state_test.h"
11 #include "chrome/browser/ui/tabs/tab_strip_model.h"
13 #include "content/public/browser/web_contents.h"
60 void set_browser(Browser* browser) { browser_ = browser; } argument
240 window_->set_browser(browser());
[all...]
H A Dfullscreen_controller_browsertest.cc7 #include "chrome/browser/ui/browser.h"
8 #include "chrome/browser/ui/browser_commands.h"
9 #include "chrome/browser/ui/browser_tabstrip.h"
10 #include "chrome/browser/ui/browser_window.h"
11 #include "chrome/browser/ui/fullscreen/fullscreen_controller.h"
12 #include "chrome/browser/ui/fullscreen/fullscreen_controller_test.h"
13 #include "chrome/browser/ui/tabs/tab_strip_model.h"
15 #include "content/public/browser/render_view_host.h"
16 #include "content/public/browser/web_content
[all...]
H A Dfullscreen_controller_interactive_browsertest.cc6 #include "chrome/browser/content_settings/host_content_settings_map.h"
7 #include "chrome/browser/fullscreen.h"
8 #include "chrome/browser/profiles/profile.h"
9 #include "chrome/browser/ui/browser.h"
10 #include "chrome/browser/ui/browser_commands.h"
11 #include "chrome/browser/ui/browser_window.h"
12 #include "chrome/browser/ui/fullscreen/fullscreen_controller_test.h"
13 #include "chrome/browser/ui/tabs/tab_strip_model.h"
16 #include "content/public/browser/render_view_hos
[all...]
/external/chromium_org/chrome/browser/ui/
H A Dsingleton_tabs.cc5 #include "chrome/browser/ui/singleton_tabs.h"
7 #include "chrome/browser/profiles/profile.h"
8 #include "chrome/browser/search/search.h"
9 #include "chrome/browser/ui/browser.h"
10 #include "chrome/browser/ui/browser_navigator.h"
11 #include "chrome/browser/ui/tabs/tab_strip_model.h"
13 #include "content/public/browser/browser_url_handler.h"
14 #include "content/public/browser/web_contents.h"
33 void ShowSingletonTab(Browser* browser, cons argument
38 ShowSingletonTabRespectRef(Browser* browser, const GURL& url) argument
44 ShowSingletonTabOverwritingNTP(Browser* browser, const NavigateParams& params) argument
62 GetSingletonTabNavigateParams(Browser* browser, const GURL& url) argument
[all...]
H A Dbrowser_tabrestore.cc5 #include "chrome/browser/ui/browser_tabrestore.h"
7 #include "chrome/browser/extensions/tab_helper.h"
8 #include "chrome/browser/profiles/profile.h"
9 #include "chrome/browser/sessions/session_service.h"
10 #include "chrome/browser/sessions/session_service_factory.h"
11 #include "chrome/browser/tab_contents/tab_util.h"
12 #include "chrome/browser/ui/browser.h"
13 #include "chrome/browser/ui/browser_window.h"
14 #include "chrome/browser/u
30 GetRestoreType(Browser* browser, bool from_last_session) argument
39 CreateRestoredTab( Browser* browser, const std::vector<SerializedNavigationEntry>& navigations, int selected_navigation, const std::string& extension_app_id, bool from_last_session, content::SessionStorageNamespace* session_storage_namespace, const std::string& user_agent_override, bool initially_hidden) argument
86 AddRestoredTab( Browser* browser, const std::vector<SerializedNavigationEntry>& navigations, int tab_index, int selected_navigation, const std::string& extension_app_id, bool select, bool pin, bool from_last_session, content::SessionStorageNamespace* session_storage_namespace, const std::string& user_agent_override) argument
140 ReplaceRestoredTab( Browser* browser, const std::vector<SerializedNavigationEntry>& navigations, int selected_navigation, bool from_last_session, const std::string& extension_app_id, content::SessionStorageNamespace* session_storage_namespace, const std::string& user_agent_override) argument
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
H A Dbrowser.h33 int ui_browser__set_color(struct ui_browser *browser, int color);
41 void ui_browser__write_graph(struct ui_browser *browser, int graph);
42 void __ui_browser__line_arrow(struct ui_browser *browser, unsigned int column,
44 void __ui_browser__show_title(struct ui_browser *browser, const char *title);
45 void ui_browser__show_title(struct ui_browser *browser, const char *title);
50 int ui_browser__run(struct ui_browser *browser, int delay_secs);
51 void ui_browser__update_nr_entries(struct ui_browser *browser, u32 nr_entries);
52 void ui_browser__handle_resize(struct ui_browser *browser);
53 void __ui_browser__vline(struct ui_browser *browser, unsigned int column,
56 int ui_browser__warning(struct ui_browser *browser, in
[all...]
/external/chromium_org/chrome/browser/
H A Dfast_shutdown_browsertest.cc8 #include "chrome/browser/chrome_notification_types.h"
9 #include "chrome/browser/profiles/profile.h"
10 #include "chrome/browser/ui/browser.h"
11 #include "chrome/browser/ui/browser_commands.h"
12 #include "chrome/browser/ui/browser_finder.h"
13 #include "chrome/browser/ui/browser_iterator.h"
14 #include "chrome/browser/ui/tabs/tab_strip_model.h"
18 #include "content/public/browser/browser_thread.h"
19 #include "content/public/browser/notification_servic
[all...]
/external/chromium_org/chrome/browser/ui/global_error/
H A Dglobal_error.cc5 #include "chrome/browser/ui/global_error/global_error.h"
8 #include "chrome/browser/ui/global_error/global_error_bubble_view_base.h"
40 void GlobalErrorWithStandardBubble::ShowBubbleView(Browser* browser) { argument
47 GlobalErrorBubbleViewBase::ShowStandardBubbleView(browser, AsWeakPtr());
66 void GlobalErrorWithStandardBubble::BubbleViewDidClose(Browser* browser) { argument
67 DCHECK(browser);
69 OnBubbleViewDidClose(browser);
/external/chromium_org/content/test/plugin/
H A Dplugin_windowless_test.h29 NPError ExecuteScript(NPNetscapeFuncs* browser, NPP id,
31 void ExecuteScriptDeleteInPaint(NPNetscapeFuncs* browser);
32 void ExecuteScriptResizeInPaint(NPNetscapeFuncs* browser);
33 void MultipleInstanceSyncCalls(NPNetscapeFuncs* browser);
34 void ConvertPoint(NPNetscapeFuncs* browser);
/external/chromium_org/chrome/browser/captive_portal/
H A Dcaptive_portal_browsertest.cc17 #include "chrome/browser/captive_portal/captive_portal_service.h"
18 #include "chrome/browser/captive_portal/captive_portal_service_factory.h"
19 #include "chrome/browser/captive_portal/captive_portal_tab_helper.h"
20 #include "chrome/browser/captive_portal/captive_portal_tab_reloader.h"
21 #include "chrome/browser/chrome_notification_types.h"
22 #include "chrome/browser/net/url_request_mock_util.h"
23 #include "chrome/browser/profiles/profile.h"
24 #include "chrome/browser/ui/browser.h"
25 #include "chrome/browser/u
1005 CheckPending(Browser* browser) argument
1019 GetStateOfTabReloaderAt(Browser* browser, int index) const argument
1043 NavigateToPageExpectNoTest( Browser* browser, const GURL& url, int expected_navigations) argument
1064 SlowLoadNoCaptivePortal( Browser* browser, CaptivePortalResult expected_result) argument
1104 FastTimeoutNoCaptivePortal( Browser* browser, CaptivePortalResult expected_result) argument
1154 SlowLoadBehindCaptivePortal( Browser* browser, bool expect_open_login_tab) argument
1164 SlowLoadBehindCaptivePortal( Browser* browser, bool expect_open_login_tab, const GURL& hanging_url, int expected_portal_checks, int expected_login_tab_navigations) argument
1240 FastTimeoutBehindCaptivePortal( Browser* browser, bool expect_open_login_tab) argument
1248 FastErrorBehindCaptivePortal( Browser* browser, bool expect_open_login_tab, const GURL& error_url) argument
1316 NavigateLoginTab(Browser* browser, int num_loading_tabs, int num_timed_out_tabs) argument
1359 Login(Browser* browser, int num_loading_tabs, int num_timed_out_tabs) argument
1408 FailLoadsAfterLogin(Browser* browser, int num_loading_tabs) argument
1439 FailLoadsWithoutLogin(Browser* browser, int num_loading_tabs) argument
1478 RunNavigateLoadingTabToTimeoutTest( Browser* browser, const GURL& starting_url, const GURL& hanging_url, const GURL& timeout_url) argument
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
H A Dhists.c15 #include "../browser.h"
37 static void hist_browser__refresh_dimensions(struct hist_browser *browser) argument
40 browser->b.width = 3 + (hists__sort_list_width(browser->hists) +
44 static void hist_browser__reset(struct hist_browser *browser) argument
46 browser->b.nr_entries = browser->hists->nr_entries;
47 hist_browser__refresh_dimensions(browser);
48 ui_browser__reset_index(&browser->b);
195 static bool hist_browser__toggle_fold(struct hist_browser *browser) argument
296 hist_browser__set_folding(struct hist_browser *browser, bool unfold) argument
304 ui_browser__warn_lost_events(struct ui_browser *browser) argument
315 hist_browser__run(struct hist_browser *browser, const char *ev_name, struct hist_browser_timer *hbt) argument
416 hist_browser__show_callchain_node_rb_tree(struct hist_browser *browser, struct callchain_node *chain_node, u64 total, int level, unsigned short row, off_t *row_offset, bool *is_current_entry) argument
510 hist_browser__show_callchain_node(struct hist_browser *browser, struct callchain_node *node, int level, unsigned short row, off_t *row_offset, bool *is_current_entry) argument
562 hist_browser__show_callchain(struct hist_browser *browser, struct rb_root *chain, int level, unsigned short row, off_t *row_offset, bool *is_current_entry) argument
720 hist_browser__show_entry(struct hist_browser *browser, struct hist_entry *entry, unsigned short row) argument
794 ui_browser__hists_init_top(struct ui_browser *browser) argument
804 hist_browser__refresh(struct ui_browser *browser) argument
870 ui_browser__hists_seek(struct ui_browser *browser, off_t offset, int whence) argument
998 hist_browser__fprintf_callchain_node_rb_tree(struct hist_browser *browser, struct callchain_node *chain_node, u64 total, int level, FILE *fp) argument
1068 hist_browser__fprintf_callchain_node(struct hist_browser *browser, struct callchain_node *node, int level, FILE *fp) argument
1092 hist_browser__fprintf_callchain(struct hist_browser *browser, struct rb_root *chain, int level, FILE *fp) argument
1107 hist_browser__fprintf_entry(struct hist_browser *browser, struct hist_entry *he, FILE *fp) argument
1140 hist_browser__fprintf(struct hist_browser *browser, FILE *fp) argument
1158 hist_browser__dump(struct hist_browser *browser) argument
1194 struct hist_browser *browser = zalloc(sizeof(*browser)); local
1206 hist_browser__delete(struct hist_browser *browser) argument
1211 hist_browser__selected_entry(struct hist_browser *browser) argument
1216 hist_browser__selected_thread(struct hist_browser *browser) argument
1393 struct hist_browser *browser = hist_browser__new(hists); local
1754 perf_evsel_menu__write(struct ui_browser *browser, void *entry, int row) argument
[all...]
/external/chromium_org/chrome/browser/prefs/
H A Dpref_functional_browsertest.cc9 #include "chrome/browser/download/download_prefs.h"
10 #include "chrome/browser/prefs/pref_service_syncable.h"
11 #include "chrome/browser/ui/browser.h"
12 #include "chrome/browser/ui/browser_commands.h"
13 #include "chrome/browser/ui/tabs/tab_strip_model.h"
20 #include "content/public/browser/web_contents.h"
31 scoped_ptr<content::DownloadTestObserver> CreateWaiter(Browser* browser, argument
34 BrowserContext::GetDownloadManager(browser->profile());
54 browser()
[all...]
/external/chromium_org/chrome/browser/ui/blocked_content/
H A Dpopup_blocker_browsertest.cc11 #include "chrome/browser/chrome_notification_types.h"
12 #include "chrome/browser/content_settings/host_content_settings_map.h"
13 #include "chrome/browser/content_settings/tab_specific_content_settings.h"
14 #include "chrome/browser/profiles/profile.h"
15 #include "chrome/browser/search_engines/template_url_service_factory.h"
16 #include "chrome/browser/ui/blocked_content/popup_blocker_tab_helper.h"
17 #include "chrome/browser/ui/browser.h"
18 #include "chrome/browser/ui/browser_commands.h"
19 #include "chrome/browser/u
157 RunCheckTest(Browser* browser, const std::string& test_name, WhatToExpect what_to_expect, ShouldCheckTitle check_title) argument
[all...]
/external/chromium_org/chrome/browser/ui/find_bar/
H A Dfind_bar_host_browsertest.cc12 #include "chrome/browser/history/history_service.h"
13 #include "chrome/browser/history/history_service_factory.h"
14 #include "chrome/browser/profiles/profile.h"
15 #include "chrome/browser/ui/browser.h"
16 #include "chrome/browser/ui/browser_commands.h"
17 #include "chrome/browser/ui/browser_finder.h"
18 #include "chrome/browser/ui/browser_navigator.h"
19 #include "chrome/browser/ui/browser_tabstrip.h"
20 #include "chrome/browser/u
88 GetFindBarWindowInfoForBrowser( Browser* browser, gfx::Point* position, bool* fully_visible) argument
99 GetFindBarTextForBrowser(Browser* browser) argument
108 GetFindBarMatchCountTextForBrowser(Browser* browser) argument
118 GetFindBarWidthForBrowser(Browser* browser) argument
124 EnsureFindBoxOpenForBrowser(Browser* browser) argument
145 Browser* browser = chrome::FindBrowserWithWebContents(web_contents); local
[all...]

Completed in 8499 milliseconds

1234567891011>>