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

<<11121314151617181920>>

  /external/chromium_org/chrome/test/functional/
chromeos_login.py 139 msg='Unable to navigate to Google and verify tab title.')
269 msg='Unable to navigate to image_page and '
special_tabs.py 180 # Navigate to html page to activate DNS prefetching.
196 # Navigate to a page to activate DNS prefetching.
  /external/chromium_org/chrome_frame/
chrome_active_document.h 120 // Controlling Navigation: The fact that a document can navigate on its own
123 // site that it can navigate using CGID_DocHostCmdPriv (a privately defined
  /external/chromium_org/content/browser/renderer_host/
render_view_host_impl.cc 297 void RenderViewHostImpl::Navigate(const ViewMsg_Navigate_Params& params) {
298 TRACE_EVENT0("renderer_host", "RenderViewHostImpl::Navigate");
299 // Browser plugin guests are not allowed to navigate outside web-safe schemes,
344 FOR_EACH_OBSERVER(RenderViewHostObserver, observers_, Navigate(params.url));
356 Navigate(params);
    [all...]
  /external/chromium_org/content/browser/web_contents/
navigation_controller_impl.h 338 // when we navigate again. It's used only so we know what the currently
357 // after the transient entry will become invalid if you navigate forward.
  /external/chromium_org/third_party/WebKit/Source/core/loader/
NavigationScheduler.cpp 202 // To follow Firefox and IE's behavior, history reload can only navigate the self frame.
341 // If the URL we're going to navigate to is the same as the current one, except for the
  /external/chromium_org/tools/telemetry/docs/
telemetry.core.chrome.inspector_backend.html 85 <dl><dt><a name="InspectorBackend-Navigate"><strong>Navigate</strong></a>(self, url, script_to_evaluate_on_commit, timeout)</dt></dl>
  /frameworks/base/core/java/android/view/inputmethod/
EditorInfo.java 115 * navigate, this will show up in the application as an {@link #IME_ACTION_PREVIOUS}
129 * user selects the IME's facility to forward navigate, this will show up
  /frameworks/base/core/java/android/widget/
TabWidget.java 371 * changes when we navigate between tabs (moving from the list view
486 // Ensure you can navigate to the tab with the keyboard, and you can touch it
  /frameworks/base/docs/html/design/patterns/
actionbar.jd 39 caret to the left of the app icon, so the user can navigate up the hierarchy. For more discussion of
112 <p>If the user can navigate up the hierarchy from a given screen, the main action bar contains the up
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebChromeClientTest.java 186 // unload should trigger when we try to navigate away
  /development/samples/NotePad/src/com/example/android/notepad/
TitleEditor.java 125 * required actions. When users navigate away from an Activity, they shouldn't have to go back
  /development/samples/Support4Demos/res/values/
strings.xml 168 <string name="sliding_pane_layout_summary">This activity illustrates the use of sliding panes. The content pane may be slid to one side on narrow devices to reveal the left pane used to select content. Sliding panes can be used to fit a UI intended for wider screens in a smaller space. Tapping the Action Bar\'s Up button at the left side of the bar will navigate up in the hierarchy, represented by the left pane. If you rotate the device to landscape mode, on most devices you will see that both panes fit together side by side with no sliding necessary.</string>
  /development/samples/Support4Demos/src/com/example/android/supportv4/widget/
SlidingPaneLayoutActivity.java 53 * both panes were fully visible in the activity window and navigate to the activity one level up
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
ZoomActivity.java 84 // Navigate "up" the demo structure to the launchpad activity.
  /development/scripts/app_engine_server/gae_shell/static/
shell.js 81 * was pressed, it will run the statement, navigate the history, or update the
  /external/chromium/chrome/browser/prerender/
prerender_contents.h 44 // it is never allowed to navigate across a SiteInstance boundary.
prerender_manager.h 67 // For a given TabContents that wants to navigate to the URL supplied,
  /external/chromium/chrome/browser/sidebar/
sidebar_manager.cc 187 host->Navigate(url);
  /external/chromium/chrome/browser/ui/cocoa/applescript/
window_applescript.mm 196 browser::Navigate(&params);
  /external/chromium/chrome/browser/ui/login/
login_prompt_uitest.cc 163 // First navigate to a test server page so we have something to go back to.
  /external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper.h 63 // Initial title assigned to NavigationEntries from Navigate.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news_i18n/
feed.html 143 // Where the more stories link should navigate to.
  /external/chromium_org/chrome/browser/chromeos/
enrollment_dialog_view.cc 124 chrome::Navigate(&params);
  /external/chromium_org/chrome/browser/chromeos/extensions/
echo_private_api.cc 189 chrome::Navigate(&params);

Completed in 304 milliseconds

<<11121314151617181920>>