Searched
full:navigate (Results
276 -
300 of
877) sorted by null
<<11121314151617181920>>
/external/chromium_org/tools/telemetry/docs/ |
telemetry.core.tab.html | 50 tab.<a href="#Tab-Navigate">Navigate</a>('<a href="http://www.google.com/">http://www.google.com/</a>')<br> 78 <dl><dt><a name="Tab-Navigate"><strong>Navigate</strong></a>(self, url, script_to_evaluate_on_commit<font color="#909090">=None</font>, timeout<font color="#909090">=60</font>)</dt><dd><tt>Navigates to url.<br>
|
/external/chromium_org/tools/telemetry/telemetry/core/chrome/ |
form_based_credentials_backend.py | 84 tab.Navigate(self.url)
|
form_based_credentials_backend_unittest_base.py | 105 tab.ExpectCall('Navigate', login_page_url)
|
/external/chromium_org/tools/telemetry/telemetry/page/actions/ |
scroll_unittest.py | 21 self._tab.Navigate(page.url)
|
seek_unittest.py | 18 self._tab.Navigate(self._browser.http_server.UrlOf('video_test.html'))
|
/external/chromium_org/tools/telemetry/telemetry/page/ |
record_wpr.py | 50 tab.Navigate(page.url)
|
/external/chromium_org/ui/app_list/cocoa/ |
app_list_view_controller_unittest.mm | 113 // Emulate a click on the second segment to navigate to the second page.
|
/external/chromium_org/ui/web_dialogs/ |
web_dialog_ui.cc | 52 // and the HTML dialogs won't swap WebUIs anyway since they don't navigate.
|
/external/libffi/testsuite/ |
run-all-tests | 19 # uses some heuristics to navigate the source tree and built output,
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
javascript.php | 68 'name', 'navigate', 'onblur', 'onerror', 'onfocus', 'onload', 'onmove',
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
stw_framebuffer.h | 103 * It is not necessary to aquire the mutex above to navigate the linked list
|
/frameworks/base/docs/html/guide/topics/ui/accessibility/ |
index.jd | 45 <p>Android provides accessibility features and services for helping these users navigate their
|
/frameworks/base/docs/html/sdk/installing/ |
adding-packages.jd | 19 <li>On Mac or Linux, open a terminal and navigate to the <code>tools/</code> directory in the
|
/frameworks/base/docs/html/tools/help/ |
logcat.jd | 23 of your emulator or connected device. To view log output using adb, navigate to your SDK
|
/frameworks/base/docs/html/tools/projects/ |
projects-cmdline.jd | 63 <p>To create a new Android project, open a command-line, navigate to the <code>tools/</code> 129 <p>To update an existing Android project, open a command-line and navigate to the 159 <p>To create a new library project, navigate to the <code><sdk>/tools/</code> directory and 218 <p>To add a reference to a library project, navigate to the <code><sdk>/tools/</code>
|
/frameworks/base/docs/html/tools/testing/ |
testing_accessibility.jd | 171 <li>Navigate to the <strong>Accessibility</strong> category and select it.</li> 196 <li>Navigate to the <strong>Accessibility</strong> category and select it.</li> 215 <p>Focus navigation is the use of directional controls to navigate between the individual user 232 <p>Gesture navigation is an accessibility navigation mode that allows users to navigate Android
|
/frameworks/base/docs/html/training/implementing-navigation/ |
index.jd | 60 horizontal paging (swipe views) to navigate between tabs.</dd>
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
CreateDirectoryFragment.java | 118 // Navigate into newly created child
|
/packages/apps/Stk/res/values/ |
strings.xml | 24 <!-- Menu button option to navigate back to the previous screen -->
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
GLPropertyAccessor.java | 60 * @param accessors list of accessor's to be used to navigate the property hierarchy. The
|
/external/chromium_org/chrome_frame/test/ |
navigation_test.cc | 137 // Navigate to url 2 after the previous navigation is complete. 142 Navigate(&ie_mock_, page2))); 144 // Navigate to url 3 after the previous navigation is complete. 149 Navigate(&ie_mock_, page3))); 202 // Navigate to anchor 1. 213 // Navigate to anchor 2 after the previous navigation is complete 223 // Navigate to anchor 3 after the previous navigation is complete 279 // Test that a user cannot navigate to a restricted site and that the security 655 // Navigate to the form-get.html page: 660 // Navigate backwards from the action.html page and then navigate forwar [all...] |
/external/chromium_org/content/browser/web_contents/ |
render_view_host_manager.cc | 129 RenderViewHostImpl* RenderViewHostManager::Navigate( 131 TRACE_EVENT0("browser", "RenderViewHostManager:Navigate"); 300 // (Navigate, DidNavigate, etc), which will clean it up properly. 628 // Pages), keeping them in the same process. When you navigate away from 668 // process from exiting while we're trying to navigate in it. [all...] |
/external/chromium/chrome/browser/net/ |
referrer.cc | 30 // by W every time we contemplate doing a preconnection (i.e., when we navigate 44 // Each time we navigate to the refererrer but never end up needing this
|
/external/chromium_org/chrome/browser/autocomplete/ |
autocomplete_result.h | 107 // will navigate to the (hidden) default match, while pressing the down arrow 191 // default to searching for "foo" when the user may have meant to navigate
|
/external/chromium_org/chrome/browser/extensions/ |
process_management_browsertest.cc | 67 // so the URLs we navigate to must have host "localhost". 202 // so the URLs we navigate to must have host "localhost".
|
Completed in 585 milliseconds
<<11121314151617181920>>