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

1234567891011>>

/external/chromium_org/chrome/browser/ui/
H A Dbrowser_commands_mac.cc5 #include "chrome/browser/ui/browser_commands_mac.h"
9 #include "chrome/browser/fullscreen.h"
10 #include "chrome/browser/ui/browser.h"
11 #include "chrome/browser/ui/browser_commands.h"
12 #include "chrome/browser/ui/fullscreen/fullscreen_controller.h"
17 void ToggleFullscreenWithChromeOrFallback(Browser* browser) { argument
18 DCHECK(browser);
20 browser->fullscreen_controller()->ToggleBrowserFullscreenWithChrome();
22 ToggleFullscreenMode(browser);
[all...]
H A Dbrowser_commands.h10 #include "chrome/browser/devtools/devtools_toggle_action.h"
11 #include "chrome/browser/ui/host_desktop.h"
12 #include "chrome/browser/ui/tabs/tab_strip_model_delegate.h"
31 bool IsCommandEnabled(Browser* browser, int command);
32 bool SupportsCommand(Browser* browser, int command);
33 bool ExecuteCommand(Browser* browser, int command);
34 bool ExecuteCommandWithDisposition(Browser* browser,
37 void UpdateCommandEnabled(Browser* browser, int command, bool enabled);
41 int GetContentRestrictions(const Browser* browser);
54 // Opens the specified URL in a new browser windo
[all...]
H A Dchrome_pages.h10 #include "chrome/browser/signin/signin_promo.h"
11 #include "chrome/browser/ui/host_desktop.h"
36 void ShowBookmarkManager(Browser* browser);
37 void ShowBookmarkManagerForNode(Browser* browser, int64 node_id);
38 void ShowHistory(Browser* browser);
39 void ShowDownloads(Browser* browser);
40 void ShowExtensions(Browser* browser,
42 void ShowConflicts(Browser* browser);
44 // ShowFeedbackPage() uses |browser| to determine the URL of the current tab.
45 // |browser| shoul
[all...]
H A Dbrowser_command_controller_browsertest.cc5 #include "chrome/browser/ui/browser_command_controller.h"
8 #include "chrome/browser/ui/browser.h"
9 #include "chrome/browser/ui/browser_commands.h"
10 #include "chrome/browser/ui/tab_modal_confirm_dialog_browsertest.h"
11 #include "chrome/browser/ui/tabs/tab_strip_model.h"
19 EXPECT_TRUE(chrome::IsCommandEnabled(browser(), IDC_FIND));
23 browser()->tab_strip_model()->GetActiveWebContents();
27 EXPECT_FALSE(chrome::IsCommandEnabled(browser(), IDC_FIND));
30 AddBlankTabAndShow(browser());
[all...]
H A Dbrowser_mac.cc5 #include "chrome/browser/ui/browser_mac.h"
7 #include "chrome/browser/profiles/profile.h"
8 #include "chrome/browser/ui/browser.h"
9 #include "chrome/browser/ui/browser_window.h"
10 #include "chrome/browser/ui/host_desktop.h"
15 Browser* browser = local
18 ShowAboutChrome(browser);
19 browser->window()->Show();
23 Browser* browser local
31 Browser* browser = local
39 Browser* browser = local
47 Browser* browser = local
55 Browser* browser = local
63 Browser* browser = local
71 Browser* browser = local
79 Browser* browser = local
87 Browser* browser = local
[all...]
/external/chromium_org/chrome/browser/ui/startup/
H A Dsession_crashed_bubble.cc5 #include "chrome/browser/ui/startup/session_crashed_bubble.h"
7 bool ShowSessionCrashedBubble(Browser* browser) { argument
H A Dautolaunch_prompt.cc5 #include "chrome/browser/ui/startup/autolaunch_prompt.h"
11 bool ShowAutolaunchPrompt(Browser* browser) { argument
H A Dsession_crashed_bubble.h13 bool ShowSessionCrashedBubble(Browser* browser);
/external/chromium_org/tools/site_compare/scrapers/
H A D__init__.py6 """Selects the appropriate scraper for a given browser and version."""
12 def GetScraper(browser):
13 """Given a browser and an optional version, returns the scraper module.
16 browser: either a string (browser name) or a tuple (name, version)
22 if type(browser) == types.StringType: browser = (browser, None)
24 package = __import__(browser[0], globals(), locals(), [''])
25 module = package.GetScraper(browser[
[all...]
/external/chromium_org/chrome/browser/extensions/api/principals_private/
H A Dprincipals_private_api.cc5 #include "chrome/browser/extensions/api/principals_private/principals_private_api.h"
7 #include "chrome/browser/browser_process.h"
8 #include "chrome/browser/profiles/avatar_menu.h"
9 #include "chrome/browser/profiles/profile_window.h"
10 #include "chrome/browser/signin/signin_header_helper.h"
11 #include "chrome/browser/ui/browser.h"
12 #include "chrome/browser/ui/browser_window.h"
27 Browser* browser = GetCurrentBrowser(); local
28 if (browser) {
35 Browser* browser = GetCurrentBrowser(); local
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
H A Dbrowser.c12 #include "browser.h"
17 static int ui_browser__percent_color(struct ui_browser *browser, argument
20 if (current && (!browser->use_navkeypressed || browser->navkeypressed))
29 int ui_browser__set_color(struct ui_browser *browser, int color) argument
31 int ret = browser->current_color;
32 browser->current_color = color;
37 void ui_browser__set_percent_color(struct ui_browser *browser, argument
40 int color = ui_browser__percent_color(browser, percent, current);
41 ui_browser__set_color(browser, colo
44 ui_browser__gotorc(struct ui_browser *browser, int y, int x) argument
50 ui_browser__list_head_filter_entries(struct ui_browser *browser, struct list_head *pos) argument
63 ui_browser__list_head_filter_prev_entries(struct ui_browser *browser, struct list_head *pos) argument
75 ui_browser__list_head_seek(struct ui_browser *browser, off_t offset, int whence) argument
110 ui_browser__rb_tree_seek(struct ui_browser *browser, off_t offset, int whence) argument
140 ui_browser__rb_tree_refresh(struct ui_browser *browser) argument
161 ui_browser__is_current_entry(struct ui_browser *browser, unsigned row) argument
166 ui_browser__refresh_dimensions(struct ui_browser *browser) argument
174 ui_browser__handle_resize(struct ui_browser *browser) argument
181 ui_browser__warning(struct ui_browser *browser, int timeout, const char *format, ...) argument
207 ui_browser__help_window(struct ui_browser *browser, const char *text) argument
217 ui_browser__dialog_yesno(struct ui_browser *browser, const char *text) argument
227 ui_browser__reset_index(struct ui_browser *browser) argument
233 __ui_browser__show_title(struct ui_browser *browser, const char *title) argument
240 ui_browser__show_title(struct ui_browser *browser, const char *title) argument
247 ui_browser__show(struct ui_browser *browser, const char *title, const char *helpline, ...) argument
280 ui_browser__scrollbar_set(struct ui_browser *browser) argument
302 __ui_browser__refresh(struct ui_browser *browser) argument
321 ui_browser__refresh(struct ui_browser *browser) argument
336 ui_browser__update_nr_entries(struct ui_browser *browser, u32 nr_entries) argument
354 ui_browser__run(struct ui_browser *browser, int delay_secs) argument
452 ui_browser__list_head_refresh(struct ui_browser *browser) argument
562 ui_browser__argv_seek(struct ui_browser *browser, off_t offset, int whence) argument
579 ui_browser__argv_refresh(struct ui_browser *browser) argument
603 __ui_browser__vline(struct ui_browser *browser, unsigned int column, u16 start, u16 end) argument
620 __ui_browser__line_arrow_up(struct ui_browser *browser, unsigned int column, u64 start, u64 end) argument
660 __ui_browser__line_arrow_down(struct ui_browser *browser, unsigned int column, u64 start, u64 end) argument
700 __ui_browser__line_arrow(struct ui_browser *browser, unsigned int column, u64 start, u64 end) argument
[all...]
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_shutdown.cc5 #include "chrome/browser/ui/views/frame/browser_shutdown.h"
8 #include "chrome/browser/ui/browser.h"
9 #include "chrome/browser/ui/tabs/tab_strip_model.h"
10 #include "content/public/browser/web_contents.h"
12 void DestroyBrowserWebContents(Browser* browser) { argument
14 while (browser->tab_strip_model()->count())
15 contents.push_back(browser->tab_strip_model()->DetachWebContentsAt(0));
H A Dbrowser_shutdown.h10 // Destroys all the WebContents in |browser|s TabStrip.
11 void DestroyBrowserWebContents(Browser* browser);
/external/chromium_org/chrome/browser/chromeos/memory/
H A Doom_priority_manager_browsertest.cc5 #include "chrome/browser/browser_process.h"
6 #include "chrome/browser/browser_process_platform_part_chromeos.h"
7 #include "chrome/browser/chromeos/memory/oom_priority_manager.h"
8 #include "chrome/browser/ui/browser.h"
9 #include "chrome/browser/ui/browser_commands.h"
10 #include "chrome/browser/ui/find_bar/find_bar_controller.h"
11 #include "chrome/browser/ui/tabs/tab_strip_model.h"
14 #include "content/public/browser/notification_service.h"
15 #include "content/public/browser/notification_type
[all...]
/external/chromium_org/chrome/browser/ui/webui/
H A Dbookmarks_ui_browsertest.cc6 #include "chrome/browser/ui/browser.h"
7 #include "chrome/browser/ui/chrome_pages.h"
8 #include "chrome/browser/ui/tabs/tab_strip_model.h"
12 #include "content/public/browser/notification_service.h"
13 #include "content/public/browser/web_contents.h"
23 browser()->tab_strip_model()->GetActiveWebContents(), 2);
27 chrome::ShowBookmarkManager(browser());
48 ui_test_utils::NavigateToURL(browser(), GURL(chrome::kChromeUIBookmarksURL));
49 AssertIsBookmarksPage(browser()
[all...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/
H A DAppMenuObserver.java5 package org.chromium.chrome.browser.appmenu;
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
H A DSelectPopup.java5 package org.chromium.content.browser.input;
/external/chromium_org/content/public/android/java/src/org/chromium/content_public/browser/
H A DJavaScriptCallback.java5 package org.chromium.content_public.browser;
/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
H A DCriteria.java5 package org.chromium.content.browser.test.util;
/external/chromium_org/content/
H A Dcontent_browser.target.darwin-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.darwin-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.darwin-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.darwin-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.darwin-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.darwin-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...]

Completed in 335 milliseconds

1234567891011>>