HomeSort by relevance Sort by last modified time
    Searched full:navigation (Results 101 - 125 of 1979) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/chrome_frame/test/data/
frame_test.html 7 Test of sub frame navigation
navigateurl_absolute_host.html 26 onFailure("NavigateURL", 1, 'ChromeFrame Navigation failed: ' + msg);
57 <p>Tests ChromeFrame Navigation</p>
  /external/chromium_org/content/browser/frame_host/
interstitial_page_navigator_impl.h 18 // navigation to commit, since interstitial pages are not allowed to navigate.
render_frame_host_manager.h 86 // Returns the navigation entry of the current navigation, or NULL if there
146 // Returns the Web UI for the pending navigation, or NULL of none applies.
152 // Sets the pending Web UI for the pending navigation, ensuring that the
157 // navigation entry. It may create a new RenderViewHost or re-use an existing
172 // handler. If we are mid-crosssite navigation, then we should proceed
173 // with the navigation instead of closing the tab.
188 // will be used for a pending cross-site navigation.
247 // cross-process navigation is going to commit. We may initiate a transfer
255 // Tracks information about a navigation while a cross-process transition i
    [all...]
  /external/chromium_org/third_party/WebKit/ManualTests/plugins/
timeout-dialog-displayed-over-navigation.html 11 a navigation while this alert is on-screen. After the navigation completes the Flash Player plug-in's modal alert should no longer be
18 <param name="movie" value="timeout-dialog-displayed-over-navigation.swf">
21 <embed src="timeout-dialog-displayed-over-navigation.swf" quality="high" bgcolor="#ffffff" width="550" height="400" align="middle"
  /frameworks/base/docs/html/training/
best-ux.jd 11 UI and navigation on an Android device. Follow these recommendations to ensure that
  /frameworks/base/docs/html/training/implementing-navigation/
ancestral.jd 1 page.title=Providing Up Navigation
2 page.tags="up navigation","NavUtils","TaskStackBuilder"
20 <li><a href="{@docRoot}training/design-navigation/ancestral-temporal.html">Providing Ancestral and Temporal Navigation</a></li>
22 <li><a href="{@docRoot}design/patterns/navigation.html">Android Design: Navigation</a></li>
44 <p><strong>Up Navigation Design</strong></p>
45 <p>The concepts and principles for <em>Up</em> navigation are described in <a
46 href="{@docRoot}training/design-navigation/ancestral-temporal.html">Designing Effective
47 Navigation</a> and the <a href="{@docRoot}design/patterns/navigation.html">Navigation</a> desig
    [all...]
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwContentsClientShouldOverrideUrlLoadingTest.java 128 @Feature({"AndroidWebView", "Navigation"})
154 @Feature({"AndroidWebView", "Navigation"})
209 @Feature({"AndroidWebView", "Navigation"})
227 @Feature({"AndroidWebView", "Navigation"})
251 @Feature({"AndroidWebView", "Navigation"})
276 // navigation have been delivered.
283 @Feature({"AndroidWebView", "Navigation"})
289 @Feature({"AndroidWebView", "Navigation"})
320 // navigation have been delivered.
328 @Feature({"AndroidWebView", "Navigation"})
    [all...]
  /frameworks/base/docs/html/tools/testing/
testing_accessibility.jd 17 <li><a href="#test-navigation">Testing focus navigation</a></li>
18 <li><a href="#test-gestures">Testing gesture navigation</a></li>
75 navigation</a> on devices with Android 4.1 (API Level 16) or higher.
76 <p class="note"><strong>Note:</strong> Keyboards and D-pads provide different navigation paths
78 content, keyboard and D-pad navigation only allow focus on input fields and buttons.</p>
166 focus navigation and audible prompts.</p>
213 <h3 id="test-navigation">Testing focus navigation</h3>
215 <p>Focus navigation is the use of directional controls to navigate between the individual use
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
TokenConstants.as 5 /** imaginary tree navigation type; traverse "get child" link */
7 /** imaginary tree navigation type; finish with a child list */
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
Token.js 14 /** imaginary tree navigation type; traverse "get child" link */
16 /** imaginary tree navigation type; finish with a child list */
  /external/chromium/chrome/browser/sync/glue/
session_model_associator_unittest.cc 43 // NewTab does not count as valid if it's the only navigation.
50 // Once there's another navigation, the tab is valid.
87 sync_pb::TabNavigation* navigation = tab_s.add_navigation(); local
88 navigation->set_index(12);
89 navigation->set_virtual_url("http://foo/1");
90 navigation->set_referrer("referrer");
91 navigation->set_title("title");
92 navigation->set_page_transition(sync_pb::TabNavigation_PageTransition_TYPED);
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_delegate_unittest.cc 98 // Set up an observer to wait for the navigation
105 // Wait for navigation to finish.
108 // Verify the navigation happened as expected - we should be on chrome://flags
120 // Set up an observer to wait for the navigation
127 // Wait for navigation to finish.
130 // Verify the navigation happened as expected - we should be on chrome://sync
139 // Wait for navigation to finish.
142 // Verify the navigation happened as expected - we should be on chrome://sync
  /external/chromium_org/chrome/browser/ui/
