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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/tools/telemetry/telemetry/core/chrome/
inspector_page.py 66 def Navigate(self, url, script_to_evaluate_on_commit=None, timeout=60):
83 # Navigate the page. However, there seems to be a bug in chrome devtools
90 'method': 'Page.navigate',
  /external/chromium_org/tools/telemetry/telemetry/core/
tab.py 14 tab.Navigate('http://www.google.com/')
85 def Navigate(self, url, script_to_evaluate_on_commit=None,
93 self._inspector_backend.Navigate(url, script_to_evaluate_on_commit, timeout)
  /frameworks/base/docs/html/training/design-navigation/
index.jd 22 <p>One of the very first steps to designing and developing an Android application is to determine what users are able to see and do with the app. Once you know what kinds of data users are interacting with in the app, the next step is to design the interactions that allow users to navigate across, into, and back out from the different pieces of content within the app.</p>
39 <dd>Learn about techniques for allowing users to navigate deep into, as well as across, your content hierarchy. Also learn about pros and cons of, and best practices for, specific navigational UI elements for various situations.</dd>
42 <dd>Learn how to allow users to navigate upwards in the content hierarchy. Also learn about best
ancestral-temporal.jd 32 <p>Now that users can navigate <a href="descendant-lateral.html">deep into</a> the application's
52 <img src="{@docRoot}images/training/app-navigation-ancestral-navigate-back.png"
54 id="figure-navigate-back">
68 to navigate between web pages, you may wish to trigger the embedded browser's default <em>back</em>
93 <img src="{@docRoot}images/training/app-navigation-ancestral-navigate-up.png"
94 alt="Example behavior for UP navigation after entering the Email app from the People app" id="figure-navigate-up">
  /external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/display/
BrailleInputEvent.java 40 /** Keyboard command: Navigate upwards. */
42 /** Keyboard command: Navigate downwards. */
44 /** Keyboard command: Navigate left one item. */
46 /** Keyboard command: Navigate right one item. */
48 /** Keyboard command: Navigate one display window to the left. */
50 /** Keyboard command: Navigate one display window to the right. */
52 /** Keyboard command: Navigate to the top or beginning. */
54 /** Keyboard command: Navigate to the bottom or end. */
  /external/chromium_org/ui/web_dialogs/test/
test_web_dialog_observer.cc 68 // the call to render_manager_.Navigate in the method
70 // navigate in this method, ensuring that this is not a race condition.
  /frameworks/base/docs/html/design/building-blocks/
tabs.jd 25 <p>Scrolling tab controls can contain a larger number of items than a standard tab control. To navigate
46 <p>Fixed tabs display all items concurrently. To navigate to a different view, touch the tab, or swipe left or right.</p>
  /frameworks/base/docs/html/training/implementing-navigation/
ancestral.jd 15 <li><a href="#NavigateUp">Navigate Up to Parent Activity</a></li>
38 should offer the user a way to navigate to the logical parent screen in the app's hierarchy by
103 <p>With the parent activity declared this way, you can navigate <em>Up</em>
128 <h2 id="NavigateUp">Navigate Up to Parent Activity</h2>
130 <p>To navigate up when the user presses the app icon, you can use the {@link
161 <h3 id="BuildBackStack">Navigate up with a new back stack</h3>
193 // Navigate up to the closest parent
197 // navigate up to the logical parent activity.
  /frameworks/support/v7/appcompat/res/values/
strings.xml 21 <string name="abc_action_bar_home_description">Navigate home</string>
23 <string name="abc_action_bar_up_description">Navigate up</string>
  /external/chromium/chrome/browser/ssl/
ssl_browser_tests.cc 258 // navigate at that point):
273 // First navigate to an OK page.
306 // Try to navigate to a new page. (to make sure bug 5800 is fixed).
317 // First navigate to an HTTP page.
344 // First navigate to an HTTP page.
371 // First navigate to two HTTP pages.
560 browser::Navigate(&params);
597 browser::Navigate(&params);
713 // Now navigate to a ref in the page, the security state should not have
    [all...]
  /external/chromium/chrome/browser/tab_contents/
web_contents_unittest.cc 272 // Navigate to URL
302 // Navigate to URL. First URL should use first RenderViewHost.
312 // Navigate to new site
355 // Navigate to URL. First URL should use first RenderViewHost.
368 // Navigate to new site. We should not go into PENDING.
396 // Navigate to URL. First URL should use first RenderViewHost.
412 // Navigate first tab to a new site
422 // Navigate second tab to the same site as the first tab
450 // Navigate to URL.
483 // Navigate to the new site. Doesn't switch SiteInstancees, because w
    [all...]
  /development/samples/training/InteractiveChart/res/values/
strings.xml 19 <string name="app_description">A sample application that allows you to navigate a simple line graph using touch gestures.</string>
  /external/chromium/chrome/browser/debugger/manual_tests/
dom-mutation.html 23 Clicking the buttons will navigate the subframe, and the all the subframe child nodes should change.
  /external/chromium/chrome/browser/extensions/
extension_override_apitest.cc 45 // Navigate to the keyboard page, and ensure we have arrived at an
61 // Navigate to the new tab page. The overridden new tab page
85 // Navigate an incognito tab to the new tab page. We should get the actual
109 // Navigate to the history page. The overridden history page
stubs_apitest.cc 23 // Navigate to a simple http:// page, which should get the content script
  /external/chromium/chrome/browser/ui/app_modal_dialogs/
message_box_handler.h 34 // the user if they wish to navigate away from a page, with additional text
  /external/chromium/chrome/common/extensions/
extension_sidebar_defaults.h 33 // to navigate sidebar to by default.
  /external/chromium_org/chrome/browser/renderer_host/
chrome_render_view_host_observer.h 34 virtual void Navigate(const GURL& url) OVERRIDE;
  /external/chromium_org/chrome/browser/resources/chromeos/
salsa.html 36 <li> When you navigate away from this page your settings will be returned
  /external/chromium_org/chrome/browser/ui/app_list/search/
search_webstore_result.cc 47 chrome::Navigate(&params);
  /external/chromium_org/chrome_frame/
custom_sync_call_context.h 48 // when the user attempts to navigate away from a page rendered in ChromeFrame.
host.html 36 <input type="submit" value="Navigate" onClick="OnNavigate();">
  /external/chromium_org/content/browser/dom_storage/
dom_storage_browsertest.cc 24 // The test page will perform tests then navigate to either
  /external/chromium_org/content/public/browser/
render_view_host_observer.cc 29 void RenderViewHostObserver::Navigate(const GURL& url) {
  /external/chromium_org/ppapi/cpp/private/
flash.cc 160 int32_t Flash::Navigate(const URLRequestInfo& request_info,
165 return get_interface<PPB_Flash_13_0>()->Navigate(
170 if (flash_12_combined_interface.Navigate) {
171 return flash_12_combined_interface.Navigate(

Completed in 365 milliseconds

1 2 34 5 6 7 8 91011>>