HomeSort by relevance Sort by last modified time
    Searched refs:browser (Results 251 - 275 of 721) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/chromeos/notifications/
notification_browsertest.cc 12 #include "chrome/browser/browser_process.h"
13 #include "chrome/browser/chromeos/notifications/balloon_collection_impl.h"
14 #include "chrome/browser/chromeos/notifications/balloon_view.h"
15 #include "chrome/browser/chromeos/notifications/notification_panel.h"
16 #include "chrome/browser/chromeos/notifications/system_notification_factory.h"
17 #include "chrome/browser/notifications/notification_test_util.h"
18 #include "chrome/browser/notifications/notification_ui_manager.h"
19 #include "chrome/browser/ui/browser.h"
145 collection->Add(NewMockNotification("1"), browser()->profile())
    [all...]
  /external/chromium/chrome/browser/ui/views/
file_manager_dialogs.cc 6 #include "chrome/browser/extensions/extension_file_browser_private_api.h"
7 #include "chrome/browser/extensions/file_manager_util.h"
8 #include "chrome/browser/metrics/user_metrics.h"
9 #include "chrome/browser/profiles/profile_manager.h"
10 #include "chrome/browser/ui/browser.h"
11 #include "chrome/browser/ui/browser_dialogs.h"
12 #include "chrome/browser/ui/browser_list.h"
13 #include "chrome/browser/ui/views/html_dialog_view.h"
14 #include "chrome/browser/ui/views/window.h
185 Browser* browser = BrowserList::GetLastActive(); local
    [all...]
  /frameworks/base/tests/BrowserTestPlugin/jni/event/
EventPlugin.cpp 35 extern NPNetscapeFuncs* browser;
98 const char c[] = "Browser Test Plugin";
109 browser->getvalue(inst(), NPNVWindowNPObject, &windowObject);
114 // create a string (JS code) that is stored in memory allocated by the browser
120 char* beginMem = (char*)browser->memalloc(totalLength);
134 if (!browser->evaluate(inst(), windowObject, &script, &scriptVariant))
137 // free the memory allocated within the browser
138 browser->memfree(beginMem);
  /external/chromium/chrome/browser/chromeos/
network_message_observer.cc 5 #include "chrome/browser/chromeos/network_message_observer.h"
11 #include "chrome/browser/chromeos/cros/cros_library.h"
12 #include "chrome/browser/chromeos/cros/network_library.h"
13 #include "chrome/browser/chromeos/notifications/balloon_view_host.h"
14 #include "chrome/browser/prefs/pref_service.h"
15 #include "chrome/browser/profiles/profile.h"
16 #include "chrome/browser/ui/browser.h"
17 #include "chrome/browser/ui/browser_list.h"
27 // browser. If there is no active browser, returns true
29 Browser* browser = BrowserList::GetLastActive(); local
83 Browser* browser = BrowserList::GetLastActive(); local
89 Browser* browser = BrowserList::GetLastActive(); local
    [all...]
  /external/chromium/chrome/browser/ui/
