HomeSort by relevance Sort by last modified time
    Searched refs:Navigate (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium/chrome/browser/chromeos/offline/
offline_load_page_unittest.cc 65 void Navigate(const char* url, int page_id) {
92 Navigate(kURL1, 1);
113 Navigate(kURL2, 2);
120 Navigate(kURL1, 1);
  /external/chromium/chrome/browser/
background_contents_service_unittest.cc 73 virtual void Navigate(GURL url) {
139 contents->Navigate(url);
143 // Navigate the contents to a new url, should not change url.
144 contents->Navigate(url2);
160 contents->Navigate(url);
180 contents->Navigate(url);
193 contents->Navigate(url);
218 // Navigate the contents, then make sure the one associated with the extension
222 contents->Navigate(url);
224 contents2->Navigate(url2)
    [all...]
external_tab_container_win.h 228 void Navigate(const GURL& url, const GURL& referrer);
external_tab_container_win.cc 186 // Navigate out of context since we don't have a 'tab_handle_' yet.
190 &ExternalTabContainer::Navigate, initial_url, referrer));
399 // new tab contents could potentially navigate back to Chrome from a new
730 TRACE_EVENT_END("ExternalTabContainer::Navigate", 0,
    [all...]
  /external/chromium/chrome/browser/ui/
browser_navigator_browsertest.cc 55 browser::Navigate(&p);
57 // Nothing should have happened as a result of Navigate();
82 browser::Navigate(&p);
115 // Navigate to singleton_url1.
119 browser::Navigate(&p);
139 // Navigate to singleton_url1.
143 browser::Navigate(&p);
158 browser::Navigate(&p);
170 browser::Navigate(&p);
189 browser::Navigate(&p)
    [all...]
browser_navigator.h 22 // Parameters that tell Navigate() what to do.
26 // Simple Navigate to URL in current tab:
29 // browser::Navigate(&params);
34 // browser::Navigate(&params);
39 // browser::Navigate(&params);
56 // non-NULL, Navigate() assumes it has already been navigated to its
62 // Note: If this field is set to NULL by the caller and Navigate() creates
65 // before Navigate() returns.
68 // [in] The TabContents that initiated the Navigate() request if such context
71 // originating browser prior to the operation performed by Navigate()
    [all...]
browser_navigator_browsertest_chromeos.cc 39 // Navigate to the settings page.
45 browser::Navigate(&p);
browser_navigator.cc 261 // Obtain the profile used by the code that originated the Navigate() request.
299 // This class manages the lifetime of a TabContents created by the Navigate()
300 // function. When Navigate() creates a TabContents for a URL, an instance of
371 void Navigate(NavigateParams* params) {
378 // Navigate() must not return early after this point.
browser.cc 676 browser::Navigate(&params);
    [all...]
browser_init.cc     [all...]
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_blocking_page_unittest.cc 102 void Navigate(const char* url, int page_id) {
226 Navigate(kBadURL, 1);
242 // Navigate somewhere.
243 Navigate(kGoogleURL, 1);
245 // Navigate somewhere else.
246 Navigate(kGoodURL, 2);
276 // Navigate somewhere.
277 Navigate(kGoodURL, 1);
308 // Navigate somewhere.
309 Navigate(kGoogleURL, 1)
    [all...]
  /external/chromium/chrome/browser/ui/webui/
html_dialog_tab_contents_delegate.cc 35 // Specify a NULL browser for navigation. This will cause Navigate()
47 browser::Navigate(&params);
62 // Specify a NULL browser for navigation. This will cause Navigate()
74 browser::Navigate(&params);
active_downloads_ui.cc 294 browser::Navigate(&params);
295 // TODO(beng): The following two calls should be automatic by Navigate().
401 browser::Navigate(&params);
403 // TODO(beng): The following two calls should be automatic by Navigate().
  /external/chromium/chrome/browser/sidebar/
sidebar_container.cc 85 Navigate(extension->sidebar_defaults()->default_page());
97 void SidebarContainer::Navigate(const GURL& url) {
sidebar_container.h 84 void Navigate(const GURL& url);
sidebar_manager.cc 187 host->Navigate(url);
  /external/chromium/chrome/browser/instant/
instant_unload_handler.cc 125 browser::Navigate(&params);
  /external/chromium/chrome/browser/printing/
print_preview_tab_controller.cc 174 browser::Navigate(&params);
  /external/chromium/chrome/browser/prerender/
prerender_contents.cc 114 // RenderViewHost. This must be done before the Navigate message to catch all
115 // resource requests, but as it is on the same thread as the Navigate message
162 render_view_host_->Navigate(params);
277 // We still want to show the user the message when they navigate to this
  /external/chromium/chrome/browser/ui/views/tabs/
browser_tab_strip_controller.cc 283 browser::Navigate(&params);
  /external/chromium/chrome/browser/ssl/
ssl_browser_tests.cc 258 // navigate at that point):
273 // First navigate to an OK page.
306 // Try to navigate to a new page. (to make sure bug 5800 is fixed).
317 // First navigate to an HTTP page.
344 // First navigate to an HTTP page.
371 // First navigate to two HTTP pages.
560 browser::Navigate(&params);
597 browser::Navigate(&params);
713 // Now navigate to a ref in the page, the security state should not have
    [all...]
  /external/chromium/chrome/browser/ui/find_bar/
find_bar_host_browsertest.cc 135 // First we navigate to our frames page.
229 // First we navigate to our special focus tracking page.
281 // First we navigate to our page.
320 // First we navigate to our test content.
357 // First we navigate to our page.
408 // First we navigate to our page.
438 // First we navigate to our page.
452 // First we navigate to our page.
484 // First we navigate to our page.
506 // First we navigate to our page
    [all...]
  /external/chromium/chrome/browser/sessions/
session_restore.cc 723 browser::Navigate(&params);
  /external/chromium/chrome/browser/extensions/
extension_tabs_module.cc 752 browser::Navigate(&params);
819 // Navigate the tab to a new location if the url different.
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc     [all...]

Completed in 1570 milliseconds

1 2