/external/chromium_org/mojo/common/ |
DEPS | 2 "-mojo", 3 "+mojo/common", 4 "+mojo/public",
|
message_pump_mojo_unittest.cc | 5 #include "mojo/common/message_pump_mojo.h" 10 namespace mojo { namespace 18 RUN_MESSAGE_LOOP_TESTS(Mojo, &CreateMojoMessagePump); 22 } // namespace mojo
|
/external/chromium_org/mojo/common/test/ |
DEPS | 2 "+mojo/system",
|
/external/chromium_org/mojo/public/ |
DEPS | 4 "-mojo", 6 "+mojo/public",
|
/external/chromium_org/mojo/gles2/ |
README.md | 0 Mojo GLES2 4 We export this dynamically linked library via mojo/public/gles2 in order to 5 hide the gpu/command_buffer/client dependency from clients of the Mojo API.
|
/external/chromium_org/mojo/services/ |
DEPS | 2 "-mojo", 3 "+mojo/public", 8 "+mojo/shell/context.h",
|
/external/chromium_org/mojo/public/bindings/generators/cpp_templates/ |
interface_proxy_declaration | 3 explicit ${CLASS}Proxy(mojo::MessageReceiver* receiver); 8 mojo::MessageReceiver* receiver_;
|
interface_stub_declaration | 1 class ${CLASS}Stub : public $CLASS, public mojo::MessageReceiver { 3 virtual bool Accept(mojo::Message* message) MOJO_OVERRIDE;
|
interface_definition | 1 $CLASS::$CLASS(mojo::MessageReceiver* receiver)
|
proxy_implementation | 3 mojo::internal::Align(sizeof($PARAMS)); 6 mojo::internal::MessageBuilder builder($NAME, payload_size); 13 mojo::Message message; 14 mojo::internal::EncodePointersAndHandles(params, &message.handles);
|
struct_declaration | 5 static $CLASS* New(mojo::Buffer* buf, mojo::Buffer::Destructor dtor = NULL); 12 friend class mojo::internal::ObjectTraits<$CLASS>; 17 mojo::internal::StructHeader _header_;
|
module_internal.h-template | 8 #include "mojo/public/bindings/lib/bindings_serialization.h" 24 namespace mojo { 30 } // namespace mojo
|
params_definition | 4 static $CLASS* New(mojo::Buffer* buf) { 14 friend class mojo::internal::ObjectTraits<$CLASS>; 21 mojo::internal::StructHeader _header_;
|
/external/chromium_org/mojo/public/bindings/ |
mojom_bindings_generator.gypi | 15 '<(DEPTH)/mojo/public/bindings/mojom_bindings_generator.py', 19 '<(DEPTH)/mojo/public/bindings/parse/mojo_parser.py', 20 '<(DEPTH)/mojo/public/bindings/parse/mojo_translate.py', 21 '<(DEPTH)/mojo/public/bindings/generators/cpp_templates/interface_declaration', 22 '<(DEPTH)/mojo/public/bindings/generators/cpp_templates/interface_definition', 23 '<(DEPTH)/mojo/public/bindings/generators/cpp_templates/interface_proxy_declaration', 24 '<(DEPTH)/mojo/public/bindings/generators/cpp_templates/interface_stub_case', 25 '<(DEPTH)/mojo/public/bindings/generators/cpp_templates/interface_stub_declaration', 26 '<(DEPTH)/mojo/public/bindings/generators/cpp_templates/interface_stub_definition', 27 '<(DEPTH)/mojo/public/bindings/generators/cpp_templates/module.cc-template' [all...] |
/external/chromium_org/mojo/public/tests/ |
DEPS | 1 # TODO(darin): Move this folder out of mojo/public/. 5 "+mojo",
|
/external/chromium_org/mojo/ |
DEPS | 4 "+mojo",
|
README.md | 0 Mojo 4 Mojo is an effort to extract a common platform out of Chrome's renderer and
|
/external/chromium_org/mojo/services/native_viewport/ |
DEPS | 2 "+mojo/services/gles2",
|
/external/chromium_org/mojo/examples/sample_app/ |
sample_app.cc | 9 #include "mojo/common/bindings_support_impl.h" 10 #include "mojo/examples/sample_app/native_viewport_client_impl.h" 11 #include "mojo/public/bindings/lib/bindings_support.h" 12 #include "mojo/public/gles2/gles2.h" 13 #include "mojo/public/system/core.h" 14 #include "mojo/public/system/macros.h" 26 namespace mojo { namespace 37 } // namespace mojo 41 mojo::common::BindingsSupportImpl bindings_support; 42 mojo::BindingsSupport::Set(&bindings_support) [all...] |
/external/chromium_org/mojo/apps/js/ |
main.cc | 7 #include "mojo/apps/js/mojo_runner_delegate.h" 8 #include "mojo/common/bindings_support_impl.h" 9 #include "mojo/public/gles2/gles2.h" 10 #include "mojo/public/system/core_cpp.h" 11 #include "mojo/public/system/macros.h" 23 namespace mojo { namespace 38 } // namespace mojo 41 mojo::common::BindingsSupportImpl bindings_support; 42 mojo::BindingsSupport::Set(&bindings_support); 45 mojo::apps::Start(pipe, "mojo/apps/js/main") [all...] |
/external/chromium_org/mojo/shell/ |
context.cc | 5 #include "mojo/shell/context.h" 7 #include "mojo/gles2/gles2_impl.h" 8 #include "mojo/shell/network_delegate.h" 9 #include "mojo/system/core_impl.h" 11 namespace mojo { namespace 32 } // namespace mojo
|
context.h | 8 #include "mojo/common/bindings_support_impl.h" 9 #include "mojo/shell/loader.h" 10 #include "mojo/shell/storage.h" 11 #include "mojo/shell/task_runners.h" 17 namespace mojo { namespace 48 } // namespace mojo
|
/external/chromium_org/mojo/shell/desktop/ |
mojo_main.cc | 9 #include "mojo/shell/context.h" 10 #include "mojo/shell/init.h" 11 #include "mojo/shell/run.h" 18 mojo::shell::InitializeLogging(); 24 mojo::shell::Context context; 25 message_loop.PostTask(FROM_HERE, base::Bind(mojo::shell::Run, &context));
|
/external/chromium_org/mojo/public/bindings/lib/ |
bindings_support.cc | 5 #include "mojo/public/bindings/lib/bindings_support.h" 10 namespace mojo { namespace 27 } // namespace mojo
|
/external/chromium_org/mojo/public/utility/ |
environment.h | 8 #include "mojo/public/system/macros.h" 10 namespace mojo { namespace 32 } // namespace mojo
|