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

<<11121314151617181920>>

  /external/chromium/chrome/browser/
external_tab_container_win.cc 186 // Navigate out of context since we don't have a 'tab_handle_' yet.
190 &ExternalTabContainer::Navigate, initial_url, referrer));
399 // new tab contents could potentially navigate back to Chrome from a new
730 TRACE_EVENT_END("ExternalTabContainer::Navigate", 0,
    [all...]
  /external/chromium_org/content/browser/frame_host/
navigation_controller_impl_unittest.cc 752 // they navigate somewhere new.
796 // hits back, but before that commits, they navigate somewhere new.
812 // Navigate cross-process to a second URL.
    [all...]
render_frame_host_manager.h 156 // Called when we want to instruct the renderer to navigate to the given
158 // one. The RenderViewHost to navigate will be returned. Returns NULL if one
160 RenderViewHostImpl* Navigate(const NavigationEntryImpl& entry);
  /external/chromium/chrome/browser/extensions/
extension_browsertests_misc.cc 144 // Navigate to the feed page.
150 // Navigate to a page with no feed.
166 // Page action should become visible when we navigate here.
267 // Navigate to the feed page.
328 // We navigate directly to the subscribe page for feeds where the feed
335 // Navigate to the feed content (which will cause the extension to try to
403 // Navigate to the subscribe page directly.
    [all...]
  /external/chromium_org/chrome/browser/ui/search/
instant_extended_interactive_uitest.cc 828 // Navigate back to "flowers" search result page.
841 // Navigate back to NTP.
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
webview_tag.json 240 "description": "Indicates whether or not it is possible to navigate backward through history."
246 "description": "Indicates whether or not it is possible to navigate forward through history."
327 "description": "Relative history index to which the webview should be navigated. For example, a value of <code>2</code> will navigate forward 2 history entries if possible; a value of <code>-3</code> will navigate backward 3 entries."
555 "description": "Fired when the guest page attempts to open a new browser window.<p>The following example code will create and navigate a new <code>webview</code> in the embedder for each requested new window:</p><pre>webview.addEventListener('newwindow', function(e) {\r var newWebview = document.createElement('webview');\r document.body.appendChild(newWebview);\r e.window.attach(newWebview);\r});</pre>",
  /frameworks/base/docs/html/tools/building/
building-cmdline.jd 78 <li>Open a command-line and navigate to the root of your project directory.</li>
118 <li>Open a command-line and navigate to the root of your project directory.</li>
167 <li>Open a command-line and navigate to the root of your project directory.</li>
253 build your application and install it on the emulator in one simple step. Navigate to the root of
283 <p>Once your device is set up and connected via USB, navigate to your SDK's <code>platform-tools/</code>
  /external/chromium/chrome/browser/sessions/
tab_restore_service_browsertest.cc 61 // Navigate to three URLs.
68 // Navigate back. We have to do this song and dance as NavigationController
69 // isn't happy if you navigate immediately while going back.
  /external/chromium_org/chrome/browser/password_manager/
password_manager_browsertest.cc 225 // Don't fill the password form, just navigate away. Shouldn't prompt.
344 // Now navigate to a login form that has similar HTML markup.
381 // Submit a form in an iframe, then cause the whole page to navigate without a
  /external/chromium_org/content/common/browser_plugin/
browser_plugin_messages.h 223 // wants to navigate to a given src URL. If a guest WebContents already exists,
224 // it will navigate that WebContents. If not, it will create the WebContents,
225 // associate it with the BrowserPluginGuest, and navigate it to the requested
  /frameworks/base/docs/html/design/patterns/
widgets.jd 61 <p>Because widgets live on the home screen, they have to co-exist with the navigation that is established there. This limits the gesture support that is available in a widget compared to a full-screen app. While apps for example may support a view pager that allows the user to navigate between screens laterally, that gesture is already taken on the home screen for the purpose of navigating between home panels.</p>
83 <li>Open application at top level: Tapping on an information element will usually navigate the user to a lower level detail screen. Providing access to the top level of your application provides more navigation flexibility and can replace a dedicated app shortcut that users would otherwise use to navigate to the app from the home screen. Using your application icon as an affordance can also provide your widget with a clear identity in case the data you're displaying is ambiguous.</li>
  /frameworks/base/docs/html/training/design-navigation/
descendant-lateral.jd 135 <li>Users can navigate quickly between related screens, without needing to first revisit the parent. <p class="note"><strong>Note</strong>: when switching tabs, it is important to maintain this tab-switching immediacy; do not block access to tab indicators by showing modal dialogs while loading content.</p></li>
158 <p>In a horizontal paging UI, a single child screen (referred to as a <em>page</em> here) is presented one at a time. Users are able to navigate to sibling screens by touching and dragging the screen horizontally in the direction of the desired adjacent page. This gestural interaction is often complemented by another UI element indicating the current page and available pages, to aid discoverability and provide more context to the user. This practice is especially necessary when using this pattern for lateral navigation of section-related sibling screens. Examples of such elements include tick marks, scrolling labels, and tabs.</p>
171 <p>In the next lesson, we discuss mechanisms for allowing users to navigate up our information hierarchy and back, to previously visited screens.</p
  /frameworks/support/v4/java/android/support/v4/app/
TaskStackBuilder.java 48 * the user may navigate out of the new task and back to the Launcher by repeated
49 * presses of the back key. Back key presses should not navigate across task stacks.</p>
57 * the rest of the synthetic stack and allowing the back key to navigate back to the previous
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarActivity.java 359 * This method is called whenever the user chooses to navigate Up within your application's
400 // navigate up to the hierarchical parent activity.
439 * Navigate from sourceActivity to the activity specified by upIntent, finishing sourceActivity
  /external/chromium_org/chrome/common/
automation_messages_internal.h 266 // This message notifies the AutomationProvider to navigate to a specified
553 // -GURL: The URL we failed to navigate to.
661 // This message notifies the AutomationProvider to navigate to a specified
674 // This message notifies the AutomationProvider to navigate to a specified
695 // This message notifies the AutomationProvider to navigate back in session
706 // This message notifies the AutomationProvider to navigate forward in session
    [all...]
  /external/chromium_org/content/browser/devtools/
renderer_overrides_handler.cc 103 devtools::Page::navigate::kName,
321 const char* param = devtools::Page::navigate::kParamUrl;
326 return command->InternalErrorResponse("Cannot navigate to invalid URL");
337 return command->InternalErrorResponse("No WebContents to navigate");
391 return command->InternalErrorResponse("No WebContents to navigate");
419 return command->InternalErrorResponse("No WebContents to navigate");
    [all...]
  /external/chromium/chrome/browser/download/
download_request_limiter.cc 99 // NOTE: resetting state on a pending navigate isn't ideal. In particular
101 // pending navigate will be delivered to us after we process this
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
web_drop_target.mm 59 // Return YES if the drop site only allows drops that would navigate. If this
158 // Check if we only allow navigation and navigate to a url on the pasteboard.
  /external/chromium_org/chrome/browser/autocomplete/
autocomplete_input.h 130 // in a page and telling the browser to search for it or navigate to it. This
223 // The input as an URL to navigate to, if possible.
  /external/chromium_org/chrome/browser/extensions/
extension_tab_util.cc 312 chrome::Navigate(&params);
314 // Close the browser if chrome::Navigate created a new one.
  /external/chromium_org/chrome/browser/history/
redirect_browsertest.cc 109 // Navigate one more time.
144 // Navigate to the file through the browser. The client redirect will appear
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ui/
navigation_list.js 222 metrics.recordUserAction('FolderShortcut.Navigate');
296 metrics.recordUserAction('FolderShortcut.Navigate');
  /external/chromium_org/chrome_frame/test/
mock_ie_event_sink_actions.h 77 ACTION_P2(Navigate, mock, navigate_url) {
78 mock->event_sink()->Navigate(navigate_url);
  /external/chromium_org/content/browser/web_contents/
web_contents_impl_browsertest.cc 216 // Navigate to an invalid URL and make sure it doesn't leave a pending entry.
303 // Navigate with source_frame_id 3, FrameTreeNode ID 4.
web_drag_dest_mac.mm 91 // Return YES if the drop site only allows drops that would navigate. If this
212 // Check if we only allow navigation and navigate to a url on the pasteboard.

Completed in 995 milliseconds

<<11121314151617181920>>