HomeSort by relevance Sort by last modified time
    Searched refs:IPC_STRUCT_MEMBER (Results 26 - 35 of 35) sorted by null

12

  /external/chromium_org/content/common/
accessibility_messages.h 56 IPC_STRUCT_MEMBER(ui::AXTreeUpdate, update)
59 IPC_STRUCT_MEMBER(ui::AXEvent, event_type)
62 IPC_STRUCT_MEMBER(int, id)
67 IPC_STRUCT_MEMBER(int, id)
71 IPC_STRUCT_MEMBER(gfx::Rect, new_location)
input_messages.h 99 IPC_STRUCT_MEMBER(blink::WebInputEvent::Type, type)
100 IPC_STRUCT_MEMBER(content::InputEventAckState, state)
101 IPC_STRUCT_MEMBER(ui::LatencyInfo, latency)
103 IPC_STRUCT_MEMBER(scoped_ptr<content::DidOverscrollParams>, overscroll)
  /external/chromium_org/ipc/
param_traits_read_macros.h 13 #undef IPC_STRUCT_MEMBER
17 #define IPC_STRUCT_MEMBER(type, name, ...) IPC_STRUCT_TRAITS_MEMBER(name)
param_traits_write_macros.h 13 #undef IPC_STRUCT_MEMBER
17 #define IPC_STRUCT_MEMBER(type, name, ...) IPC_STRUCT_TRAITS_MEMBER(name)
param_traits_log_macros.h 15 #undef IPC_STRUCT_MEMBER
19 #define IPC_STRUCT_MEMBER(type, name, ...) IPC_STRUCT_TRAITS_MEMBER(name)
ipc_message_macros.h 128 // New structs are defined with IPC_STRUCT_BEGIN(), IPC_STRUCT_MEMBER(),
132 // IPC_STRUCT_MEMBER() is only permitted inside matching calls to
220 #define IPC_STRUCT_MEMBER(type, name, ...) type name;
    [all...]
  /external/chromium_org/content/common/media/
audio_messages.h 30 IPC_STRUCT_MEMBER(media::AudioParameters, params)
31 IPC_STRUCT_MEMBER(bool, automatic_gain_control)
32 IPC_STRUCT_MEMBER(uint32, shared_memory_count)
  /external/chromium_org/chrome/common/
render_messages.h 99 IPC_STRUCT_MEMBER(ChromeViewHostMsg_GetPluginInfo_Status, status)
100 IPC_STRUCT_MEMBER(content::WebPluginInfo, plugin)
101 IPC_STRUCT_MEMBER(std::string, actual_mime_type)
102 IPC_STRUCT_MEMBER(std::string, group_identifier)
103 IPC_STRUCT_MEMBER(base::string16, group_name)
  /external/chromium_org/tools/ipc_fuzzer/mutate/
mutate.cc 460 #undef IPC_STRUCT_MEMBER
465 #define IPC_STRUCT_MEMBER(type, name, ...) IPC_STRUCT_TRAITS_MEMBER(name)
generate.cc 1134 #undef IPC_STRUCT_MEMBER
1139 #define IPC_STRUCT_MEMBER(type, name, ...) IPC_STRUCT_TRAITS_MEMBER(name)
    [all...]

Completed in 422 milliseconds

12