HomeSort by relevance Sort by last modified time
    Searched refs:IPC_STRUCT_MEMBER (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/content/common/
frame_param_macros.h 26 IPC_STRUCT_MEMBER(int, gpu_host_id)
27 IPC_STRUCT_MEMBER(int, gpu_route_id)
28 IPC_STRUCT_MEMBER(gpu::Mailbox, mailbox)
29 IPC_STRUCT_MEMBER(gfx::Size, size)
34 IPC_STRUCT_MEMBER(int, producing_host_id)
35 IPC_STRUCT_MEMBER(int, producing_route_id)
37 IPC_STRUCT_MEMBER(cc::CompositorFrame, frame)
38 IPC_STRUCT_MEMBER(uint32, output_surface_id)
39 IPC_STRUCT_MEMBER(base::SharedMemoryHandle, shared_memory_handle)
43 IPC_STRUCT_MEMBER(int, gpu_host_id
    [all...]
frame_messages.h 92 IPC_STRUCT_MEMBER(int, error_code)
95 IPC_STRUCT_MEMBER(base::string16, error_description)
97 IPC_STRUCT_MEMBER(GURL, url)
100 IPC_STRUCT_MEMBER(bool, showing_repost_interstitial)
125 IPC_STRUCT_MEMBER(std::string, security_info)
128 IPC_STRUCT_MEMBER(content::NavigationGesture, gesture)
131 IPC_STRUCT_MEMBER(bool, is_post)
134 IPC_STRUCT_MEMBER(int64, post_id)
139 IPC_STRUCT_MEMBER(bool, was_within_same_page)
142 IPC_STRUCT_MEMBER(int, http_status_code
    [all...]
worker_messages.h 31 IPC_STRUCT_MEMBER(int, source_identifier)
32 IPC_STRUCT_MEMBER(int, message_type)
33 IPC_STRUCT_MEMBER(int, message_level)
34 IPC_STRUCT_MEMBER(base::string16, message)
35 IPC_STRUCT_MEMBER(int, line_number)
36 IPC_STRUCT_MEMBER(base::string16, source_url)
41 IPC_STRUCT_MEMBER(GURL, url)
42 IPC_STRUCT_MEMBER(base::string16, name)
43 IPC_STRUCT_MEMBER(base::string16, content_security_policy)
44 IPC_STRUCT_MEMBER(blink::WebContentSecurityPolicyType, security_policy_type
    [all...]
resource_messages.h 139 IPC_STRUCT_MEMBER(std::string, method)
142 IPC_STRUCT_MEMBER(GURL, url)
149 IPC_STRUCT_MEMBER(GURL, first_party_for_cookies)
152 IPC_STRUCT_MEMBER(GURL, referrer)
155 IPC_STRUCT_MEMBER(blink::WebReferrerPolicy, referrer_policy)
158 IPC_STRUCT_MEMBER(blink::WebPageVisibilityState, visiblity_state)
161 IPC_STRUCT_MEMBER(std::string, headers)
164 IPC_STRUCT_MEMBER(int, load_flags)
171 IPC_STRUCT_MEMBER(int, origin_pid)
175 IPC_STRUCT_MEMBER(content::ResourceType, resource_type
    [all...]
speech_recognition_messages.h 50 IPC_STRUCT_MEMBER(int, render_view_id)
52 IPC_STRUCT_MEMBER(int, request_id)
54 IPC_STRUCT_MEMBER(std::string, language)
56 IPC_STRUCT_MEMBER(content::SpeechRecognitionGrammarArray, grammars)
58 IPC_STRUCT_MEMBER(std::string, origin_url)
60 IPC_STRUCT_MEMBER(uint32, max_hypotheses)
62 IPC_STRUCT_MEMBER(bool, continuous)
64 IPC_STRUCT_MEMBER(bool, interim_results)
devtools_messages.h 121 IPC_STRUCT_MEMBER(double, timestamp)
122 IPC_STRUCT_MEMBER(int, phase)
123 IPC_STRUCT_MEMBER(bool, foreign)
124 IPC_STRUCT_MEMBER(uint64, gpu_memory_used_bytes)
125 IPC_STRUCT_MEMBER(uint64, gpu_memory_limit_bytes)
accessibility_messages.h 64 IPC_STRUCT_MEMBER(ui::AXTreeUpdate, update)
69 IPC_STRUCT_MEMBER(FrameIDMap, node_to_frame_routing_id_map)
73 IPC_STRUCT_MEMBER(FrameIDMap, node_to_browser_plugin_instance_id_map)
76 IPC_STRUCT_MEMBER(ui::AXEvent, event_type)
79 IPC_STRUCT_MEMBER(int, id)
84 IPC_STRUCT_MEMBER(int, id)
88 IPC_STRUCT_MEMBER(gfx::Rect, new_location)
view_messages.h 258 IPC_STRUCT_MEMBER(int, opener_id)
261 IPC_STRUCT_MEMBER(bool, user_gesture)
264 IPC_STRUCT_MEMBER(WindowContainerType, window_container_type)
267 IPC_STRUCT_MEMBER(int64, session_storage_namespace_id)
271 IPC_STRUCT_MEMBER(base::string16, frame_name)
274 IPC_STRUCT_MEMBER(int, opener_render_frame_id)
277 IPC_STRUCT_MEMBER(GURL, opener_url)
280 IPC_STRUCT_MEMBER(GURL, opener_top_level_frame_url)
283 IPC_STRUCT_MEMBER(GURL, opener_security_origin)
287 IPC_STRUCT_MEMBER(bool, opener_suppressed
    [all...]
  /external/chromium_org/content/common/indexed_db/
indexed_db_messages.h 46 IPC_STRUCT_MEMBER(int32, ipc_thread_id)
47 IPC_STRUCT_MEMBER(int32, ipc_callbacks_id)
49 IPC_STRUCT_MEMBER(std::string, database_identifier)
55 IPC_STRUCT_MEMBER(int32, ipc_thread_id)
57 IPC_STRUCT_MEMBER(int32, ipc_callbacks_id)
59 IPC_STRUCT_MEMBER(int32, ipc_database_callbacks_id)
61 IPC_STRUCT_MEMBER(std::string, database_identifier)
63 IPC_STRUCT_MEMBER(base::string16, name)
65 IPC_STRUCT_MEMBER(int64, transaction_id)
67 IPC_STRUCT_MEMBER(int64, version
    [all...]
  /external/chromium_org/content/common/service_worker/
embedded_worker_messages.h 21 IPC_STRUCT_MEMBER(int, embedded_worker_id)
22 IPC_STRUCT_MEMBER(int64, service_worker_version_id)
23 IPC_STRUCT_MEMBER(GURL, scope)
24 IPC_STRUCT_MEMBER(GURL, script_url)
25 IPC_STRUCT_MEMBER(int, worker_devtools_agent_route_id)
26 IPC_STRUCT_MEMBER(bool, pause_after_download)
27 IPC_STRUCT_MEMBER(bool, wait_for_debugger)
34 IPC_STRUCT_MEMBER(int, source_identifier)
35 IPC_STRUCT_MEMBER(int, message_level)
36 IPC_STRUCT_MEMBER(base::string16, message
    [all...]
  /external/chromium_org/ipc/
struct_constructor_macros.h 13 #undef IPC_STRUCT_MEMBER
17 #define IPC_STRUCT_MEMBER(type, name, ...) , name(__VA_ARGS__)
  /external/chromium_org/components/cdm/common/
cdm_messages_android.h 16 IPC_STRUCT_MEMBER(std::string, key_system)
17 IPC_STRUCT_MEMBER(content::SupportedCodecs, codecs, content::EME_CODEC_NONE)
21 IPC_STRUCT_MEMBER(std::string, key_system)
22 IPC_STRUCT_MEMBER(content::SupportedCodecs,
25 IPC_STRUCT_MEMBER(content::SupportedCodecs,
  /external/chromium_org/content/common/dom_storage/
dom_storage_messages.h 21 IPC_STRUCT_MEMBER(base::NullableString16, key)
24 IPC_STRUCT_MEMBER(base::NullableString16, old_value)
27 IPC_STRUCT_MEMBER(base::NullableString16, new_value)
30 IPC_STRUCT_MEMBER(GURL, origin)
33 IPC_STRUCT_MEMBER(GURL, page_url)
37 IPC_STRUCT_MEMBER(int, connection_id)
41 IPC_STRUCT_MEMBER(int64, namespace_id)
  /external/chromium_org/chrome/common/safe_browsing/
safebrowsing_messages.h 22 IPC_STRUCT_MEMBER(GURL, url)
26 IPC_STRUCT_MEMBER(std::string, tag_name)
29 IPC_STRUCT_MEMBER(GURL, parent)
32 IPC_STRUCT_MEMBER(std::vector<GURL>, children)
  /external/chromium_org/content/common/media/
peer_connection_tracker_messages.h 14 IPC_STRUCT_MEMBER(int, lid)
15 IPC_STRUCT_MEMBER(std::string, rtc_configuration)
16 IPC_STRUCT_MEMBER(std::string, constraints)
17 IPC_STRUCT_MEMBER(std::string, url)
media_player_messages_android.h 67 IPC_STRUCT_MEMBER(MediaPlayerHostMsg_Initialize_Type, type)
68 IPC_STRUCT_MEMBER(base::SharedMemoryHandle, metafile_data_handle)
69 IPC_STRUCT_MEMBER(int, player_id)
70 IPC_STRUCT_MEMBER(int, demuxer_client_id)
71 IPC_STRUCT_MEMBER(GURL, url)
72 IPC_STRUCT_MEMBER(GURL, first_party_for_cookies)
73 IPC_STRUCT_MEMBER(GURL, frame_url)
74 IPC_STRUCT_MEMBER(bool, allow_credentials)
  /external/chromium_org/content/child/
plugin_messages.h 29 IPC_STRUCT_MEMBER(GURL, url)
30 IPC_STRUCT_MEMBER(GURL, page_url)
31 IPC_STRUCT_MEMBER(std::vector<std::string>, arg_names)
32 IPC_STRUCT_MEMBER(std::vector<std::string>, arg_values)
33 IPC_STRUCT_MEMBER(bool, load_manually)
34 IPC_STRUCT_MEMBER(int, host_render_view_routing_id)
38 IPC_STRUCT_MEMBER(std::string, url)
39 IPC_STRUCT_MEMBER(std::string, method)
40 IPC_STRUCT_MEMBER(std::string, target)
41 IPC_STRUCT_MEMBER(std::vector<char>, buffer
    [all...]
  /external/chromium_org/android_webview/common/
print_messages.h 155 IPC_STRUCT_MEMBER(PrintMsg_Print_Params, params)
159 IPC_STRUCT_MEMBER(int, page_number)
191 IPC_STRUCT_MEMBER(bool, reuse_existing_data)
194 IPC_STRUCT_MEMBER(base::SharedMemoryHandle, metafile_data_handle)
197 IPC_STRUCT_MEMBER(uint32, data_size)
200 IPC_STRUCT_MEMBER(int, document_cookie)
203 IPC_STRUCT_MEMBER(int, expected_pages_count)
206 IPC_STRUCT_MEMBER(bool, modifiable)
209 IPC_STRUCT_MEMBER(int, preview_request_id)
215 IPC_STRUCT_MEMBER(base::SharedMemoryHandle, metafile_data_handle
    [all...]
  /external/chromium_org/chrome/common/
print_messages.h 169 IPC_STRUCT_MEMBER(PrintMsg_Print_Params, params)
173 IPC_STRUCT_MEMBER(int, page_number)
223 IPC_STRUCT_MEMBER(base::SharedMemoryHandle, metafile_data_handle)
226 IPC_STRUCT_MEMBER(uint32, data_size)
229 IPC_STRUCT_MEMBER(int, document_cookie)
232 IPC_STRUCT_MEMBER(int, expected_pages_count)
235 IPC_STRUCT_MEMBER(bool, modifiable)
238 IPC_STRUCT_MEMBER(int, preview_request_id)
244 IPC_STRUCT_MEMBER(base::SharedMemoryHandle, metafile_data_handle)
247 IPC_STRUCT_MEMBER(uint32, data_size
    [all...]
prerender_messages.h 21 IPC_STRUCT_MEMBER(GURL, url)
22 IPC_STRUCT_MEMBER(uint32, rel_types)
  /external/chromium_org/remoting/host/
chromoting_messages.h 87 IPC_STRUCT_MEMBER(int, type)
88 IPC_STRUCT_MEMBER(net::IPAddressNumber, remote_address)
89 IPC_STRUCT_MEMBER(int, remote_port)
90 IPC_STRUCT_MEMBER(net::IPAddressNumber, local_address)
91 IPC_STRUCT_MEMBER(int, local_port)
150 IPC_STRUCT_MEMBER(int, shared_buffer_id)
153 IPC_STRUCT_MEMBER(int, bytes_per_row)
156 IPC_STRUCT_MEMBER(std::vector<webrtc::DesktopRect>, dirty_region)
159 IPC_STRUCT_MEMBER(webrtc::DesktopSize, dimensions)
162 IPC_STRUCT_MEMBER(int, capture_time_ms
    [all...]
  /external/chromium_org/ui/metro_viewer/
metro_viewer_messages.h 23 IPC_STRUCT_MEMBER(int32, x)
24 IPC_STRUCT_MEMBER(int32, y)
25 IPC_STRUCT_MEMBER(int32, extra)
26 IPC_STRUCT_MEMBER(ui::EventType, event_type)
27 IPC_STRUCT_MEMBER(uint32, flags)
28 IPC_STRUCT_MEMBER(ui::EventFlags, changed_button)
29 IPC_STRUCT_MEMBER(bool, is_horizontal_wheel)
131 IPC_STRUCT_MEMBER(base::string16, title)
134 IPC_STRUCT_MEMBER(base::FilePath, suggested_name)
137 IPC_STRUCT_MEMBER(base::string16, filter
    [all...]
  /external/chromium_org/content/common/gpu/
gpu_messages.h 69 IPC_STRUCT_MEMBER(int32, share_group_id)
70 IPC_STRUCT_MEMBER(std::vector<int>, attribs)
71 IPC_STRUCT_MEMBER(GURL, active_url)
72 IPC_STRUCT_MEMBER(gfx::GpuPreference, gpu_preference)
76 IPC_STRUCT_MEMBER(int32, surface_id)
77 IPC_STRUCT_MEMBER(uint64, surface_handle)
78 IPC_STRUCT_MEMBER(int32, route_id)
79 IPC_STRUCT_MEMBER(gpu::Mailbox, mailbox)
80 IPC_STRUCT_MEMBER(gfx::Size, size)
81 IPC_STRUCT_MEMBER(float, scale_factor
    [all...]
  /external/chromium_org/content/common/browser_plugin/
browser_plugin_messages.h 41 IPC_STRUCT_MEMBER(gfx::Size, view_size)
43 IPC_STRUCT_MEMBER(float, scale_factor)
47 IPC_STRUCT_MEMBER(bool, repaint)
51 IPC_STRUCT_MEMBER(bool, focused)
52 IPC_STRUCT_MEMBER(bool, visible)
53 IPC_STRUCT_MEMBER(BrowserPluginHostMsg_ResizeGuest_Params,
55 IPC_STRUCT_MEMBER(gfx::Point, origin)
  /external/chromium_org/extensions/common/
extension_messages.h 45 IPC_STRUCT_MEMBER(std::string, api_call)
48 IPC_STRUCT_MEMBER(base::ListValue, arguments)
51 IPC_STRUCT_MEMBER(std::string, extra)
57 IPC_STRUCT_MEMBER(GURL, url)
60 IPC_STRUCT_MEMBER(base::string16, url_title)
63 IPC_STRUCT_MEMBER(std::string, api_call)
66 IPC_STRUCT_MEMBER(base::ListValue, arguments)
69 IPC_STRUCT_MEMBER(int, call_type)
75 IPC_STRUCT_MEMBER(std::string, name)
78 IPC_STRUCT_MEMBER(base::ListValue, arguments
    [all...]

Completed in 582 milliseconds

1 2