HomeSort by relevance Sort by last modified time
    Searched refs:transferred_global_request_id (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/content/public/browser/
navigation_controller.cc 35 transferred_global_request_id(other.transferred_global_request_id),
53 transferred_global_request_id = other.transferred_global_request_id;
page_navigator.h 76 GlobalRequestID transferred_global_request_id; member in struct:content::OpenURLParams
navigation_controller.h 136 GlobalRequestID transferred_global_request_id; member in struct:content::NavigationController::LoadURLParams
  /external/chromium_org/chrome/browser/ui/
browser_navigator.h 216 content::GlobalRequestID transferred_global_request_id; member in struct:chrome::NavigateParams
browser_navigator.cc 254 if (params->transferred_global_request_id != GlobalRequestID()) {
256 load_url_params.transferred_global_request_id =
257 params->transferred_global_request_id;
466 nav_params->transferred_global_request_id =
467 params.transferred_global_request_id;
  /external/chromium_org/content/browser/web_contents/
navigation_entry_impl.h 171 const GlobalRequestID& transferred_global_request_id) {
172 transferred_global_request_id_ = transferred_global_request_id;
175 GlobalRequestID transferred_global_request_id() const { function in class:content::NavigationEntryImpl
render_view_host_manager.cc     [all...]
web_contents_impl.cc 235 entry.transferred_global_request_id().child_id;
237 entry.transferred_global_request_id().request_id;
    [all...]
web_contents_impl.h 389 const GlobalRequestID& transferred_global_request_id,
    [all...]
navigation_controller_impl.cc 689 params.transferred_global_request_id);
    [all...]
navigation_controller_impl_unittest.cc 495 EXPECT_EQ(load_params.transferred_global_request_id,
496 entry->transferred_global_request_id());
510 load_params.transferred_global_request_id = GlobalRequestID(2, 3);
    [all...]
  /external/chromium_org/content/shell/
shell.cc 242 if (params.transferred_global_request_id != GlobalRequestID()) {
244 load_url_params.transferred_global_request_id =
245 params.transferred_global_request_id;

Completed in 1589 milliseconds