Home | History | Annotate | Download | only in common

Lines Matching refs:IPC_STRUCT_MEMBER

125   IPC_STRUCT_MEMBER(std::string, method)
128 IPC_STRUCT_MEMBER(GURL, url)
135 IPC_STRUCT_MEMBER(GURL, first_party_for_cookies)
138 IPC_STRUCT_MEMBER(GURL, referrer)
141 IPC_STRUCT_MEMBER(blink::WebReferrerPolicy, referrer_policy)
144 IPC_STRUCT_MEMBER(blink::WebPageVisibilityState, visiblity_state)
147 IPC_STRUCT_MEMBER(std::string, headers)
150 IPC_STRUCT_MEMBER(int, load_flags)
157 IPC_STRUCT_MEMBER(int, origin_pid)
161 IPC_STRUCT_MEMBER(ResourceType::Type, resource_type)
164 IPC_STRUCT_MEMBER(net::RequestPriority, priority)
167 IPC_STRUCT_MEMBER(uint32, request_context)
171 IPC_STRUCT_MEMBER(int, appcache_host_id)
175 IPC_STRUCT_MEMBER(int, service_worker_provider_id)
178 IPC_STRUCT_MEMBER(scoped_refptr<content::ResourceRequestBody>,
181 IPC_STRUCT_MEMBER(bool, download_to_file)
184 IPC_STRUCT_MEMBER(bool, has_user_gesture)
187 IPC_STRUCT_MEMBER(int, render_frame_id)
190 IPC_STRUCT_MEMBER(bool, is_main_frame)
193 IPC_STRUCT_MEMBER(bool, parent_is_main_frame)
197 IPC_STRUCT_MEMBER(int, parent_render_frame_id)
199 IPC_STRUCT_MEMBER(content::PageTransition, transition_type)
203 IPC_STRUCT_MEMBER(bool, should_replace_current_entry)
209 IPC_STRUCT_MEMBER(int, transferred_request_child_id)
210 IPC_STRUCT_MEMBER(int, transferred_request_request_id)
213 IPC_STRUCT_MEMBER(bool, allow_download)
219 IPC_STRUCT_MEMBER(int, error_code)
222 IPC_STRUCT_MEMBER(bool, was_ignored_by_handler)
225 IPC_STRUCT_MEMBER(bool, exists_in_cache)
228 IPC_STRUCT_MEMBER(std::string, security_info)
231 IPC_STRUCT_MEMBER(base::TimeTicks, completion_time)
234 IPC_STRUCT_MEMBER(int64, encoded_data_length)