Searched defs:mojo (Results 276 - 300 of 708) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/bindings/
H A DValidationTestUtilTest.java5 package org.chromium.mojo.bindings;
9 import org.chromium.mojo.MojoTestCase;
/external/chromium_org/mojo/android/javatests/
H A Dvalidation_test_util.cc5 #include "mojo/android/javatests/validation_test_util.h"
12 #include "mojo/public/cpp/bindings/tests/validation_test_input_parser.h"
14 namespace mojo { namespace
46 } // namespace mojo
/external/chromium_org/mojo/android/system/src/org/chromium/mojo/system/impl/
H A DMessagePipeHandleImpl.java5 package org.chromium.mojo.system.impl;
7 import org.chromium.mojo.system.Handle;
8 import org.chromium.mojo.system.MessagePipeHandle;
33 * @see org.chromium.mojo.system.MessagePipeHandle#pass()
H A DUntypedHandleImpl.java5 package org.chromium.mojo.system.impl;
7 import org.chromium.mojo.system.DataPipe.ConsumerHandle;
8 import org.chromium.mojo.system.DataPipe.ProducerHandle;
9 import org.chromium.mojo.system.MessagePipeHandle;
10 import org.chromium.mojo.system.SharedBufferHandle;
11 import org.chromium.mojo.system.UntypedHandle;
33 * @see org.chromium.mojo.system.UntypedHandle#pass()
41 * @see org.chromium.mojo.system.UntypedHandle#toMessagePipeHandle()
49 * @see org.chromium.mojo.system.UntypedHandle#toDataPipeConsumerHandle()
57 * @see org.chromium.mojo
[all...]
/external/chromium_org/mojo/application/
H A Dapplication_runner_chromium.cc5 #include "mojo/application/application_runner_chromium.h"
11 #include "mojo/common/message_pump_mojo.h"
12 #include "mojo/public/cpp/application/application_delegate.h"
13 #include "mojo/public/cpp/application/application_impl.h"
15 namespace mojo { namespace
63 } // namespace mojo
/external/chromium_org/mojo/application_manager/
H A Dapplication_loader.h9 #include "mojo/application_manager/application_manager_export.h"
10 #include "mojo/public/cpp/system/core.h"
11 #include "mojo/services/public/interfaces/network/url_loader.mojom.h"
14 namespace mojo { namespace
32 // mojo::Application interface.
65 // implement the mojo.Application interface. Note that the returned handle
72 // The specified application must implement the mojo.ContentHandler
86 } // namespace mojo
H A Dbackground_shell_application_loader.h12 #include "mojo/application_manager/application_loader.h"
14 namespace mojo { namespace
74 } // namespace mojo
/external/chromium_org/mojo/apps/js/
H A Dapplication_delegate_impl.h10 #include "mojo/public/cpp/application/application_delegate.h"
11 #include "mojo/public/cpp/application/interface_factory_impl.h"
12 #include "mojo/services/public/interfaces/content_handler/content_handler.mojom.h"
14 namespace mojo { namespace
31 virtual void OnConnect(const mojo::String& url,
70 } // namespace mojo
H A Djs_app.h13 #include "mojo/apps/js/mojo_runner_delegate.h"
14 #include "mojo/services/public/interfaces/content_handler/content_handler.mojom.h"
16 namespace mojo { namespace
62 } // namespace mojo
/external/chromium_org/mojo/apps/js/bindings/gl/
H A Dcontext.h15 #include "mojo/bindings/js/handle.h"
16 #include "mojo/public/c/gles2/gles2.h"
24 namespace mojo { namespace
36 mojo::Handle handle,
61 mojo::Handle handle,
75 } // namespace mojo
H A Dmodule.cc5 #include "mojo/apps/js/bindings/gl/module.h"
12 #include "mojo/apps/js/bindings/gl/context.h"
13 #include "mojo/bindings/js/handle.h"
15 namespace mojo { namespace
19 const char* kModuleName = "mojo/apps/js/bindings/gl";
27 mojo::Handle handle,
50 } // namespace mojo
/external/chromium_org/mojo/aura/
H A Dwindow_tree_host_mojo.h8 #include "mojo/services/public/cpp/view_manager/view_observer.h"
19 namespace mojo { namespace
77 } // namespace mojo
/external/chromium_org/mojo/bindings/js/
H A Ddrain_data.h10 #include "mojo/public/c/environment/async_waiter.h"
11 #include "mojo/public/cpp/system/core.h"
14 namespace mojo { namespace
27 DrainData(v8::Isolate* isolate, mojo::Handle handle);
62 } // namespace mojo
H A Dsupport.cc5 #include "mojo/bindings/js/support.h"
15 #include "mojo/bindings/js/handle.h"
16 #include "mojo/bindings/js/waiting_callback.h"
17 #include "mojo/public/cpp/system/core.h"
19 namespace mojo { namespace
40 const char Support::kModuleName[] = "mojo/public/js/bindings/support";
60 } // namespace mojo
/external/chromium_org/mojo/cc/
H A Dcontext_provider_mojo.cc5 #include "mojo/cc/context_provider_mojo.h"
8 #include "mojo/public/cpp/environment/environment.h"
10 namespace mojo { namespace
61 } // namespace mojo
H A Doutput_surface_mojo.cc5 #include "mojo/cc/output_surface_mojo.h"
9 #include "mojo/services/public/cpp/geometry/geometry_type_converters.h"
10 #include "mojo/services/public/cpp/surfaces/surfaces_type_converters.h"
12 namespace mojo { namespace
58 } // namespace mojo
H A Doutput_surface_mojo.h11 #include "mojo/services/public/interfaces/surfaces/surfaces.mojom.h"
13 namespace mojo { namespace
/external/chromium_org/mojo/common/
H A Dcommon_type_converters_unittest.cc5 #include "mojo/common/common_type_converters.h"
11 namespace mojo { namespace
72 GURL url("mojo:foo");
110 } // namespace mojo
H A Dmessage_pump_mojo.h14 #include "mojo/common/mojo_common_export.h"
15 #include "mojo/public/cpp/system/core.h"
17 namespace mojo { namespace
111 } // namespace mojo
/external/chromium_org/mojo/common/test/
H A Dmultiprocess_test_helper.cc5 #include "mojo/common/test/multiprocess_test_helper.h"
12 #include "mojo/embedder/platform_channel_pair.h"
14 namespace mojo { namespace
86 } // namespace mojo
H A Dmultiprocess_test_helper.h15 #include "mojo/embedder/scoped_platform_handle.h"
18 namespace mojo { namespace
73 ::mojo::test::MultiprocessTestHelper::ChildSetup)
89 } // namespace mojo
H A Dmultiprocess_test_helper_unittest.cc5 #include "mojo/common/test/multiprocess_test_helper.h"
9 #include "mojo/common/test/test_utils.h"
10 #include "mojo/embedder/scoped_platform_handle.h"
17 namespace mojo { namespace
157 } // namespace mojo
/external/chromium_org/mojo/dbus/
H A Ddbus_external_service.cc5 #include "mojo/dbus/dbus_external_service.h"
17 #include "mojo/embedder/channel_init.h"
18 #include "mojo/public/cpp/bindings/error_handler.h"
19 #include "mojo/shell/external_service.mojom.h"
21 namespace mojo { namespace
51 channel_init_.reset(new mojo::embedder::ChannelInit);
52 mojo::ScopedMessagePipeHandle message_pipe =
88 } // namespace mojo
/external/chromium_org/mojo/embedder/
H A Dchannel_init.cc5 #include "mojo/embedder/channel_init.h"
9 #include "mojo/embedder/embedder.h"
11 namespace mojo { namespace
56 } // namespace mojo
H A Dplatform_channel_pair_posix.cc5 #include "mojo/embedder/platform_channel_pair.h"
17 #include "mojo/embedder/platform_handle.h"
19 namespace mojo { namespace
115 } // namespace mojo

Completed in 2878 milliseconds

<<11121314151617181920>>