Home
last modified time | relevance | path

Searched refs:MOJO_SYSTEM_IMPL_EXPORT (Results 1 – 20 of 20) sorted by relevance

/external/libchrome/mojo/core/
Dsystem_impl_export.h9 #define MOJO_SYSTEM_IMPL_EXPORT macro
15 #define MOJO_SYSTEM_IMPL_EXPORT __declspec(dllexport) macro
17 #define MOJO_SYSTEM_IMPL_EXPORT __declspec(dllimport) macro
22 #define MOJO_SYSTEM_IMPL_EXPORT __attribute__((visibility("default"))) macro
24 #define MOJO_SYSTEM_IMPL_EXPORT macro
29 #define MOJO_SYSTEM_IMPL_EXPORT macro
Dentrypoints.h15 MOJO_SYSTEM_IMPL_EXPORT void InitializeCore();
20 MOJO_SYSTEM_IMPL_EXPORT const MojoSystemThunks& GetSystemThunks();
Dconfiguration.h15 MOJO_SYSTEM_IMPL_EXPORT extern Configuration g_configuration;
18 MOJO_SYSTEM_IMPL_EXPORT inline const Configuration& GetConfiguration() { in GetConfiguration()
Dplatform_handle_utils.h19 MOJO_SYSTEM_IMPL_EXPORT void ExtractPlatformHandlesFromSharedMemoryRegionHandle(
26 MOJO_SYSTEM_IMPL_EXPORT
Ddispatcher.h46 class MOJO_SYSTEM_IMPL_EXPORT Dispatcher
225 MOJO_SYSTEM_IMPL_EXPORT inline std::ostream& operator<<(std::ostream& out,
Dchannel.h32 class MOJO_SYSTEM_IMPL_EXPORT Channel
40 struct MOJO_SYSTEM_IMPL_EXPORT Message {
Dplatform_shared_memory_mapping.h30 class MOJO_SYSTEM_IMPL_EXPORT PlatformSharedMemoryMapping {
Dconnection_params.h18 class MOJO_SYSTEM_IMPL_EXPORT ConnectionParams {
Dinvitation_dispatcher.h21 class MOJO_SYSTEM_IMPL_EXPORT InvitationDispatcher : public Dispatcher {
Dplatform_handle_dispatcher.h18 class MOJO_SYSTEM_IMPL_EXPORT PlatformHandleDispatcher : public Dispatcher {
Drequest_context.h32 class MOJO_SYSTEM_IMPL_EXPORT RequestContext {
Dhandle_signals_state.h18 struct MOJO_SYSTEM_IMPL_EXPORT HandleSignalsState final
Dhandle_table.h24 class MOJO_SYSTEM_IMPL_EXPORT HandleTable {
Dshared_buffer_dispatcher.h25 class MOJO_SYSTEM_IMPL_EXPORT SharedBufferDispatcher final : public Dispatcher {
Ddata_pipe_consumer_dispatcher.h31 class MOJO_SYSTEM_IMPL_EXPORT DataPipeConsumerDispatcher final
Ddata_pipe_producer_dispatcher.h31 class MOJO_SYSTEM_IMPL_EXPORT DataPipeProducerDispatcher final
Duser_message_impl.h33 class MOJO_SYSTEM_IMPL_EXPORT UserMessageImpl : public ports::UserMessage {
Dcore.h45 class MOJO_SYSTEM_IMPL_EXPORT Core {
Dnode_controller.h47 class MOJO_SYSTEM_IMPL_EXPORT NodeController : public ports::NodeDelegate,
/external/libchrome/libchrome_tools/patch/
Dhandle_table.patch152 -class MOJO_SYSTEM_IMPL_EXPORT HandleTable
154 +class MOJO_SYSTEM_IMPL_EXPORT HandleTable {
162 @@ -58,11 +57,11 @@ class MOJO_SYSTEM_IMPL_EXPORT HandleTable