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

<<11121314151617181920>>

  /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_org/content/browser/frame_host/
render_frame_host_manager_browsertest.cc 107 // Now navigate the new window to a different site.
370 // Now navigate the new tab to a different site.
454 // Now navigate the new tab to a different site.
477 // Now navigate forward again (creating a new process) and check opener.
    [all...]
  /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/browser/extensions/
lazy_background_page_apitest.cc 327 // Navigate away from the NTP, which should close the event page.
421 // Navigate to a page that opens a message channel to the background page.
433 // Navigate away, closing the message channel and therefore the background
454 // Navigate to a page that opens a message channel to the background page.
467 // Navigate away, closing the message channel and therefore the background
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/ui/views/
find_bar_host_interactive_uitest.cc 62 // First we navigate to our test page (tab A).
159 // First we navigate to any page in the current tab (tab A).
234 // First we navigate to our test page (tab A).
296 // First we navigate to any page.
357 // First we navigate to any page.
  /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/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/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 263 void AwRenderViewExt::Navigate(const GURL& url) {
264 // Navigate is called only on NEW navigations, so WebImageCache won't be freed
269 // RenderViewObserver. Thus, clearing decoding image cache on Navigate, seems
  /external/chromium_org/chrome/browser/download/
download_request_limiter_unittest.cc 199 // Navigate to a new URL with the same host, which shouldn't reset the allow
213 // Navigate to a completely different host, which should reset the state.
230 // Navigate to a new URL with the same host, which shouldn't reset the allow
  /external/chromium_org/chrome/browser/profile_resetter/
jtl_foundation.h 28 // NAVIGATE(hash("bar"))
44 // the children it tries to navigate into the child "bar", which fails for
68 NAVIGATE = 0x00,
  /external/chromium_org/chrome/test/base/
ui_test_utils.h 87 // opens a new browser window). Uses chrome::Navigate.
91 // navigation finishes. Simulates a POST and uses chrome::Navigate.
95 // navigation finishes. Uses Browser::OpenURL --> chrome::Navigate.
  /external/chromium_org/tools/telemetry/telemetry/page/
page_test.py 9 from telemetry.page.actions import navigate namespace
253 # navigate to a URL in the first action and then wait for a condition
263 if not any(isinstance(action, navigate.NavigateAction)
  /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
  /external/chromium_org/chrome/browser/translate/
translate_manager_browsertest.cc 738 // Now navigate to a new page in the same language.
750 // Now navigate to a page in a different language.
    [all...]
  /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

Completed in 479 milliseconds

<<11121314151617181920>>