browser.cc 5 #include "chrome/browser/ui/browser.h"
26 #include "chrome/browser/autofill/autofill_manager.h"
27 #include "chrome/browser/background_contents_service.h"
28 #include "chrome/browser/bookmarks/bookmark_model.h"
29 #include "chrome/browser/bookmarks/bookmark_utils.h"
30 #include "chrome/browser/browser_process.h"
31 #include "chrome/browser/browser_shutdown.h"
32 #include "chrome/browser/browser_url_handler.h"
33 #include "chrome/browser/character_encoding.h
342 Browser* browser = new Browser(TYPE_NORMAL, profile); local
353 Browser* browser = new Browser(type, profile); local
363 Browser* browser = new Browser(type, profile); local
385 Browser* browser = new Browser(type, profile); local
400 Browser* browser = new Browser(TYPE_DEVTOOLS, profile); local
496 Browser* browser = Browser::Create(profile); local
510 Browser* browser = GetOrCreateTabbedBrowser( local
578 Browser* browser = Browser::CreateForApp(app_name, window_size, profile, local
627 Browser* browser = local
693 Browser* browser = Browser::Create(profile); local
701 Browser* browser = Browser::Create(profile); local
708 Browser* browser = Browser::Create(profile); local
715 Browser* browser = Browser::Create(profile); local
722 Browser* browser = Browser::Create(profile); local
729 Browser* browser = Browser::Create(profile); local
736 Browser* browser = Browser::Create(profile); local
743 Browser* browser = Browser::Create(profile); local
751 Browser* browser = Browser::Create(profile); local
1517 Browser* browser = Browser::Create(profile_); local
2521 Browser* browser = new Browser(TYPE_NORMAL, profile_); local
2579 Browser* browser = NULL; local
4156 Browser* const browser = *iter; local
4201 Browser* browser = GetTabbedBrowser(profile, false); local
4406 Browser* browser = Browser::CreateForType(TYPE_NORMAL, profile_); local
    [all...]
browser_init.h 17 class Browser;
60 // Returns true if the browser is coming up.
63 // Launches a browser window associated with |profile|. |command_line| should
66 // |process_startup| indicates whether this is the first browser.
74 // browser window.
99 // second one is always called when the browser starts even if it is not
116 Browser* OpenURLsInBrowser(Browser* browser,
120 // Creates a tab for each of the Tabs in |tabs|. If browser is non-nul
    [all...]
  /external/chromium/chrome/browser/
tab_restore_uitest.cc 94 // Adds tabs to the given browser, all navigated to url1_. Returns
96 int AddSomeTabs(BrowserProxy* browser, int how_many) {
98 EXPECT_TRUE(browser->GetTabCount(&starting_tab_count));
101 EXPECT_TRUE(browser->AppendTab(url1_));
104 EXPECT_TRUE(browser->GetTabCount(&tab_count));
109 // Ensure that the given browser occupies the currently active window.
110 void CheckActiveWindow(const BrowserProxy* browser) {
119 scoped_refptr<WindowProxy> window_proxy(browser->GetWindow());
226 // Create a new browser.
227 ASSERT_TRUE(automation()->OpenNewBrowserWindow(Browser::TYPE_NORMAL, false))
    [all...]
oom_priority_manager.cc 5 #include "chrome/browser/oom_priority_manager.h"
13 #include "chrome/browser/tabs/tab_strip_model.h"
14 #include "chrome/browser/ui/browser_list.h"
15 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
16 #include "content/browser/browser_thread.h"
17 #include "content/browser/renderer_host/render_process_host.h"
18 #include "content/browser/tab_contents/tab_contents.h"
19 #include "content/browser/zygote_host_linux.h"
30 namespace browser { namespace
88 // Things we need to collect on the browser thread (becaus
104 Browser* browser = *browser_iterator; local
    [all...]
  /external/webkit/Examples/NetscapeCocoaPlugin/
main.m 42 // Browser function table
43 static NPNetscapeFuncs* browser;
82 browser = browserFuncs;
121 // Ask the browser if it supports the CoreGraphics drawing model
123 if (browser->getvalue(instance, NPNVsupportsCoreGraphicsBool, &supportsCoreGraphics) != NPERR_NO_ERROR)
129 // If the browser supports the CoreGraphics drawing model, enable it.
130 browser->setvalue(instance, NPPVpluginDrawingModel, (void *)NPDrawingModelCoreGraphics);
132 // If the browser supports the Cocoa event model, enable it.
134 if (browser->getvalue(instance, NPNVsupportsCocoaBool, &supportsCocoa) != NPERR_NO_ERROR)
140 browser->setvalue(instance, NPPVpluginEventModel, (void *)NPEventModelCocoa)
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
screen_locker_browsertest.cc 8 #include "chrome/browser/automation/ui_controls.h"
9 #include "chrome/browser/chromeos/cros/cros_in_process_browser_test.h"
10 #include "chrome/browser/chromeos/cros/mock_input_method_library.h"
11 #include "chrome/browser/chromeos/cros/mock_screen_lock_library.h"
12 #include "chrome/browser/chromeos/login/mock_authenticator.h"
13 #include "chrome/browser/chromeos/login/screen_locker.h"
14 #include "chrome/browser/chromeos/login/screen_locker_tester.h"
15 #include "chrome/browser/chromeos/login/user_manager.h"
16 #include "chrome/browser/profiles/profile_manager.h"
17 #include "chrome/browser/ui/browser.h
    [all...]
  /external/chromium/chrome/browser/printing/
print_dialog_cloud_uitest.cc 5 #include "chrome/browser/printing/print_dialog_cloud.h"
6 #include "chrome/browser/printing/print_dialog_cloud_internal.h"
17 #include "chrome/browser/printing/cloud_print/cloud_print_url.h"
18 #include "chrome/browser/ui/browser_list.h"
19 #include "chrome/browser/ui/webui/chrome_url_data_manager.h"
24 #include "content/browser/browser_thread.h"
25 #include "content/browser/renderer_host/render_view_host.h"
26 #include "content/browser/tab_contents/tab_contents.h"
179 CloudPrintURL(browser()->profile()).
188 CloudPrintURL(browser()->profile())
    [all...]
  /packages/apps/Browser/src/com/android/browser/preferences/
GeneralPreferencesFragment.java 17 package com.android.browser.preferences;
38 import com.android.browser.BrowserPreferencesPage;
39 import com.android.browser.BrowserSettings;
40 import com.android.browser.PreferenceKeys;
41 import com.android.browser.R;
42 import com.android.browser.UrlUtils;
43 import com.android.browser.homepages.HomeProvider;
  /external/chromium/chrome/browser/ui/gtk/extensions/
extension_installed_bubble_gtk.cc 5 #include "chrome/browser/ui/gtk/extensions/extension_installed_bubble_gtk.h"
12 #include "chrome/browser/ui/browser.h"
13 #include "chrome/browser/ui/browser_dialogs.h"
14 #include "chrome/browser/ui/gtk/browser_actions_toolbar_gtk.h"
15 #include "chrome/browser/ui/gtk/browser_toolbar_gtk.h"
16 #include "chrome/browser/ui/gtk/browser_window_gtk.h"
17 #include "chrome/browser/ui/gtk/gtk_theme_service.h"
18 #include "chrome/browser/ui/gtk/gtk_util.h"
19 #include "chrome/browser/ui/gtk/location_bar_view_gtk.h
50 namespace browser { namespace
    [all...]
extension_uninstall_dialog_gtk.cc 12 #include "chrome/browser/extensions/extension_uninstall_dialog.h"
13 #include "chrome/browser/ui/browser_list.h"
14 #include "chrome/browser/ui/browser_window.h"
15 #include "chrome/browser/ui/gtk/browser_window_gtk.h"
16 #include "chrome/browser/ui/gtk/gtk_util.h"
91 Browser* browser = BrowserList::GetLastActiveWithProfile(profile); local
92 if (!browser) {
98 browser->window());
  /external/chromium/chrome/browser/ui/views/extensions/
extension_installed_bubble.cc 5 #include "chrome/browser/ui/views/extensions/extension_installed_bubble.h"
12 #include "chrome/browser/profiles/profile.h"
13 #include "chrome/browser/ui/browser.h"
14 #include "chrome/browser/ui/browser_window.h"
15 #include "chrome/browser/ui/views/browser_actions_container.h"
16 #include "chrome/browser/ui/views/frame/browser_view.h"
17 #include "chrome/browser/ui/views/location_bar/location_bar_view.h"
18 #include "chrome/browser/ui/views/toolbar_view.h"
57 // How long to wait for browser action animations to complete before retrying
65 namespace browser { namespace
    [all...]
  /packages/apps/Browser/src/com/android/browser/
UrlInputView.java 17 package com.android.browser;
38 import com.android.browser.SuggestionsAdapter.CompletionListener;
39 import com.android.browser.SuggestionsAdapter.SuggestItem;
40 import com.android.browser.UI.DropdownChangeListener;
41 import com.android.browser.autocomplete.SuggestedTextController.TextChangeWatcher;
42 import com.android.browser.autocomplete.SuggestiveAutoCompleteTextView;
43 import com.android.browser.search.SearchEngine;
44 import com.android.browser.search.SearchEngineInfo;
45 import com.android.browser.search.SearchEngines;
58 static final String TYPED = "browser-type"
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_context_menu_model.cc 5 #include "chrome/browser/extensions/extension_context_menu_model.h"
8 #include "chrome/browser/extensions/extension_service.h"
9 #include "chrome/browser/extensions/extension_tabs_module.h"
10 #include "chrome/browser/prefs/pref_service.h"
11 #include "chrome/browser/profiles/profile.h"
12 #include "chrome/browser/ui/browser.h"
32 Browser* browser,
36 browser_(browser),
    [all...]
extension_input_api.cc 5 #include "chrome/browser/extensions/extension_input_api.h"
11 #include "chrome/browser/extensions/extension_tabs_module.h"
12 #include "chrome/browser/extensions/key_identifier_conversion_views.h"
13 #include "chrome/browser/ui/browser.h"
14 #include "chrome/browser/ui/browser_window.h"
15 #include "chrome/browser/ui/views/frame/browser_view.h"
16 #include "content/browser/renderer_host/render_view_host.h"
60 Browser* browser = GetCurrentBrowser() local
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
back_forward_button_gtk.cc 5 #include "chrome/browser/ui/gtk/back_forward_button_gtk.h"
11 #include "chrome/browser/profiles/profile.h"
12 #include "chrome/browser/ui/browser.h"
13 #include "chrome/browser/ui/gtk/gtk_theme_service.h"
14 #include "chrome/browser/ui/gtk/gtk_util.h"
15 #include "chrome/browser/ui/gtk/menu_gtk.h"
16 #include "chrome/browser/ui/toolbar/back_forward_menu_model.h"
24 BackForwardButtonGtk::BackForwardButtonGtk(Browser* browser, bool is_forward
    [all...]
  /external/chromium/chrome/browser/ui/views/download/
download_in_progress_dialog_view.cc 5 #include "chrome/browser/ui/views/download/download_in_progress_dialog_view.h"
9 #include "chrome/browser/download/download_manager.h"
10 #include "chrome/browser/profiles/profile.h"
11 #include "chrome/browser/ui/browser.h"
23 DownloadInProgressDialogView::DownloadInProgressDialogView(Browser* browser)
24 : browser_(browser),
26 int download_count = browser->profile()->GetDownloadManager()->
  /external/chromium/chrome/browser/ui/views/frame/
browser_view_layout.cc 5 #include "chrome/browser/ui/views/frame/browser_view_layout.h"
7 #include "chrome/browser/sidebar/sidebar_manager.h"
8 #include "chrome/browser/ui/find_bar/find_bar.h"
9 #include "chrome/browser/ui/find_bar/find_bar_controller.h"
10 #include "chrome/browser/ui/view_ids.h"
11 #include "chrome/browser/ui/views/bookmarks/bookmark_bar_view.h"
12 #include "chrome/browser/ui/views/download/download_shelf_view.h"
13 #include "chrome/browser/ui/views/frame/browser_frame.h"
14 #include "chrome/browser/ui/views/frame/browser_view.h"
15 #include "chrome/browser/ui/views/frame/contents_container.h
282 Browser* BrowserViewLayout::browser() { function in class:BrowserViewLayout
286 const Browser* BrowserViewLayout::browser() const { function in class:BrowserViewLayout
    [all...]
  /external/chromium/chrome/common/
logging_chrome_uitest.cc 78 // Tests whether we correctly fail on browser assertions during tests.
85 // We're testing the renderer rather than the browser assertion here,
86 // because the browser assertion would flunk the test during SetUp()
87 // (since TAU wouldn't be able to find the browser window).
120 // We're testing the renderer rather than the browser assertion here,
121 // because the browser assertion would flunk the test during SetUp()
122 // (since TAU wouldn't be able to find the browser window).
147 // Tests whether we correctly fail on browser crashes during UI Tests.
178 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
179 ASSERT_TRUE(browser.get())
    [all...]
  /external/webkit/Examples/NetscapeCoreAnimationPlugin/
main.m 42 // Browser function table
43 static NPNetscapeFuncs* browser;
79 browser = browserFuncs;
118 // Ask the browser if it supports the Core Animation drawing model
120 if (browser->getvalue(instance, NPNVsupportsCoreAnimationBool, &supportsCoreAnimation) != NPERR_NO_ERROR)
126 // If the browser supports the Core Animation drawing model, enable it.
127 browser->setvalue(instance, NPPVpluginDrawingModel, (void *)NPDrawingModelCoreAnimation);
129 // If the browser supports the Cocoa event model, enable it.
131 if (browser->getvalue(instance, NPNVsupportsCocoaBool, &supportsCocoa) != NPERR_NO_ERROR)
137 browser->setvalue(instance, NPPVpluginEventModel, (void *)NPEventModelCocoa)
    [all...]
  /packages/apps/Browser/src/com/android/browser/widget/
BookmarkThumbnailWidgetProvider.java 17 package com.android.browser.widget;
28 import com.android.browser.BrowserActivity;
29 import com.android.browser.R;
36 "com.android.browser.BOOKMARK_APPWIDGET_UPDATE";
  /external/chromium/
Android.mk 143 chrome/browser/net/sqlite_persistent_cookie_store.cc \
366 chrome/browser/autofill/address.cc \
367 chrome/browser/autofill/address_field.cc \
368 chrome/browser/autofill/autofill_country.cc \
369 chrome/browser/autofill/autofill_download.cc \
370 chrome/browser/autofill/autofill_field.cc \
371 chrome/browser/autofill/autofill_manager.cc \
372 chrome/browser/autofill/autofill_metrics.cc \
373 chrome/browser/autofill/autofill_profile.cc \
374 chrome/browser/autofill/autofill_type.cc
    [all...]

Completed in 1103 milliseconds

<<11121314151617181920>>