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

1 23 4 5 6 7 8 91011>>

  /frameworks/base/docs/html/tools/help/
avd-manager.jd 14 <li>In other IDEs: Navigate to your SDK's <code>tools/</code> directory and execute
  /external/chromium/chrome/browser/ui/
browser_navigator_browsertest_chromeos.cc 39 // Navigate to the settings page.
45 browser::Navigate(&p);
  /external/chromium_org/chrome/browser/ui/
browser_navigator_browsertest_chromeos.cc 47 // Navigate to the settings page.
53 chrome::Navigate(&p);
browser_tabstrip.cc 31 chrome::Navigate(&params);
43 Navigate(&params);
100 Navigate(&params);
singleton_tabs.cc 36 Navigate(&params);
42 Navigate(&params);
60 Navigate(&local_params);
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
click_element_unittest.py 14 self._tab.Navigate(
33 self._tab.Navigate(
  /external/chromium_org/ui/views/controls/menu/
menu_wrapper.h 31 MENU_ACTION_PREVIOUS, // User wants to navigate to the previous menu.
32 MENU_ACTION_NEXT, // User wants to navigate to the next menu.
  /frameworks/base/docs/html/design/building-blocks/
scrolling.jd 5 <p>Scrolling allows the user to navigate to content in the overflow using a swipe gesture. The
25 to quickly navigate to the items that begin with a particular letter. With index scrolling, a scroll
  /frameworks/support/v7/appcompat/res/values-en-rGB/
strings.xml 20 <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Navigate home"</string>
21 <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Navigate up"</string>
  /frameworks/support/v7/appcompat/res/values-en-rIN/
strings.xml 20 <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Navigate home"</string>
21 <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Navigate up"</string>
  /frameworks/support/v7/appcompat/res/values-tl/
strings.xml 20 <string name="abc_action_bar_home_description" msgid="4600421777120114993">"Mag-navigate patungo sa home"</string>
21 <string name="abc_action_bar_up_description" msgid="1594238315039666878">"Mag-navigate pataas"</string>
  /external/chromium/chrome/browser/
browser_commands_unittest.cc 31 // Navigate to the first tab using an accelerator.
35 // Navigate to the second tab using the next accelerators.
39 // Navigate back to the first tab using the previous accelerators.
43 // Navigate to the last tab using the select last accelerator.
54 // Navigate to the three urls, then go back.
86 // Navigate to a url.
  /external/chromium/chrome/browser/extensions/
extension_incognito_apitest.cc 27 // Open incognito window and navigate to test page.
65 // Open incognito window and navigate to test page.
101 // Open incognito window and navigate to test page.
127 // Open incognito window and navigate to test page.
155 // Open incognito window and navigate to test page.
176 // Open incognito window and navigate to test page.
  /external/chromium_org/chrome/browser/extensions/
extension_incognito_apitest.cc 31 // Open incognito window and navigate to test page.
73 // Open incognito window and navigate to test page.
110 // Open incognito window and navigate to test page.
143 // Open incognito window and navigate to test page.
174 // Open incognito window and navigate to test page.
201 // Open incognito window and navigate to test page.
extension_url_rewrite_browsertest.cc 78 // Navigate to chrome://newtab and check that the location bar text is blank.
102 // Navigate to chrome://bookmarks and check that the location bar URL is
116 // Navigate to chrome://files and check that the location bar URL is
123 // Navigate to chrome://bookmarks/#1 and check that the location bar URL is
132 // Navigate to chrome://bookmarks and check that the location bar URL is what
  /external/chromium_org/ppapi/thunk/
ppb_flash_thunk.cc 56 int32_t Navigate(PP_Resource request_id,
72 return enter.functions()->Navigate(instance, request_id, target,
168 &Navigate,
186 &Navigate,
205 &Navigate,
225 &Navigate,
  /external/chromium/chrome/browser/ui/find_bar/
find_bar_host_browsertest.cc 135 // First we navigate to our frames page.
229 // First we navigate to our special focus tracking page.
281 // First we navigate to our page.
320 // First we navigate to our test content.
357 // First we navigate to our page.
408 // First we navigate to our page.
438 // First we navigate to our page.
452 // First we navigate to our page.
484 // First we navigate to our page.
506 // First we navigate to our page
    [all...]
  /external/chromium_org/chrome/browser/
browser_commands_unittest.cc 41 // Navigate to the first tab using an accelerator.
45 // Navigate to the second tab using the next accelerators.
49 // Navigate back to the first tab using the previous accelerators.
53 // Navigate to the last tab using the select last accelerator.
65 // Navigate to three urls, plus a pending URL that hasn't committed.
104 // Navigate to a URL, plus a pending URL that hasn't committed.
143 // Navigate to a url.
repost_form_warning_browsertest.cc 47 // Navigate away from the page (this is when the test usually crashes).
71 // Navigate to a page that requires authentication, bringing up another
85 // Navigate away from the page. We can't use ui_test_utils:NavigateToURL
  /frameworks/base/docs/html/training/keyboard-input/
navigation.jd 27 mode for text input, but also offers a way for users to navigate and
40 to users who do not navigate using visual cues. Fully supporting directional navigation in your
49 <p>It's possible that users can already navigate your app using a keyboard, because the
53 and {@link android.widget.EditText}) are focusable. This means users can navigate with
70 <li>To test your app, use only the Tab key to navigate through your UI, ensuring that
75 (arrow keys on the keyboard) to navigate your app.
132 <p>Users can also navigate your app using the arrow keys on a
  /external/chromium_org/chrome_frame/test/
chrome_frame_automation_mock.h 66 // Navigate external tab to the specified url through automation
67 bool Navigate(const std::string& url) {
77 // Navigate the external to a 'file://' url for unit test files
86 return Navigate(WideToUTF8(file_url));
90 return Navigate(WideToUTF8(mock_server_.Resolve(relative_url.c_str())));
  /frameworks/base/docs/html/design/patterns/
swipe-views.jd 31 using the swipe gesture to navigate to the next/previous detail view.</p>
35 Navigating between consecutive Email messages using the swipe gesture. If a view contains content that exceeds the width of the screen such as a wide Email message, make sure the user's initial swipes will scroll horizontally within the view. Once the end of the content is reached, an additional swipe should navigate to the next view. In addition, support the use of edge swipes to immediately navigate between views when content scrolls horizontally.
62 <p>If your app uses action bar tabs, use swipe to navigate between the different views.</p>
68 <p>Use swipe to quickly navigate between detail views or tabs.</p>
  /external/chromium_org/content/browser/web_contents/
web_contents_impl_unittest.cc 370 // Navigate to URL
415 // Navigate to URL. First URL should use first RenderViewHost.
432 // Navigate to new site
511 // Navigate to URL. First URL should use first RenderViewHost.
523 // Navigate to new site. We should not go into PENDING.
555 // Navigate to URL. First URL should use first RenderViewHost.
573 // Navigate first contents to a new site.
585 // Navigate second contents to the same site as the first tab.
622 // Navigate to an URL that will not assign a new SiteInstance.
637 // Navigate to new site (should keep same site instance)
    [all...]
  /external/chromium/chrome/browser/tab_contents/
view_source_uitest.cc 48 // First we navigate to our view-source test page.
69 // First we navigate to google.html.
73 // Then we navigate to the same url but with the "view-source:" prefix.
  /external/chromium_org/chrome_frame/tools/test/page_cycler/
cf_cycler.py 56 url: A string containing the url to navigate to.
57 ie: The IE automation object to navigate.
61 ie.Navigate(url)

Completed in 362 milliseconds

1 23 4 5 6 7 8 91011>>