HomeSort by relevance Sort by last modified time
    Searched full:navigate (Results 226 - 250 of 877) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
PowerTestActivity.java 97 navigate(msg.getData().getString(MSG_NAV_URL), msg.arg1);
116 private void navigate(String url, int timeout) { method in class:PowerTestActivity
  /external/chromium/chrome/browser/ui/
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.
  /external/chromium_org/chrome/test/functional/perf/endure_graphs/
endure_plotter.js 81 * Causes the page to navigate to another graph.
83 * @param {string} graph The name of the graph to which to navigate.
91 * Returns a function that will navigate the page to another graph.
93 * @param {string} graph The name of the graph to which to navigate.
94 * @return {Function} A function that will navigate the page to another graph.
  /external/chromium_org/content/browser/renderer_host/
render_view_host_manager_browsertest.cc 104 // Now navigate the new window to a different site.
386 // Now navigate the new tab to a different site.
466 // Now navigate the new tab to a different site.
489 // Now navigate forward again (creating a new process) and check opener.
708 // Now navigate the original (opener) tab to a different site.
714 // The opened tab should be able to navigate the opener back to its process.
775 // Now navigate the opened window to a different site.
786 // Navigate the first window to a different site as well. The original
    [all...]
  /external/chromium/chrome/browser/
tab_restore_uitest.cc 263 // Navigate to url1 then url2.
398 // Navigate the rightmost one to url2_ for easier identification.
466 // Navigate to another same-site URL.
513 // Navigate to more URLs, then a cross-site URL.
612 // Navigate new tab to a special URL.
645 // Navigate new tab to a special URL.
651 // Then navigate to a normal URL.
session_history_uitest.cc 45 // on the renderer, it will complete before the next navigate message is
57 // Navigate session history using history.go(distance).
398 // means the test will hang if it attempts to navigate too far forward or back,
525 "javascript:void(frames[0].navigate())")));
  /external/chromium_org/chrome/browser/extensions/
isolated_app_browsertest.cc 181 // Using JavaScript to navigate to app2 page,
221 // so the URLs we navigate to must have host "localhost".
317 // so the URLs we navigate to must have host "localhost".
402 // so the URLs we navigate to must have host "localhost".
477 // so the URLs we navigate to must have host "localhost".
538 // so the URLs we navigate to must have host "localhost".
569 // when we navigate around all over the dang place.
  /external/chromium_org/chrome/browser/sessions/
tab_restore_browsertest.cc 229 // Navigate to url1 then url2.
329 // Navigate the rightmost one to url2_ for easier identification.
381 // Navigate to another same-site URL.
439 // Navigate to more URLs, then a cross-site URL.
534 // Navigate new tab to a special URL.
561 // Navigate new tab to a special URL.
566 // Then navigate to a normal URL.
  /external/chromium_org/android_webview/renderer/
aw_render_view_ext.cc 260 void AwRenderViewExt::Navigate(const GURL& url) {
261 // Navigate is called only on NEW navigations, so WebImageCache won't be freed
266 // RenderViewObserver. Thus, clearing decoding image cache on Navigate, seems
  /external/chromium_org/chrome/browser/download/
download_request_limiter_unittest.cc 192 // Navigate to a new URL with the same host, which shouldn't reset the allow
206 // Navigate to a completely different host, which should reset the state.
223 // Navigate to a new URL with the same host, which shouldn't reset the allow
  /frameworks/base/docs/html/training/basics/fragments/
fragment-ui.jd 153 often appropriate to allow the user to navigate backward and "undo" the change. To allow the user
154 to navigate backward through the fragment transactions, you must call {@link
175 // and add the transaction to the back stack so the user can navigate back
  /development/samples/Wiktionary/
AndroidManifest.xml 30 <!-- Browser-like Activity to navigate dictionary definitions -->
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
LayoutChangesActivity.java 64 // Navigate "up" the demo structure to the launchpad activity.
  /development/samples/training/basic/FragmentBasics/src/com/example/fragments/
MainActivity.java 79 // and add the transaction to the back stack so the user can navigate back
  /external/chromium/chrome/browser/chromeos/login/
registration_screen.cc 119 LOG(WARNING) << "Navigate to unsupported url: " << url.spec();
  /external/chromium/chrome/browser/instant/
instant_unload_handler.cc 125 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/resources/options/
alert_overlay.js 136 // people trying to navigate here by hand.
  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu.h 139 // The destination URL to use if the user tries to search for or navigate to
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_menu_controller_gtk.h 67 // Calls the page navigator to navigate to the node represented by
  /external/chromium/chrome/browser/ui/webui/
bookmarks_ui_uitest.cc 70 // Navigate to chrome
html_dialog_ui.cc 28 // and the HTML dialogs won't swap WebUIs anyway since they don't navigate.
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/
NavigationPopupTest.java 147 assertEquals("Popup attempted to navigate to the wrong index", 5, client.mNavigatedIndex);
  /external/chromium_org/chrome/android/testshell/java/src/org/chromium/chrome/testshell/
TestShellTab.java 119 * @param url The potentially unsanitized URL to navigate to.
  /external/chromium_org/chrome/browser/
browser_about_handler.cc 73 // Call AttemptRestart after chrome::Navigate() completes to avoid access of

Completed in 407 milliseconds

1 2 3 4 5 6 7 8 91011>>