OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MOJO_SYSTEM_IMPL_EXPORT
(Results
1 - 19
of
19
) sorted by null
/external/libchrome/mojo/core/
system_impl_export.h
9
#define
MOJO_SYSTEM_IMPL_EXPORT
15
#define
MOJO_SYSTEM_IMPL_EXPORT
__declspec(dllexport)
17
#define
MOJO_SYSTEM_IMPL_EXPORT
__declspec(dllimport)
22
#define
MOJO_SYSTEM_IMPL_EXPORT
__attribute__((visibility("default")))
24
#define
MOJO_SYSTEM_IMPL_EXPORT
29
#define
MOJO_SYSTEM_IMPL_EXPORT
entrypoints.h
15
MOJO_SYSTEM_IMPL_EXPORT
void InitializeCore();
20
MOJO_SYSTEM_IMPL_EXPORT
const MojoSystemThunks& GetSystemThunks();
configuration.h
15
MOJO_SYSTEM_IMPL_EXPORT
extern Configuration g_configuration;
18
MOJO_SYSTEM_IMPL_EXPORT
inline const Configuration& GetConfiguration() {
platform_handle_utils.h
19
MOJO_SYSTEM_IMPL_EXPORT
void ExtractPlatformHandlesFromSharedMemoryRegionHandle(
26
MOJO_SYSTEM_IMPL_EXPORT
platform_shared_memory_mapping.h
30
class
MOJO_SYSTEM_IMPL_EXPORT
PlatformSharedMemoryMapping {
connection_params.h
18
class
MOJO_SYSTEM_IMPL_EXPORT
ConnectionParams {
invitation_dispatcher.h
21
class
MOJO_SYSTEM_IMPL_EXPORT
InvitationDispatcher : public Dispatcher {
platform_handle_dispatcher.h
18
class
MOJO_SYSTEM_IMPL_EXPORT
PlatformHandleDispatcher : public Dispatcher {
handle_signals_state.h
18
struct
MOJO_SYSTEM_IMPL_EXPORT
HandleSignalsState final
handle_table.h
24
class
MOJO_SYSTEM_IMPL_EXPORT
HandleTable {
request_context.h
32
class
MOJO_SYSTEM_IMPL_EXPORT
RequestContext {
channel.h
32
class
MOJO_SYSTEM_IMPL_EXPORT
Channel
40
struct
MOJO_SYSTEM_IMPL_EXPORT
Message {
dispatcher.h
46
class
MOJO_SYSTEM_IMPL_EXPORT
Dispatcher
225
MOJO_SYSTEM_IMPL_EXPORT
inline std::ostream& operator<<(std::ostream& out,
shared_buffer_dispatcher.h
25
class
MOJO_SYSTEM_IMPL_EXPORT
SharedBufferDispatcher final : public Dispatcher {
data_pipe_consumer_dispatcher.h
31
class
MOJO_SYSTEM_IMPL_EXPORT
DataPipeConsumerDispatcher final
data_pipe_producer_dispatcher.h
31
class
MOJO_SYSTEM_IMPL_EXPORT
DataPipeProducerDispatcher final
user_message_impl.h
33
class
MOJO_SYSTEM_IMPL_EXPORT
UserMessageImpl : public ports::UserMessage {
core.h
45
class
MOJO_SYSTEM_IMPL_EXPORT
Core {
node_controller.h
47
class
MOJO_SYSTEM_IMPL_EXPORT
NodeController : public ports::NodeDelegate,
Completed in 269 milliseconds