HomeSort by relevance Sort by last modified time
    Searched full:navigate (Results 176 - 200 of 948) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/browser/chromeos/memory/
oom_priority_manager_browsertest.cc 61 // Navigate the current (third) tab to a different URL, so we can test
72 // Navigate the third tab again, such that we have three navigation entries.
142 // Navigate the third tab back twice. We used to crash here due to
  /external/chromium_org/chrome/browser/extensions/
extension_override_apitest.cc 54 // Navigate to the new tab page. The overridden new tab page
78 // Navigate an incognito tab to the new tab page. We should get the actual
99 // Navigate to the history page. The overridden history page
  /external/chromium_org/chrome/browser/tab_contents/
view_source_browsertest.cc 36 // First we navigate to our view-source test page.
54 // First we navigate to google.html.
58 // Then we navigate to the same url but with the "view-source:" prefix.
  /external/chromium_org/chrome/browser/ui/search/
search_ipc_router.h 45 // Called when the page wants to navigate to |url|. Usually used by the
46 // page to navigate to privileged destinations (e.g. chrome:// URLs) or to
47 // navigate to URLs that are hidden from the page using Restricted IDs (rid
  /external/chromium_org/chrome/browser/ui/webui/ntp/
new_tab_ui_browsertest.cc 52 // Navigate that tab to another site. This allows the NTP process to exit,
108 // Navigate to chrome://hang/ to stall the process.
137 // Navigate to chrome://hang/ to stall the process.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/chrome_search/
background.js 150 function navigate(url) { function
163 navigate(getUrl(path, line));
167 navigate("https://code.google.com/p/chromium/codesearch#search/&type=cs" +
  /external/chromium_org/chrome/test/gpu/
webgl_infobar_browsertest.cc 37 // do here: navigate with the PAGE_TRANSITION_FROM_ADDRESS_BAR flag,
40 // constraints, so we use chrome::Navigate directly.
48 chrome::Navigate(&params);
  /external/chromium_org/content/browser/devtools/
devtools_manager_unittest.cc 176 // Navigate to URL. First URL should use first RenderViewHost.
188 // Navigate to new site which should get a new RenderViewHost.
196 // Interrupt pending navigation and navigate back to the original site.
devtools_protocol_constants.cc 175 namespace navigate { namespace in namespace:content::devtools::Page
176 const char kName[] = "Page.navigate";
178 } // navigate
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura_browsertest.cc 198 // Do a swipe-right now. That should navigate backwards.
216 // Do a fling-right now. That should navigate backwards.
234 // Do a swipe-left now. That should navigate forward.
425 // Navigate again. Index 2 should now have a screenshot.
439 // Now, swipe right to navigate backwards. This should navigate away from
460 // Navigate a couple more times.
471 // Navigate back in history.
517 // Navigate via the user initiating a navigation from the UI.
544 // Navigate again. This should not take any screenshot because of th
    [all...]
  /external/chromium_org/chrome/browser/
referrer_policy_browsertest.cc 185 // code paths chrome uses to navigate. To keep the number of combinations down,
373 // Tests history navigation actions: Navigate from A to B with a referrer
374 // policy, then navigate to C, back to B, and reload.
376 // Navigate from A to B.
381 // Navigate to C.
  /external/chromium_org/ppapi/c/private/
ppb_flash.h 173 * Navigate to the URL given by the given URLRequestInfo. (This supports GETs,
176 int32_t (*Navigate)(PP_Resource request_info,
255 int32_t (*Navigate)(PP_Resource request_info,
286 int32_t (*Navigate)(PP_Resource request_info,
320 int32_t (*Navigate)(PP_Resource request_info,
  /external/chromium_org/chrome/browser/ui/
browser_navigator.cc 239 // Obtain the profile used by the code that originated the Navigate() request.
298 // Navigate() function. When Navigate() creates a WebContents for a URL,
487 void Navigate(NavigateParams* params) {
536 // Navigate() must not return early after this point.
621 // translates into a chrome::Navigate call with no URL followed by a
637 // should not actually navigate.
643 // For prerender bookkeeping purposes, record that this pending navigate
644 // originated from chrome::Navigate.
699 // For prerender bookkeeping purposes, record that this pending navigate
    [all...]
  /external/chromium_org/content/browser/loader/
resource_dispatcher_host_browsertest.cc 214 // Navigate to a new page, to dispatch unload event and trigger xhr.
230 // Navigate to a new cross-site page, to dispatch unload event and set the
249 // Navigate to a cross-site page that loads immediately without making a
284 // Navigate to a cross-site URL that returns a 204 No Content response.
315 // Navigate to a new cross-site page. The browser should not wait around for
347 // Navigate to a new cross-site URL that results in an error.
392 // Navigate to a new cross-site URL that results in an error.
  /external/chromium/chrome/browser/translate/
translate_manager_browsertest.cc 520 // Now navigate to a new page in the same language.
532 // Now navigate to a page in a different language.
624 // Navigate in page, no infobar should be shown.
629 // Navigate out of page, a new infobar should show.
653 // Navigate out of page, a new infobar should show.
668 // Navigate in page, no infobar should be shown.
672 // Navigate out of page, a new infobar should show.
694 // Navigate in page, no infobar should be shown.
698 // Navigate out of page, a new infobar should show.
699 // Note that we navigate to a page in a different language so we don't trigge
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ElementsPanelDescriptor.js 61 var navigate = WebInspector.ElementsPanelDescriptor.ShortcutKeys.NavigateUp.concat(WebInspector.ElementsPanelDescriptor.ShortcutKeys.NavigateDown);
62 elementsSection.addRelatedKeys(navigate, WebInspector.UIString("Navigate elements"));
  /external/chromium_org/tools/telemetry/telemetry/core/
tab.py 19 tab.Navigate('http://www.google.com/')
177 def Navigate(self, url, script_to_evaluate_on_commit=None,
185 self._inspector_backend.Navigate(url, script_to_evaluate_on_commit, timeout)
  /external/chromium/chrome/browser/autofill/
autofill_cc_infobar_delegate.cc 43 // The user has submitted a form, causing the page to navigate elsewhere. We
  /external/chromium/chrome/browser/extensions/
extension_sidebar_api.h 81 DECLARE_EXTENSION_FUNCTION_NAME("experimental.sidebar.navigate");
window_open_apitest.cc 71 // The app being tested owns the domain a.com . The test URLs we navigate
  /external/chromium/chrome/browser/net/
connect_interceptor.cc 64 // main frame request - way back in RenderViewHost::Navigate. So only handle
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_host.h 38 // From TabContentsObserver. If we navigate away we cancel all pending
  /external/chromium/chrome/browser/ui/webui/
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/common/extensions/docs/server/
README 17 3. Navigate to http://localhost:8080 (or whatever port you specified)
  /external/chromium_org/chrome/android/testshell/java/src/org/chromium/chrome/testshell/
TabManager.java 68 * @param startupUrl The URL that the first tab should navigate to.

Completed in 274 milliseconds

1 2 3 4 5 6 78 91011>>