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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/app/
package.html 28 fragment in a back stack that's managed by the activity—allowing the user to navigate
  /frameworks/base/docs/html/training/keyboard-input/
index.jd 48 <dd>Learn how to verify that users can navigate your app using a keyboard
  /frameworks/support/v4/java/android/support/v4/app/
NavUtils.java 152 * @param sourceActivity The current activity from which the user is attempting to navigate up
171 * @param sourceActivity The current activity from which the user is attempting to navigate up
188 * Navigate from sourceActivity to the activity specified by upIntent, finishing sourceActivity
197 * @param sourceActivity The current activity from which the user is attempting to navigate up
  /packages/services/Telephony/src/com/android/phone/
ErrorDialogActivity.java 107 // navigate to the Voicemail setting in the Call Settings activity.
  /external/chromium_org/chrome/browser/ssl/
ssl_browser_tests.cc 412 // navigate at that point):
418 // First navigate to an OK page.
451 // Try to navigate to a new page. (to make sure bug 5800 is fixed).
463 // First navigate to an HTTP page.
500 // First navigate to an HTTP page.
527 // First navigate to two HTTP pages.
777 chrome::Navigate(&navigate_params);
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_focus_uitest.cc 239 // First we navigate to our test page.
266 // First we navigate to our test page.
335 // First we navigate to our test page.
456 // First we navigate to our test page.
578 // First we navigate to our test page.
698 // First we navigate to our test page.
    [all...]
  /external/chromium_org/chrome_frame/test/
ui_test.cc 106 // 3. Sends the VK_BACK keystroke to IE, which should navigate back to
108 // 4. Sends the Shift + VK_BACK keystroke to IE which should navigate
111 .WillOnce(Navigate(&ie_mock_, page2));
356 hr = browser->Navigate(bstr, &empty, &empty, &empty, &empty);
451 // Launch IE and navigate to the window_print.html page, which will
778 // Navigate to second page.
780 .WillOnce(Navigate(&ie_mock_, page2));
    [all...]
  /development/samples/AppNavigation/res/values/
strings.xml 21 <string name="simple_up_description">This demo shows the simple case of up navigation that does not ever need to cross across different tasks. Press the up button on the action bar to return to the demo list. For simple drill-down navigation, the application up and system back buttons will navigate to the same location, leaving the task\'s back stack in the same state.</string>
40 <string name="intermediate_description">This activity is a parent for the example content viewer activity. Navigating up from the content viewer will lead here. Navigating up from here will lead back to the app navigation home activity. Note that if you reached this activity by navigating up from the example content viewer activity, you are back on the main app navigation example task. Press the button below to navigate to the content viewer activity.</string>
  /development/samples/SupportAppNavigation/res/values/
strings.xml 21 <string name="simple_up_description">This demo shows the simple case of up navigation that does not ever need to cross across different tasks. Press the up button on the action bar to return to the demo list. For simple drill-down navigation, the application up and system back buttons will navigate to the same location, leaving the task\'s back stack in the same state.</string>
40 <string name="intermediate_description">This activity is a parent for the example content viewer activity. Navigating up from the content viewer will lead here. Navigating up from here will lead back to the app navigation home activity. Note that if you reached this activity by navigating up from the example content viewer activity, you are back on the main app navigation example task. Press the button below to navigate to the content viewer activity.</string>
  /external/chromium/chrome/browser/download/
download_request_limiter_unittest.cc 144 // Navigate to a new URL with the same host, which shouldn't reset the allow
163 // Navigate to a completely different host, which should reset the state.
  /external/chromium/chrome/browser/extensions/
isolated_app_apitest.cc 54 // so the URLs we navigate to must have host "localhost".
115 // so the URLs we navigate to must have host "localhost".
  /external/chromium/chrome/browser/ui/webui/
new_tab_ui_uitest.cc 96 // Navigate to about:hang to stall the process.
131 // Navigate to about:hang to stall the process.
  /external/chromium_org/chrome/browser/extensions/
content_script_apitest.cc 142 // Navigate to a page that will cause a content script to run that starts
149 // Navigate to an extension page that will fire the event events.js is
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_controller_delegate.cc 102 chrome::Navigate(&params);
127 chrome::Navigate(&params);
  /external/chromium_org/chrome/browser/
unload_browsertest.cc 192 // Navigate to a page with an infinite unload handler.
203 // Must navigate to a non-data URL to trigger cross-site codepath.
207 // Navigate to a page with an infinite unload handler.
216 // Must navigate to a non-data URL to trigger cross-site codepath.
220 // Navigate to a page with an infinite beforeunload handler.
231 // Must navigate to a non-data URL to trigger cross-site codepath.
235 // Navigate to a page with an infinite beforeunload handler.
245 // Must navigate to a non-data URL to trigger cross-site codepath.
  /external/chromium_org/chrome/test/base/
browser_with_test_window_test.h 56 // // Add a new tab and navigate it. This will be at index 0.
61 // // Navigate somewhere else.
  /external/chromium_org/chrome/test/chromedriver/chrome/
navigation_tracker_unittest.cc 226 tracker.OnCommandSuccess(&client, "Page.navigate");
234 tracker.OnCommandSuccess(&client, "Page.navigate");
  /external/chromium_org/chrome_frame/
urlmon_moniker.h 67 // - web_browser->Navigate with URL
74 // - web_browser->Navigate with URL
  /external/chromium_org/content/browser/devtools/
devtools_protocol_constants.h 176 namespace navigate { namespace in namespace:content::devtools::Page
179 } // navigate
  /external/chromium_org/ppapi/c/documentation/
index.dox 16 <li><a href="#navigate">Navigating the Pepper C reference</a></li>
45 <h2 id="navigate">Navigating the Pepper C reference</h2>
  /external/chromium_org/ppapi/cpp/documentation/
index.dox 16 <li><a href="#navigate">Navigating the Pepper C reference</a></li>
45 <h2 id="navigate">Navigating the Pepper C reference</h2>
  /external/chromium_org/third_party/WebKit/Source/core/loader/
HistoryController.h 50 // Handles most of the operations to modify history state, navigate to an existing
80 // Finally, we navigate the first subframe from bar.com/b to bar.com/e, which embeds bar.com/f.
  /external/valgrind/main/docs/xml/
manual-intro.xml 117 <sect1 id="manual-intro.navigation" xreflabel="How to navigate this manual">
118 <title>How to navigate this manual</title>
  /frameworks/base/core/tests/coretests/src/android/app/
SearchManagerTest.java 68 * type-navigate-click (suggestion)
70 * type-navigate-action (suggestion)
  /frameworks/base/docs/html/training/implementing-navigation/
descendant.jd 17 <li><a href="#external-activities">Navigate into External Activities</a></li>
51 <h2 id="external-activities">Navigate into External Activities</h2>

Completed in 1160 milliseconds

1 2 3 4 5 6 7 8 91011>>