Searched defs:frame_tree_node_id (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/content/browser/frame_host/
H A Dnavigation_request.h25 int64 frame_tree_node_id);
40 int64 frame_tree_node_id() const { return frame_tree_node_id_; } function in class:content::NavigationRequest
H A Dnavigation_request.cc22 int64 frame_tree_node_id) {
25 info, request_body, navigation_request_id, frame_tree_node_id);
29 int64 frame_tree_node_id) {
32 navigation_request_id, frame_tree_node_id);
38 int64 frame_tree_node_id)
41 frame_tree_node_id_(frame_tree_node_id) {
19 OnBeginNavigation(const NavigationRequestInfo& info, scoped_refptr<ResourceRequestBody> request_body, int64 navigation_request_id, int64 frame_tree_node_id) argument
28 CancelNavigationRequest(int64 navigation_request_id, int64 frame_tree_node_id) argument
37 NavigationRequest(const NavigationRequestInfo& info, int64 frame_tree_node_id) argument
H A Dframe_tree_node.h64 int64 frame_tree_node_id() const { function in class:content::FrameTreeNode
H A Dframe_tree.cc34 // corresponding to |frame_tree_node_id| whithin a specific FrameTree.
35 bool FrameTreeNodeForId(int64 frame_tree_node_id, argument
38 if (node->frame_tree_node_id() == frame_tree_node_id) {
87 std::make_pair(root_->frame_tree_node_id(), root_.get()));
92 g_frame_tree_node_id_map.Get().erase(root_->frame_tree_node_id());
96 FrameTreeNode* FrameTree::GloballyFindByID(int64 frame_tree_node_id) { argument
99 FrameTreeNodeIDMap::iterator it = nodes->find(frame_tree_node_id);
103 FrameTreeNode* FrameTree::FindByID(int64 frame_tree_node_id) { argument
105 ForEach(base::Bind(&FrameTreeNodeForId, frame_tree_node_id,
[all...]
H A Dnavigator_impl.cc419 pending_entry->frame_tree_node_id() ==
420 render_frame_host->frame_tree_node()->frame_tree_node_id()) {
597 int64 frame_tree_node_id = -1; local
600 frame_tree_node_id =
601 render_frame_host->frame_tree_node()->frame_tree_node_id();
604 dest_url, referrer, frame_tree_node_id, disposition, page_transition,
H A Dnavigation_entry_impl.h214 int64 frame_tree_node_id() const { function in class:content::NavigationEntryImpl
217 void set_frame_tree_node_id(int64 frame_tree_node_id) { argument
218 frame_tree_node_id_ = frame_tree_node_id;
/external/chromium_org/content/public/browser/
H A Dpage_navigator.cc18 frame_tree_node_id(-1),
29 int64 frame_tree_node_id,
36 frame_tree_node_id(frame_tree_node_id),
46 frame_tree_node_id(-1),
26 OpenURLParams( const GURL& url, const Referrer& referrer, int64 frame_tree_node_id, WindowOpenDisposition disposition, ui::PageTransition transition, bool is_renderer_initiated) argument
H A Dpage_navigator.h35 int64 frame_tree_node_id,
63 int64 frame_tree_node_id; member in struct:content::OpenURLParams
H A Dnavigation_controller.h115 int64 frame_tree_node_id; member in struct:content::NavigationController::LoadURLParams
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_navigator.h69 int64 frame_tree_node_id; member in struct:chrome::NavigateParams
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl_browsertest.cc349 int64 frame_tree_node_id = root->child_at(0)->frame_tree_node_id(); local
350 EXPECT_NE(-1, frame_tree_node_id);
354 OpenURLParams params(url, Referrer(), frame_tree_node_id, CURRENT_TAB,
361 EXPECT_EQ(frame_tree_node_id,
363 controller->GetPendingEntry())->frame_tree_node_id());

Completed in 1305 milliseconds