Searched refs:new_mapping (Results 1 – 2 of 2) sorted by relevance
49 ChildFrameMapping new_mapping; in AddChildFrame() local50 new_mapping.parent_frame_host = parent_frame_host; in AddChildFrame()51 new_mapping.accessibility_node_id = accessibility_node_id; in AddChildFrame()52 new_mapping.child_frame_tree_node_id = child_frame_tree_node_id; in AddChildFrame()53 mappings_.push_back(new_mapping); in AddChildFrame()75 ChildFrameMapping new_mapping; in AddGuestWebContents() local76 new_mapping.parent_frame_host = parent_frame_host; in AddGuestWebContents()77 new_mapping.accessibility_node_id = accessibility_node_id; in AddGuestWebContents()78 new_mapping.browser_plugin_instance_id = browser_plugin_instance_id; in AddGuestWebContents()79 mappings_.push_back(new_mapping); in AddGuestWebContents()
86 AccountMapping new_mapping; in SetAccountTokens() local87 new_mapping.status = AccountMapping::NEW; in SetAccountTokens()88 new_mapping.account_id = token_iter->account_id; in SetAccountTokens()89 new_mapping.access_token = token_iter->access_token; in SetAccountTokens()90 new_mapping.email = token_iter->email; in SetAccountTokens()91 accounts_.push_back(new_mapping); in SetAccountTokens()