Searched refs:browser (Results 26 - 50 of 1929) sorted by relevance

1234567891011>>

/external/chromium_org/content/
H A Dcontent_browser.target.linux-arm.mk44 $(gyp_intermediate_dir)/devtools_protocol_constants.cc: $(gyp_shared_intermediate_dir)/content/browser/devtools/devtools_protocol_constants.cc
54 $(gyp_shared_intermediate_dir)/content/browser/devtools
57 content/public/browser/android/synchronous_compositor.cc \
58 content/public/browser/ax_event_notification_details.cc \
59 content/public/browser/browser_child_process_host_delegate.cc \
60 content/public/browser/browser_child_process_host_iterator.cc \
61 content/public/browser/browser_child_process_observer.cc \
62 content/public/browser/browser_main_parts.cc \
63 content/public/browser/browser_message_filter.cc \
64 content/public/browser/browser_plugin_guest_delegat
[all...]
H A Dcontent_browser.target.linux-arm64.mk44 $(gyp_intermediate_dir)/devtools_protocol_constants.cc: $(gyp_shared_intermediate_dir)/content/browser/devtools/devtools_protocol_constants.cc
54 $(gyp_shared_intermediate_dir)/content/browser/devtools
57 content/public/browser/android/synchronous_compositor.cc \
58 content/public/browser/ax_event_notification_details.cc \
59 content/public/browser/browser_child_process_host_delegate.cc \
60 content/public/browser/browser_child_process_host_iterator.cc \
61 content/public/browser/browser_child_process_observer.cc \
62 content/public/browser/browser_main_parts.cc \
63 content/public/browser/browser_message_filter.cc \
64 content/public/browser/browser_plugin_guest_delegat
[all...]
H A Dcontent_browser.target.linux-mips.mk44 $(gyp_intermediate_dir)/devtools_protocol_constants.cc: $(gyp_shared_intermediate_dir)/content/browser/devtools/devtools_protocol_constants.cc
54 $(gyp_shared_intermediate_dir)/content/browser/devtools
57 content/public/browser/android/synchronous_compositor.cc \
58 content/public/browser/ax_event_notification_details.cc \
59 content/public/browser/browser_child_process_host_delegate.cc \
60 content/public/browser/browser_child_process_host_iterator.cc \
61 content/public/browser/browser_child_process_observer.cc \
62 content/public/browser/browser_main_parts.cc \
63 content/public/browser/browser_message_filter.cc \
64 content/public/browser/browser_plugin_guest_delegat
[all...]
H A Dcontent_browser.target.linux-mips64.mk44 $(gyp_intermediate_dir)/devtools_protocol_constants.cc: $(gyp_shared_intermediate_dir)/content/browser/devtools/devtools_protocol_constants.cc
54 $(gyp_shared_intermediate_dir)/content/browser/devtools
57 content/public/browser/android/synchronous_compositor.cc \
58 content/public/browser/ax_event_notification_details.cc \
59 content/public/browser/browser_child_process_host_delegate.cc \
60 content/public/browser/browser_child_process_host_iterator.cc \
61 content/public/browser/browser_child_process_observer.cc \
62 content/public/browser/browser_main_parts.cc \
63 content/public/browser/browser_message_filter.cc \
64 content/public/browser/browser_plugin_guest_delegat
[all...]
H A Dcontent_browser.target.linux-x86.mk44 $(gyp_intermediate_dir)/devtools_protocol_constants.cc: $(gyp_shared_intermediate_dir)/content/browser/devtools/devtools_protocol_constants.cc
54 $(gyp_shared_intermediate_dir)/content/browser/devtools
57 content/public/browser/android/synchronous_compositor.cc \
58 content/public/browser/ax_event_notification_details.cc \
59 content/public/browser/browser_child_process_host_delegate.cc \
60 content/public/browser/browser_child_process_host_iterator.cc \
61 content/public/browser/browser_child_process_observer.cc \
62 content/public/browser/browser_main_parts.cc \
63 content/public/browser/browser_message_filter.cc \
64 content/public/browser/browser_plugin_guest_delegat
[all...]
H A Dcontent_browser.target.linux-x86_64.mk44 $(gyp_intermediate_dir)/devtools_protocol_constants.cc: $(gyp_shared_intermediate_dir)/content/browser/devtools/devtools_protocol_constants.cc
54 $(gyp_shared_intermediate_dir)/content/browser/devtools
57 content/public/browser/android/synchronous_compositor.cc \
58 content/public/browser/ax_event_notification_details.cc \
59 content/public/browser/browser_child_process_host_delegate.cc \
60 content/public/browser/browser_child_process_host_iterator.cc \
61 content/public/browser/browser_child_process_observer.cc \
62 content/public/browser/browser_main_parts.cc \
63 content/public/browser/browser_message_filter.cc \
64 content/public/browser/browser_plugin_guest_delegat
[all...]
/external/chromium_org/chrome/browser/feedback/
H A Dshow_feedback_page.cc7 #include "chrome/browser/browser_process.h"
8 #include "chrome/browser/extensions/api/feedback_private/feedback_private_api.h"
9 #include "chrome/browser/profiles/profile.h"
10 #include "chrome/browser/profiles/profile_manager.h"
11 #include "chrome/browser/ui/browser_finder.h"
12 #include "chrome/browser/ui/tabs/tab_strip_model.h"
13 #include "content/public/browser/web_contents.h"
19 Browser* browser = chrome::FindBrowserWithID(session_id); local
21 if (!browser || index >= browser
40 ShowFeedbackPage(Browser* browser, const std::string& description_template, const std::string& category_tag) argument
[all...]
/external/chromium_org/chrome/browser/ui/search/
H A Dsearch_delegate_unittest.cc5 #include "chrome/browser/ui/browser.h"
6 #include "chrome/browser/ui/search/search_model.h"
7 #include "chrome/browser/ui/search/search_tab_helper.h"
8 #include "chrome/browser/ui/tabs/tab_strip_model.h"
14 // the browser's search model.
17 EXPECT_TRUE(browser()->search_model()->mode().is_default());
19 // Propagate change from tab's search model to browser's search model.
20 AddTab(browser(), GURL("http://foo/0"));
22 browser()
[all...]
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dmulti_profile_browser_status_monitor.cc5 #include "chrome/browser/ui/ash/launcher/multi_profile_browser_status_monitor.h"
8 #include "chrome/browser/profiles/profile.h"
9 #include "chrome/browser/profiles/profile_manager.h"
10 #include "chrome/browser/ui/ash/launcher/chrome_launcher_controller.h"
11 #include "chrome/browser/ui/ash/multi_user/multi_user_util.h"
12 #include "chrome/browser/ui/browser.h"
13 #include "chrome/browser/ui/browser_list.h"
14 #include "chrome/browser/ui/browser_tabstrip.h"
15 #include "chrome/browser/u
50 Browser* browser = *it; local
65 Browser* browser = *it; local
84 Browser* browser = *it; local
104 AddV1AppToShelf(Browser* browser) argument
114 RemoveV1AppFromShelf(Browser* browser) argument
124 ConnectV1AppToLauncher( Browser* browser) argument
134 DisconnectV1AppFromLauncher( Browser* browser) argument
[all...]
/external/chromium_org/chrome/browser/ui/
H A Dchrome_pages.cc5 #include "chrome/browser/ui/chrome_pages.h"
11 #include "chrome/browser/download/download_shelf.h"
12 #include "chrome/browser/profiles/profile.h"
13 #include "chrome/browser/profiles/profile_manager.h"
14 #include "chrome/browser/signin/signin_manager_factory.h"
15 #include "chrome/browser/ui/browser.h"
16 #include "chrome/browser/ui/browser_finder.h"
17 #include "chrome/browser/ui/browser_navigator.h"
18 #include "chrome/browser/u
49 OpenBookmarkManagerWithHash(Browser* browser, const std::string& action, int64 node_id) argument
62 NavigateToSingletonTab(Browser* browser, const GURL& url) argument
72 ShowHelpImpl(Browser* browser, Profile* profile, HostDesktopType host_desktop_type, HelpSource source) argument
110 ShowBookmarkManager(Browser* browser) argument
118 ShowBookmarkManagerForNode(Browser* browser, int64 node_id) argument
122 ShowHistory(Browser* browser) argument
130 ShowDownloads(Browser* browser) argument
143 ShowExtensions(Browser* browser, const std::string& extension_to_highlight) argument
159 ShowConflicts(Browser* browser) argument
176 ShowHelp(Browser* browser, HelpSource source) argument
187 ShowPolicy(Browser* browser) argument
191 ShowSlow(Browser* browser) argument
210 IsTrustedPopupWindowWithScheme(const Browser* browser, const std::string& scheme) argument
224 ShowSettings(Browser* browser) argument
228 ShowSettingsSubPage(Browser* browser, const std::string& sub_page) argument
244 Browser* browser = local
253 ShowSettingsSubPageInTabbedBrowser(Browser* browser, const std::string& sub_page) argument
262 ShowContentSettings(Browser* browser, ContentSettingsType content_settings_type) argument
271 ShowClearBrowsingDataDialog(Browser* browser) argument
276 ShowPasswordManager(Browser* browser) argument
281 ShowImportDialog(Browser* browser) argument
286 ShowAboutChrome(Browser* browser) argument
299 ShowSearchEngineSettings(Browser* browser) argument
304 ShowBrowserSignin(Browser* browser, signin::Source source) argument
[all...]
H A Dbrowser_commands.cc5 #include "chrome/browser/ui/browser_commands.h"
12 #include "chrome/browser/bookmarks/bookmark_model_factory.h"
13 #include "chrome/browser/browser_process.h"
14 #include "chrome/browser/browsing_data/browsing_data_helper.h"
15 #include "chrome/browser/browsing_data/browsing_data_remover.h"
16 #include "chrome/browser/chrome_notification_types.h"
17 #include "chrome/browser/chrome_page_zoom.h"
18 #include "chrome/browser/devtools/devtools_window.h"
19 #include "chrome/browser/dom_distiller/tab_utils.h"
20 #include "chrome/browser/extension
121 CanBookmarkCurrentPageInternal(const Browser* browser, bool check_remove_bookmark_ui) argument
172 BookmarkCurrentPageInternal(Browser* browser) argument
208 GetTabAndRevertIfNecessary(Browser* browser, WindowOpenDisposition disposition) argument
237 ReloadInternal(Browser* browser, WindowOpenDisposition disposition, bool ignore_cache) argument
254 IsShowingWebContentsModalDialog(Browser* browser) argument
271 PrintPreviewShowing(const Browser* browser) argument
285 IsCommandEnabled(Browser* browser, int command) argument
290 SupportsCommand(Browser* browser, int command) argument
295 ExecuteCommand(Browser* browser, int command) argument
300 ExecuteCommandWithDisposition(Browser* browser, int command, WindowOpenDisposition disposition) argument
307 UpdateCommandEnabled(Browser* browser, int command, bool enabled) argument
312 AddCommandObserver(Browser* browser, int command, CommandObserver* observer) argument
319 RemoveCommandObserver(Browser* browser, int command, CommandObserver* observer) argument
326 GetContentRestrictions(const Browser* browser) argument
376 Browser* browser = new Browser( local
399 CanGoBack(const Browser* browser) argument
404 GoBack(Browser* browser, WindowOpenDisposition disposition) argument
418 CanGoForward(const Browser* browser) argument
423 GoForward(Browser* browser, WindowOpenDisposition disposition) argument
431 NavigateToIndexWithDisposition(Browser* browser, int index, WindowOpenDisposition disposition) argument
442 Reload(Browser* browser, WindowOpenDisposition disposition) argument
447 ReloadIgnoringCache(Browser* browser, WindowOpenDisposition disposition) argument
452 CanReload(const Browser* browser) argument
456 Home(Browser* browser, WindowOpenDisposition disposition) argument
500 OpenCurrentURL(Browser* browser) argument
550 Stop(Browser* browser) argument
555 NewWindow(Browser* browser) argument
560 NewIncognitoWindow(Browser* browser) argument
565 CloseWindow(Browser* browser) argument
570 NewTab(Browser* browser) argument
594 CloseTab(Browser* browser) argument
616 GetRestoreTabType( const Browser* browser) argument
627 SelectNextTab(Browser* browser) argument
632 SelectPreviousTab(Browser* browser) argument
637 MoveTabNext(Browser* browser) argument
642 MoveTabPrevious(Browser* browser) argument
647 SelectNumberedTab(Browser* browser, int index) argument
654 SelectLastTab(Browser* browser) argument
659 DuplicateTab(Browser* browser) argument
664 CanDuplicateTab(const Browser* browser) argument
669 DuplicateTabAt(Browser* browser, int index) argument
723 CanDuplicateTabAt(Browser* browser, int index) argument
729 ConvertPopupToTabbedBrowser(Browser* browser) argument
745 BookmarkCurrentPage(Browser* browser) argument
773 CanBookmarkCurrentPage(const Browser* browser) argument
777 BookmarkAllTabs(Browser* browser) argument
781 CanBookmarkAllTabs(const Browser* browser) argument
787 Translate(Browser* browser) argument
807 ManagePasswordsForPage(Browser* browser) argument
816 TogglePagePinnedToStartScreen(Browser* browser) argument
824 SavePage(Browser* browser) argument
832 CanSavePage(const Browser* browser) argument
843 ShowFindBar(Browser* browser) argument
847 ShowWebsiteSettings(Browser* browser, content::WebContents* web_contents, const GURL& url, const SSLStatus& ssl) argument
856 Print(Browser* browser) argument
880 CanPrint(Browser* browser) argument
893 BasicPrint(Browser* browser) argument
902 CanBasicPrint(Browser* browser) argument
917 EmailPageLocation(Browser* browser) argument
930 CanEmailPageLocation(const Browser* browser) argument
935 Cut(Browser* browser) argument
940 Copy(Browser* browser) argument
945 Paste(Browser* browser) argument
950 Find(Browser* browser) argument
955 FindNext(Browser* browser) argument
960 FindPrevious(Browser* browser) argument
965 FindInPage(Browser* browser, bool find_next, bool forward_direction) argument
983 Zoom(Browser* browser, content::PageZoom zoom) argument
988 FocusToolbar(Browser* browser) argument
993 FocusLocationBar(Browser* browser) argument
998 FocusSearch(Browser* browser) argument
1004 FocusAppMenu(Browser* browser) argument
1009 FocusBookmarksToolbar(Browser* browser) argument
1014 FocusInfobars(Browser* browser) argument
1019 FocusNextPane(Browser* browser) argument
1024 FocusPreviousPane(Browser* browser) argument
1029 ToggleDevToolsWindow(Browser* browser, DevToolsToggleAction action) argument
1045 OpenTaskManager(Browser* browser) argument
1054 OpenFeedbackDialog(Browser* browser) argument
1059 ToggleBookmarkBar(Browser* browser) argument
1064 ShowAppMenu(Browser* browser) argument
1069 ShowAvatarMenu(Browser* browser) argument
1075 OpenUpdateChromeDialog(Browser* browser) argument
1092 ToggleSpeechInput(Browser* browser) argument
1101 DistillCurrentPage(Browser* browser) argument
1110 IsRequestingTabletSite(Browser* browser) argument
1121 ToggleRequestTabletSite(Browser* browser) argument
1143 ToggleFullscreenMode(Browser* browser) argument
1148 ClearCache(Browser* browser) argument
1156 IsDebuggerAttachedToCurrentTab(Browser* browser) argument
1162 ViewSource(Browser* browser, WebContents* contents) argument
1174 ViewSource(Browser* browser, WebContents* contents, const GURL& url, const content::PageState& page_state) argument
1237 ViewSelectedSource(Browser* browser) argument
1241 CanViewSource(const Browser* browser) argument
1247 CreateApplicationShortcuts(Browser* browser) argument
1254 CreateBookmarkAppFromCurrentWebContents(Browser* browser) argument
1261 CanCreateApplicationShortcuts(const Browser* browser) argument
1267 CanCreateBookmarkApp(const Browser* browser) argument
1273 ConvertTabToAppWindow(Browser* browser, content::WebContents* contents) argument
[all...]
H A Dbrowser_tab_restorer.cc7 #include "chrome/browser/profiles/profile.h"
8 #include "chrome/browser/sessions/tab_restore_service.h"
9 #include "chrome/browser/sessions/tab_restore_service_factory.h"
10 #include "chrome/browser/sessions/tab_restore_service_observer.h"
11 #include "chrome/browser/ui/browser.h"
12 #include "chrome/browser/ui/browser_commands.h"
13 #include "chrome/browser/ui/browser_list.h"
14 #include "chrome/browser/ui/browser_list_observer.h"
15 #include "chrome/browser/u
59 CreateIfNecessary(Browser* browser) argument
68 BrowserTabRestorer(Browser* browser) argument
93 OnBrowserRemoved(Browser* browser) argument
100 RestoreTab(Browser* browser) argument
[all...]
H A Dbrowser_navigator_browsertest.cc5 #include "chrome/browser/ui/browser_navigator_browsertest.h"
12 #include "chrome/browser/prefs/incognito_mode_prefs.h"
13 #include "chrome/browser/profiles/profile.h"
14 #include "chrome/browser/ui/browser.h"
15 #include "chrome/browser/ui/browser_commands.h"
16 #include "chrome/browser/ui/browser_finder.h"
17 #include "chrome/browser/ui/browser_navigator.h"
18 #include "chrome/browser/ui/browser_tabstrip.h"
19 #include "chrome/browser/u
112 Browser* browser = new Browser( local
119 Browser* browser = new Browser( local
175 Browser* browser = CreateIncognitoBrowser(); local
[all...]
H A Dbrowser_toolbar_model_delegate.cc5 #include "chrome/browser/ui/browser_toolbar_model_delegate.h"
7 #include "chrome/browser/ui/browser.h"
8 #include "chrome/browser/ui/tabs/tab_strip_model.h"
10 BrowserToolbarModelDelegate::BrowserToolbarModelDelegate(Browser* browser) argument
11 : browser_(browser) {
/external/chromium_org/chrome/browser/ui/fullscreen/
H A Dfullscreen_controller_test.cc5 #include "chrome/browser/ui/fullscreen/fullscreen_controller_test.h"
8 #include "chrome/browser/ui/browser.h"
9 #include "chrome/browser/ui/browser_commands.h"
10 #include "chrome/browser/ui/browser_window.h"
11 #include "chrome/browser/ui/fullscreen/fullscreen_controller.h"
12 #include "chrome/browser/ui/tabs/tab_strip_model.h"
14 #include "content/public/browser/web_contents.h"
25 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents();
26 browser()
[all...]
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_bubble_sign_in_delegate.cc5 #include "chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.h"
7 #include "chrome/browser/signin/signin_promo.h"
8 #include "chrome/browser/ui/browser.h"
9 #include "chrome/browser/ui/browser_finder.h"
10 #include "chrome/browser/ui/browser_list.h"
11 #include "chrome/browser/ui/browser_window.h"
12 #include "chrome/browser/ui/chrome_pages.h"
13 #include "chrome/browser/ui/tabs/tab_strip_model.h"
15 BookmarkBubbleSignInDelegate::BookmarkBubbleSignInDelegate(Browser* browser) argument
31 OnBrowserRemoved(Browser* browser) argument
[all...]
/external/chromium_org/chrome/browser/ui/sync/
H A Done_click_signin_bubble_links_delegate_browsertest.cc5 #include "chrome/browser/ui/sync/one_click_signin_bubble_links_delegate.h"
7 #include "chrome/browser/ui/browser.h"
8 #include "chrome/browser/ui/tabs/tab_strip_model.h"
16 delegate_.reset(new OneClickSigninBubbleLinksDelegate(browser()));
18 int starting_tab_count = browser()->tab_strip_model()->count();
23 int tab_count = browser()->tab_strip_model()->count();
30 delegate_.reset(new OneClickSigninBubbleLinksDelegate(browser()));
32 int starting_tab_count = browser()->tab_strip_model()->count();
37 int tab_count = browser()
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Dfind_bar_host_interactive_uitest.cc7 #include "chrome/browser/chrome_notification_types.h"
8 #include "chrome/browser/ui/browser.h"
9 #include "chrome/browser/ui/browser_commands.h"
10 #include "chrome/browser/ui/browser_tabstrip.h"
11 #include "chrome/browser/ui/find_bar/find_bar_controller.h"
12 #include "chrome/browser/ui/find_bar/find_notification_details.h"
13 #include "chrome/browser/ui/tabs/tab_strip_model.h"
14 #include "chrome/browser/ui/view_ids.h"
15 #include "chrome/browser/u
[all...]
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dnew_tab_ui_browsertest.cc6 #include "chrome/browser/ui/browser.h"
7 #include "chrome/browser/ui/browser_commands.h"
8 #include "chrome/browser/ui/tabs/tab_strip_model.h"
13 #include "content/public/browser/render_process_host.h"
14 #include "content/public/browser/web_contents.h"
46 browser(), GURL(chrome::kChromeUINewTabURL), NEW_FOREGROUND_TAB,
49 browser()->tab_strip_model()->GetWebContentsAt(1)->GetMaxPageID());
57 browser()->tab_strip_model()->GetActiveWebContents(),
59 browser()
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
H A Dannotate.c2 #include "../browser.h"
62 static bool disasm_line__filter(struct ui_browser *browser __maybe_unused,
73 static int annotate_browser__jumps_percent_color(struct annotate_browser *browser, argument
76 if (current && (!browser->b.use_navkeypressed || browser->b.navkeypressed))
78 if (nr == browser->max_jump_sources)
85 static int annotate_browser__set_jumps_percent_color(struct annotate_browser *browser, argument
88 int color = annotate_browser__jumps_percent_color(browser, nr, current);
89 return ui_browser__set_color(&browser->b, color);
92 static void annotate_browser__write(struct ui_browser *browser, voi argument
210 annotate_browser__draw_current_jump(struct ui_browser *browser) argument
249 annotate_browser__refresh(struct ui_browser *browser) argument
298 annotate_browser__set_top(struct annotate_browser *browser, struct disasm_line *pos, u32 idx) argument
321 annotate_browser__set_rb_top(struct annotate_browser *browser, struct rb_node *nd) argument
337 annotate_browser__calc_percent(struct annotate_browser *browser, struct perf_evsel *evsel) argument
386 annotate_browser__toggle_source(struct annotate_browser *browser) argument
425 annotate_browser__init_asm_mode(struct annotate_browser *browser) argument
439 annotate_browser__callq(struct annotate_browser *browser, struct perf_evsel *evsel, struct hist_browser_timer *hbt) argument
479 annotate_browser__find_offset(struct annotate_browser *browser, s64 offset, s64 *idx) argument
498 annotate_browser__jump(struct annotate_browser *browser) argument
518 annotate_browser__find_string(struct annotate_browser *browser, char *s, s64 *idx) argument
540 __annotate_browser__search(struct annotate_browser *browser) argument
557 annotate_browser__find_string_reverse(struct annotate_browser *browser, char *s, s64 *idx) argument
579 __annotate_browser__search_reverse(struct annotate_browser *browser) argument
595 annotate_browser__search_window(struct annotate_browser *browser, int delay_secs) argument
607 annotate_browser__search(struct annotate_browser *browser, int delay_secs) argument
615 annotate_browser__continue_search(struct annotate_browser *browser, int delay_secs) argument
624 annotate_browser__search_reverse(struct annotate_browser *browser, int delay_secs) argument
634 annotate_browser__continue_search_reverse(struct annotate_browser *browser, int delay_secs) argument
643 annotate_browser__update_addr_width(struct annotate_browser *browser) argument
656 annotate_browser__run(struct annotate_browser *browser, struct perf_evsel *evsel, struct hist_browser_timer *hbt) argument
826 annotate_browser__mark_jump_targets(struct annotate_browser *browser, size_t size) argument
881 struct annotate_browser browser = { local
[all...]
/external/chromium_org/chrome/browser/download/
H A Ddownload_started_animation_browsertest.cc5 #include "chrome/browser/download/download_started_animation.h"
6 #include "chrome/browser/ui/browser.h"
7 #include "chrome/browser/ui/browser_commands.h"
8 #include "chrome/browser/ui/tabs/tab_strip_model.h"
23 browser()->tab_strip_model()->GetActiveWebContents();
25 chrome::CloseWindow(browser());
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DNavigationClient.java5 package org.chromium.content.browser;
7 import org.chromium.content_public.browser.NavigationHistory;
/external/chromium_org/chrome/browser/ui/views/ash/
H A Dtab_scrubber_browsertest.cc5 #include "chrome/browser/ui/views/ash/tab_scrubber.h"
13 #include "chrome/browser/ui/browser_tabstrip.h"
14 #include "chrome/browser/ui/tabs/tab_strip_model.h"
15 #include "chrome/browser/ui/tabs/tab_strip_model_observer.h"
16 #include "chrome/browser/ui/views/frame/browser_view.h"
17 #include "chrome/browser/ui/views/tabs/tab.h"
18 #include "chrome/browser/ui/views/tabs/tab_strip.h"
22 #include "content/public/browser/notification_service.h"
59 browser()->tab_strip_model()->RemoveObserver(this);
62 TabStrip* GetTabStrip(Browser* browser) { argument
67 GetStartX(Browser* browser, int index, TabScrubber::Direction direction) argument
74 GetTabCenter(Browser* browser, int index) argument
80 SendScrubEvent(Browser* browser, int index) argument
150 SendScrubSequence(Browser* browser, int x_offset, int index) argument
169 AddTabs(Browser* browser, int num_tabs) argument
225 RunUntilTabActive(Browser* browser, int target) argument
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DSubPanelListener.java4 package org.chromium.chrome.browser.infobar;
/external/chromium_org/chrome/browser/extensions/
H A Dweb_contents_browsertest.cc5 #include "chrome/browser/extensions/extension_browsertest.h"
6 #include "chrome/browser/ui/browser.h"
7 #include "chrome/browser/ui/tabs/tab_strip_model.h"
20 browser(),
25 browser()->tab_strip_model()->GetActiveWebContents(),
34 browser(),
38 browser()->tab_strip_model()->GetActiveWebContents(),

Completed in 511 milliseconds

1234567891011>>