Home | History | Annotate | Download | only in common

Lines Matching refs:IPC_STRUCT_MEMBER

85   IPC_STRUCT_MEMBER(base::string16, frame_unique_name)
87 IPC_STRUCT_MEMBER(int, error_code)
90 IPC_STRUCT_MEMBER(base::string16, error_description)
92 IPC_STRUCT_MEMBER(GURL, url)
95 IPC_STRUCT_MEMBER(bool, showing_repost_interstitial)
118 IPC_STRUCT_MEMBER(base::string16, frame_unique_name)
122 IPC_STRUCT_MEMBER(std::string, security_info)
125 IPC_STRUCT_MEMBER(content::NavigationGesture, gesture)
128 IPC_STRUCT_MEMBER(bool, is_post)
131 IPC_STRUCT_MEMBER(int64, post_id)
136 IPC_STRUCT_MEMBER(bool, was_within_same_page)
139 IPC_STRUCT_MEMBER(int, http_status_code)
143 IPC_STRUCT_MEMBER(bool, was_fetched_via_proxy)
146 IPC_STRUCT_MEMBER(content::PageState, page_state)
149 IPC_STRUCT_MEMBER(GURL, original_request_url)
152 IPC_STRUCT_MEMBER(bool, is_overriding_user_agent)
156 IPC_STRUCT_MEMBER(bool, history_list_was_cleared)
164 IPC_STRUCT_MEMBER(int32, page_id)
169 IPC_STRUCT_MEMBER(int, pending_history_list_offset)
173 IPC_STRUCT_MEMBER(int, current_history_list_offset)
174 IPC_STRUCT_MEMBER(int, current_history_list_length)
179 IPC_STRUCT_MEMBER(bool, should_clear_history_list)
182 IPC_STRUCT_MEMBER(GURL, url)
186 IPC_STRUCT_MEMBER(GURL, base_url_for_data_url)
190 IPC_STRUCT_MEMBER(GURL, history_url_for_data_url)
194 IPC_STRUCT_MEMBER(content::Referrer, referrer)
198 IPC_STRUCT_MEMBER(std::vector<GURL>, redirects)
201 IPC_STRUCT_MEMBER(content::PageTransition, transition)
206 IPC_STRUCT_MEMBER(bool, should_replace_current_entry)
209 IPC_STRUCT_MEMBER(content::PageState, page_state)
212 IPC_STRUCT_MEMBER(FrameMsg_Navigate_Type::Value, navigation_type)
215 IPC_STRUCT_MEMBER(base::Time, request_time)
218 IPC_STRUCT_MEMBER(std::string, extra_headers)
224 IPC_STRUCT_MEMBER(int, transferred_request_child_id)
225 IPC_STRUCT_MEMBER(int, transferred_request_request_id)
228 IPC_STRUCT_MEMBER(bool, allow_download)
231 IPC_STRUCT_MEMBER(bool, is_overriding_user_agent)
234 IPC_STRUCT_MEMBER(bool, is_post)
238 IPC_STRUCT_MEMBER(std::vector<unsigned char>, browser_initiated_post_data)
242 IPC_STRUCT_MEMBER(bool, can_load_local_resources)
245 IPC_STRUCT_MEMBER(std::string, frame_to_navigate)
248 IPC_STRUCT_MEMBER(base::TimeTicks, browser_navigation_start)
252 IPC_STRUCT_MEMBER(GURL, url)
253 IPC_STRUCT_MEMBER(content::Referrer, referrer)
254 IPC_STRUCT_MEMBER(WindowOpenDisposition, disposition)
255 IPC_STRUCT_MEMBER(bool, should_replace_current_entry)
256 IPC_STRUCT_MEMBER(bool, user_gesture)