Home | History | Annotate | Download | only in child

Lines Matching refs:IPC_STRUCT_MEMBER

28   IPC_STRUCT_MEMBER(GURL,  url)
29 IPC_STRUCT_MEMBER(GURL, page_url)
30 IPC_STRUCT_MEMBER(std::vector<std::string>, arg_names)
31 IPC_STRUCT_MEMBER(std::vector<std::string>, arg_values)
32 IPC_STRUCT_MEMBER(bool, load_manually)
33 IPC_STRUCT_MEMBER(int, host_render_view_routing_id)
37 IPC_STRUCT_MEMBER(std::string, url)
38 IPC_STRUCT_MEMBER(std::string, method)
39 IPC_STRUCT_MEMBER(std::string, target)
40 IPC_STRUCT_MEMBER(std::vector<char>, buffer)
41 IPC_STRUCT_MEMBER(int, notify_id)
42 IPC_STRUCT_MEMBER(bool, popups_allowed)
43 IPC_STRUCT_MEMBER(bool, notify_redirects)
47 IPC_STRUCT_MEMBER(unsigned long, id)
48 IPC_STRUCT_MEMBER(std::string, mime_type)
49 IPC_STRUCT_MEMBER(std::string, headers)
50 IPC_STRUCT_MEMBER(uint32, expected_length)
51 IPC_STRUCT_MEMBER(uint32, last_modified)
52 IPC_STRUCT_MEMBER(bool, request_is_seekable)
56 IPC_STRUCT_MEMBER(unsigned long, resource_id)
57 IPC_STRUCT_MEMBER(int, notify_id)
58 IPC_STRUCT_MEMBER(GURL, url)
59 IPC_STRUCT_MEMBER(GURL, first_party_for_cookies)
60 IPC_STRUCT_MEMBER(std::string, method)
61 IPC_STRUCT_MEMBER(std::vector<char>, post_data)
62 IPC_STRUCT_MEMBER(GURL, referrer)
63 IPC_STRUCT_MEMBER(bool, notify_redirect)
64 IPC_STRUCT_MEMBER(bool, is_plugin_src_load)
65 IPC_STRUCT_MEMBER(int, render_frame_id)
69 IPC_STRUCT_MEMBER(gfx::Rect, window_rect)
70 IPC_STRUCT_MEMBER(gfx::Rect, clip_rect)
71 IPC_STRUCT_MEMBER(TransportDIB::Handle, windowless_buffer0)
72 IPC_STRUCT_MEMBER(TransportDIB::Handle, windowless_buffer1)
73 IPC_STRUCT_MEMBER(int, windowless_buffer_index)