browser_navigator_browsertest.h 24 // Browsertest class for testing the browser navigation. It is also a base class
25 // for the |BrowserGuestModeNavigation| which tests navigation while in guest
  /external/chromium_org/chrome/browser/ui/webui/ntp/android/
new_tab_page_ready_handler.cc 49 // tests waiting for the NTP to have loaded (any navigation NTP does after
50 // loading could interfere with the test navigation).
  /external/chromium_org/chrome/test/chromedriver/chrome/
navigation_tracker.h 23 // Tracks the navigation state of the page.
36 // Gets whether a navigation is pending for the specified frame. |frame_id|
  /external/chromium_org/chrome_frame/test/
external_sites_test.cc 24 // Permit navigation in both IE and CF.
40 // Verify navigation to the url passed in as parameter.
  /external/chromium_org/chrome_frame/
urlmon_moniker.h 26 // Scenario 1: Non CF url navigation through address bar (www.msn.com)
40 // Scenario 2: CF navigation through address bar URL
52 // - mshtml looks at the clip format and re-issues the navigation with the
60 // Scenario 3: CF navigation through mshtml link
65 // Scenario 4: CF navigation through link click in chrome loads non CF page
72 // Scenario 5: CF navigation through link click in chrome loads CF page
97 // Returns the url of the current top level navigation.
108 // Returns the referrer header value of the current top level navigation.
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
NavigationHistory.java 10 * {@link NavigationHistory} captures a snapshot of the navigation history of a
11 * {@link ContentView}. It is a copy and will not be updated as navigation
  /external/chromium_org/third_party/WebKit/ManualTests/
viewport-width-test-after-history-navigation.html 9 document.body.innerHTML = "<div style='color:green'>PASS, viewport width is OK after history navigation.</div>";
11 document.body.innerHTML = "<div style='color:red'>FAIL, viewport width is different after history navigation.</div>";
  /frameworks/base/docs/html/design/patterns/
swipe-views.jd 2 page.tags="viewpager","navigation","tabs"
5 <a class="notice-developers" href="{@docRoot}training/implementing-navigation/lateral.html">
12 <p>Efficient navigation is one of the cornerstones of a well-designed app. While apps are generally
13 built in a hierarchical fashion, there are instances where horizontal navigation can flatten
56 People app with swipe gesture navigation between top-level screens.
75 <p>If you used buttons in the past for previous/next navigation, replace them with
83 <p>For more details on how to build swipe views, read the developer documentation on <a href="{@docRoot}training/implementing-navigation/lateral.html#horizontal-paging">Implementing Lateral Navigation</a>.</p>
  /frameworks/base/core/jni/
android_content_res_Configuration.cpp 37 jfieldID navigation; member in struct:android::__anon32747
53 out->navigation = env->GetIntField(clazz, gConfigurationClassInfo.navigation);
111 GET_FIELD_ID(gConfigurationClassInfo.navigation, clazz,
112 "navigation", "I");
  /external/chromium/chrome/browser/sessions/
base_session_service.cc 204 TabNavigation* navigation,
212 !pickle->ReadInt(&iterator, &(navigation->index_)) ||
214 !pickle->ReadString16(&iterator, &(navigation->title_)) ||
215 !pickle->ReadString(&iterator, &(navigation->state_)) ||
217 reinterpret_cast<int*>(&(navigation->transition_))))
221 bool has_type_mask = pickle->ReadInt(&iterator, &(navigation->type_mask_));
229 navigation->referrer_ = GURL(referrer_spec);
232 navigation->virtual_url_ = GURL(url_spec);
253 bool BaseSessionService::ShouldTrackEntry(const TabNavigation& navigation) {
254 return navigation.virtual_url().is_valid()
    [all...]
  /frameworks/base/core/java/android/app/
ActionBar.java 32 * A window feature at the top of the activity that may display the activity title, navigation
54 * <p>For information about how to use the action bar, including how to add action items, navigation
61 * Standard navigation mode. Consists of either a logo or icon
69 * List navigation mode. Instead of static title text this mode
70 * presents a list menu for navigation within the activity.
76 * Tab navigation mode. Instead of static title text this mode
77 * presents a series of tabs for navigation within the activity.
83 * navigation modes to use a wider logo in place of the standard icon.
92 * navigation elements. This includes logo and icon.
141 * Set the action bar into custom navigation mode, supplying a vie
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 12 * Collects navigation events, and provides a list of successful requests
50 // navigation event.
69 * The possible transition types that explain how the navigation event
123 * about the navigation event we'd like an ID for.
125 * API ensures that these will be unique across a single navigation
289 * successful navigation requests.
298 * unsuccessful navigation requests.
308 * @param {number=} num The number of successful navigation requests to
312 * successful navigation requests, sorted in decending order of frequency.
322 * @param {number=} num The number of unsuccessful navigation requests t
    [all...]

Completed in 1520 milliseconds

1 2 3 45 6 7 8 91011>>