HomeSort by relevance Sort by last modified time
    Searched full:mojo (Results 101 - 125 of 295) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/mojo/shell/
storage.h 10 namespace mojo { namespace
30 } // namespace mojo
app_container.h 12 #include "mojo/public/system/core_cpp.h"
13 #include "mojo/shell/loader.h"
20 namespace mojo { namespace
63 } // namespace mojo
storage.cc 5 #include "mojo/shell/storage.h"
20 namespace mojo { namespace
36 profile_path_ = profile_path_.Append("Chromium Mojo Shell");
52 } // namespace mojo
app_container.cc 5 #include "mojo/shell/app_container.h"
16 #include "mojo/public/system/core.h"
17 #include "mojo/services/native_viewport/native_viewport_impl.h"
18 #include "mojo/shell/context.h"
22 namespace mojo { namespace
87 } // namespace mojo
  /external/chromium_org/mojo/common/
common_type_converters_unittest.cc 5 #include "mojo/common/common_type_converters.h"
6 #include "mojo/public/tests/simple_bindings_support.h"
9 namespace mojo { namespace
51 } // namespace mojo
  /external/chromium_org/mojo/examples/hello_world_service/
hello_world_service.mojom 5 module mojo {
  /external/chromium_org/mojo/gles2/
gles2_impl.cc 5 #include "mojo/gles2/gles2_impl.h"
8 #include "mojo/public/gles2/gles2_private.h"
10 namespace mojo { namespace
48 } // namespace mojo
  /external/chromium_org/mojo/public/bindings/lib/
bindings.h 8 #include "mojo/public/bindings/lib/array.h"
  /external/chromium_org/mojo/public/system/
core_private.h 8 #include "mojo/public/system/core.h"
10 namespace mojo { namespace
13 // implementation into the mojo_system dynamic library. Mojo clients should not
69 } // namespace mojo
  /external/chromium_org/mojo/public/utility/
bindings_support_impl.h 8 #include "mojo/public/bindings/lib/bindings_support.h"
9 #include "mojo/public/system/macros.h"
11 namespace mojo { namespace
44 } // namespace mojo
bindings_support_impl.cc 5 #include "mojo/public/utility/bindings_support_impl.h"
9 #include "mojo/public/bindings/lib/buffer.h"
10 #include "mojo/public/utility/run_loop.h"
11 #include "mojo/public/utility/run_loop_handler.h"
12 #include "mojo/public/utility/thread_local.h"
14 namespace mojo { namespace
113 } // namespace mojo
bindings_support_impl_unittest.cc 5 #include "mojo/public/utility/bindings_support_impl.h"
8 #include "mojo/public/system/core_cpp.h"
9 #include "mojo/public/tests/test_support.h"
10 #include "mojo/public/utility/environment.h"
11 #include "mojo/public/utility/run_loop.h"
14 namespace mojo { namespace
114 } // namespace mojo
  /external/chromium_org/mojo/services/gles2/
gles2.mojom 5 module mojo {
  /external/chromium_org/mojo/shell/android/
library_loader.cc 9 #include "mojo/services/native_viewport/native_viewport_android.h"
10 #include "mojo/shell/android/mojo_main.h"
16 { "MojoMain", mojo::RegisterMojoMain },
17 { "NativeViewportAndroid", mojo::services::NativeViewportAndroid::Register },
mojo_main.cc 5 #include "mojo/shell/android/mojo_main.h"
15 #include "mojo/shell/context.h"
16 #include "mojo/shell/init.h"
17 #include "mojo/shell/run.h"
22 namespace mojo { namespace
47 mojo::shell::InitializeLogging();
81 } // namespace mojo
  /external/chromium_org/mojo/system/
waiter_list.cc 5 #include "mojo/system/waiter_list.h"
8 #include "mojo/system/waiter.h"
10 namespace mojo { namespace
57 } // namespace mojo
waiter_list.h 11 #include "mojo/public/system/core.h"
12 #include "mojo/system/system_impl_export.h"
14 namespace mojo { namespace
54 } // namespace mojo
data_pipe_producer_dispatcher.cc 5 #include "mojo/system/data_pipe_producer_dispatcher.h"
8 #include "mojo/system/data_pipe.h"
9 #include "mojo/system/memory.h"
11 namespace mojo { namespace
100 } // namespace mojo
simple_dispatcher.h 11 #include "mojo/system/dispatcher.h"
12 #include "mojo/system/system_impl_export.h"
13 #include "mojo/system/waiter_list.h"
15 namespace mojo { namespace
57 } // namespace mojo
message_pipe_dispatcher.cc 5 #include "mojo/system/message_pipe_dispatcher.h"
8 #include "mojo/system/constants.h"
9 #include "mojo/system/memory.h"
10 #include "mojo/system/message_pipe.h"
12 namespace mojo { namespace
112 } // namespace mojo
proxy_message_pipe_endpoint.h 15 #include "mojo/public/system/core.h"
16 #include "mojo/system/message_in_transit.h"
17 #include "mojo/system/message_pipe_endpoint.h"
18 #include "mojo/system/system_impl_export.h"
20 namespace mojo { namespace
98 } // namespace mojo
platform_channel_handle.h 14 namespace mojo { namespace
44 } // namespace mojo
  /external/chromium_org/mojo/apps/js/bindings/
core.cc 5 #include "mojo/apps/js/bindings/core.h"
17 #include "mojo/apps/js/bindings/handle.h"
19 namespace mojo { namespace
89 const char Core::kModuleName[] = "mojo/apps/js/bindings/core";
98 .SetMethod("close", mojo::CloseRaw)
99 .SetMethod("wait", mojo::Wait)
100 .SetMethod("waitMany", mojo::WaitMany<std::vector<mojo::Handle>,
108 .SetValue("kInvalidHandle", mojo::Handle())
148 } // namespace mojo
    [all...]
  /external/chromium_org/mojo/public/bindings/sample/
sample_service_unittests.cc 11 #include "mojo/public/tests/simple_bindings_support.h"
15 namespace mojo { namespace
27 } // namespace mojo
36 mojo::String name("foopy");
44 mojo::Array<Bar>::Builder extra_bars(3);
56 mojo::Array<uint8_t>::Builder data(10);
60 mojo::ScopedMessagePipeHandle pipe0, pipe1;
61 mojo::CreateMessagePipe(&pipe0, &pipe1);
137 static void Print(int depth, const char* name, mojo::Handle value) {
142 static void Print(int depth, const char* name, const mojo::String& str)
    [all...]
  /external/chromium_org/mojo/apps/js/
main.js 7 "mojo/apps/js/bindings/connector",
8 "mojo/apps/js/bindings/core",
9 "mojo/apps/js/bindings/gl",
10 "mojo/apps/js/bindings/threading",

Completed in 179 milliseconds

1 2 3 45 6 7 8 91011>>