HomeSort by relevance Sort by last modified time
    Searched refs:MOJO_SYSTEM_IMPL_EXPORT (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/mojo/system/
system_impl_export.h 12 #define MOJO_SYSTEM_IMPL_EXPORT __declspec(dllexport)
14 #define MOJO_SYSTEM_IMPL_EXPORT __declspec(dllimport)
19 #define MOJO_SYSTEM_IMPL_EXPORT __attribute__((visibility("default")))
21 #define MOJO_SYSTEM_IMPL_EXPORT
26 #define MOJO_SYSTEM_IMPL_EXPORT
memory.cc 27 bool MOJO_SYSTEM_IMPL_EXPORT VerifyUserPointerForSize(const void* pointer,
40 template MOJO_SYSTEM_IMPL_EXPORT bool VerifyUserPointerForSize<1>(
42 template MOJO_SYSTEM_IMPL_EXPORT bool VerifyUserPointerForSize<4>(
44 template MOJO_SYSTEM_IMPL_EXPORT bool VerifyUserPointerForSize<8>(
memory.h 19 bool MOJO_SYSTEM_IMPL_EXPORT VerifyUserPointerForSize(const void* pointer,
24 bool MOJO_SYSTEM_IMPL_EXPORT VerifyUserPointerForSize(const void* pointer,
platform_channel.h 22 class MOJO_SYSTEM_IMPL_EXPORT PlatformChannel {
56 class MOJO_SYSTEM_IMPL_EXPORT PlatformServerChannel : public PlatformChannel {
88 class MOJO_SYSTEM_IMPL_EXPORT PlatformClientChannel : public PlatformChannel {
waiter.h 21 class MOJO_SYSTEM_IMPL_EXPORT Waiter {
raw_channel.h 43 class MOJO_SYSTEM_IMPL_EXPORT RawChannel {
49 class MOJO_SYSTEM_IMPL_EXPORT Delegate {
simple_dispatcher.h 22 class MOJO_SYSTEM_IMPL_EXPORT SimpleDispatcher : public Dispatcher {
waiter_list.h 26 class MOJO_SYSTEM_IMPL_EXPORT WaiterList {
data_pipe_consumer_dispatcher.h 22 class MOJO_SYSTEM_IMPL_EXPORT DataPipeConsumerDispatcher : public Dispatcher {
data_pipe_producer_dispatcher.h 22 class MOJO_SYSTEM_IMPL_EXPORT DataPipeProducerDispatcher : public Dispatcher {
message_pipe_dispatcher.h 21 class MOJO_SYSTEM_IMPL_EXPORT MessagePipeDispatcher : public Dispatcher {
message_pipe_endpoint.h 33 class MOJO_SYSTEM_IMPL_EXPORT MessagePipeEndpoint {
proxy_message_pipe_endpoint.h 40 class MOJO_SYSTEM_IMPL_EXPORT ProxyMessagePipeEndpoint
channel.h 55 class MOJO_SYSTEM_IMPL_EXPORT Channel
local_data_pipe.h 21 class MOJO_SYSTEM_IMPL_EXPORT LocalDataPipe : public DataPipe {
local_message_pipe_endpoint.h 21 class MOJO_SYSTEM_IMPL_EXPORT LocalMessagePipeEndpoint
message_in_transit.h 19 class MOJO_SYSTEM_IMPL_EXPORT MessageInTransit {
message_pipe.h 30 class MOJO_SYSTEM_IMPL_EXPORT MessagePipe :
data_pipe.h 27 class MOJO_SYSTEM_IMPL_EXPORT DataPipe :
core_impl.h 30 class MOJO_SYSTEM_IMPL_EXPORT CoreImpl : public CorePrivate {
dispatcher.h 27 class MOJO_SYSTEM_IMPL_EXPORT Dispatcher :

Completed in 249 milliseconds