Searched
full:navigation (Results
551 -
575 of
1979) sorted by null
<<21222324252627282930>>
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ui/ |
navigation_list.js | 8 * A navigation list item. 104 * A navigation list. 205 * Creates an element of a navigation list. This method is called from 317 // This handler is invoked even when the navigation list itself changes the
|
/external/chromium_org/chrome/browser/sessions/ |
base_session_service.cc | 144 const sessions::SerializedNavigationEntry& navigation) { 152 navigation.WriteToPickle(max_state_size, &pickle); 217 sessions::SerializedNavigationEntry* navigation, 225 navigation->ReadFromPickle(&iterator);
|
persistent_tab_restore_service_unittest.cc | 645 SerializedNavigationEntry navigation = local 651 tab->navigations.push_back(navigation); 667 SerializedNavigationEntry navigation = local 671 tab->navigations.push_back(navigation); 682 navigation = SerializedNavigationEntryTestHelper::CreateNavigation( 686 tab->navigations.push_back(navigation); 701 tab->navigations.push_back(navigation); 716 tab->navigations.push_back(navigation); 717 tab->navigations.push_back(navigation);
|
session_types.cc | 38 SerializedNavigationEntry::FromSyncData(i, sync_data.navigation(i)));
|
/external/chromium_org/chrome/browser/ui/ |
browser_navigator.cc | 84 // Change some of the navigation parameters based on the particular URL. 118 // Returns a Browser that can host the navigation or tab addition specified in 186 // The following types all result in no navigation. 269 // Only allows the browser-initiated navigation to use POST. 569 // Determine if the navigation was user initiated. If it was, we need to 622 // CURRENT_TAB navigation. 639 // Perform the actual navigation, tracking whether it came from the 669 // The navigation occurred in the source tab. 679 // The navigation should insert a new tab into the target Browser.
|
/external/chromium_org/chrome/browser/ui/cocoa/applescript/ |
tab_applescript.h | 61 // Navigation operations.
|
/external/chromium_org/chrome/browser/ui/views/ |
external_tab_container_win.h | 254 // A failed navigation like a 404 is followed in chrome with a success 255 // navigation for the 404 page. We need to ignore the next navigation 297 // browser sends over the ack, we receive a top level URL navigation for the
|
/external/chromium_org/chrome/browser/ui/zoom/ |
zoom_controller.cc | 74 // Use the navigation entry's URL instead of the WebContents' so virtual
|
/external/chromium_org/chrome/common/net/ |
net_error_info.h | 24 // user has the "Use web service to resolve navigation errors" preference
|
/external/chromium_org/chrome_frame/ |
bho.h | 104 // switching can be achieved by canceling original navigation
|
navigation_constraints.cc | 73 << " Disallowing navigation to restricted url: " << url;
|
/external/chromium_org/chrome_frame/test/ |
chrome_frame_ui_test_utils.h | 118 // Gets an object resulting from the navigation and returns true if the 119 // navigation completed successfully. Even if true, |object| may still 120 // refer to a NULL object if no object was found from the navigation. 121 // |navigation_type| may be any navigation constant, such as NAVDIR_NEXT.
|
mock_ie_event_sink_test.h | 102 // Expect a normal navigation to |url| to occur in CF or IE. 106 // generate an OnBeforeNavigate event during the navigation. This occurs 107 // during in-page navigation (via anchors), form submission, window.open 111 // Expect a navigation in a new window created by a window.open call to |url|.
|
/external/chromium_org/content/browser/fileapi/ |
file_system_browsertest.cc | 38 VLOG(0) << "Navigation done.";
|
/external/chromium_org/content/browser/frame_host/ |
navigator_impl.cc | 42 // If there is no browser-initiated pending entry for this navigation and it
|
/external/chromium_org/content/browser/loader/ |
offline_policy_unittest.cc | 73 // A new navigation resets a state change.
|
/external/chromium_org/content/browser/renderer_host/media/ |
web_contents_audio_input_stream.h | 13 // navigation, crash/reload, etc. events; and take appropriate actions to
|
/external/chromium_org/content/browser/renderer_host/ |
render_process_host_browsertest.cc | 35 // ViewMsg_WasSwappedOut from a previous navigation) doesn't arrive until after
|
/external/chromium_org/content/browser/ssl/ |
ssl_host_state.h | 28 // from the SSLManager because this state is shared across many navigation
|
/external/chromium_org/content/browser/web_contents/ |
web_contents_impl_browsertest.cc | 81 // Starts a new navigation as soon as the current one commits, but does not 192 // Start a new pending navigation as soon as the first load commits. 205 // Test that a renderer-initiated navigation to an invalid URL does not leave 279 // before pending navigation entry is committed, both RenderWidgetHostView and
|
/external/chromium_org/content/port/browser/ |
web_contents_view_port.h | 48 // Invoked to enable/disable overscroll gesture navigation.
|
/external/chromium_org/content/public/common/ |
frame_navigate_params.h | 24 // Page ID of this navigation. The renderer creates a new unique page ID
|
url_constants.h | 70 // Special URL used to start a navigation to an error page.
|
/external/chromium_org/ppapi/api/ |
ppb_instance.idl | 56 * resource. This can happen if the user does a top-level navigation or the
|
/external/chromium_org/remoting/webapp/ |
ui_mode.js | 88 // dialogs at once (which would break keyboard-navigation confinement). 206 * to confine keyboard navigation to child controls of the dialog when it is 207 * shown and restore keyboard navigation when it is hidden. 254 // If any dialogs have been shown, confine keyboard navigation to the first
|
Completed in 2372 milliseconds
<<21222324252627282930>>