Searched refs:mojo (Results 201 - 225 of 1028) sorted by relevance

1234567891011>>

/external/chromium_org/mojo/apps/js/bindings/
H A Dmonotonic_clock.cc5 #include "mojo/apps/js/bindings/monotonic_clock.h"
10 #include "mojo/public/cpp/system/core.h"
12 namespace mojo { namespace
21 return static_cast<double>(mojo::GetTimeTicksNow()) / kMicrosecondsPerSecond;
42 } // namespace mojo
/external/chromium_org/mojo/embedder/
H A Dchannel_init.h11 #include "mojo/public/cpp/system/core.h"
12 #include "mojo/system/system_impl_export.h"
19 namespace mojo { namespace
35 mojo::ScopedMessagePipeHandle Init(
61 } // namespace mojo
/external/chromium_org/mojo/examples/aura_demo/
H A Daura_demo.cc9 #include "mojo/application/application_runner_chromium.h"
10 #include "mojo/aura/context_factory_mojo.h"
11 #include "mojo/aura/screen_mojo.h"
12 #include "mojo/aura/window_tree_host_mojo.h"
13 #include "mojo/aura/window_tree_host_mojo_delegate.h"
14 #include "mojo/public/c/system/main.h"
15 #include "mojo/public/cpp/application/application_connection.h"
16 #include "mojo/public/cpp/application/application_delegate.h"
17 #include "mojo/public/cpp/application/application_impl.h"
18 #include "mojo/publi
[all...]
/external/chromium_org/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
H A DDelegatingConnectionErrorHandler.java5 package org.chromium.mojo.bindings;
7 import org.chromium.mojo.system.MojoException;
/external/chromium_org/mojo/services/html_viewer/
H A Dblink_input_events_type_converters.cc5 #include "mojo/services/html_viewer/blink_input_events_type_converters.h"
9 #include "mojo/services/public/interfaces/input_events/input_event_constants.mojom.h"
12 namespace mojo { namespace
21 if (flags & mojo::EVENT_FLAGS_SHIFT_DOWN)
23 if (flags & mojo::EVENT_FLAGS_CONTROL_DOWN)
25 if (flags & mojo::EVENT_FLAGS_ALT_DOWN)
28 if (flags & mojo::EVENT_FLAGS_LEFT_MOUSE_BUTTON)
30 if (flags & mojo::EVENT_FLAGS_MIDDLE_MOUSE_BUTTON)
32 if (flags & mojo::EVENT_FLAGS_RIGHT_MOUSE_BUTTON)
34 if (flags & mojo
[all...]
/external/chromium_org/mojo/services/window_manager/
H A Dwindow_manager_unittests.cc14 namespace mojo { namespace
36 } // namespace mojo
39 mojo::WindowManagerTestSuite test_suite(argc, argv);
/external/chromium_org/mojo/shell/android/
H A Dlibrary_loader.cc10 #include "mojo/services/native_viewport/platform_viewport_android.h"
11 #include "mojo/shell/android/mojo_main.h"
17 { "MojoMain", mojo::RegisterMojoMain },
19 mojo::PlatformViewportAndroid::Register },
/external/chromium_org/mojo/shell/
H A Drun.cc5 #include "mojo/shell/run.h"
8 #include "mojo/application_manager/application_manager.h"
9 #include "mojo/shell/context.h"
11 namespace mojo { namespace
16 virtual void ConnectToService(const mojo::String& service_name,
43 } // namespace mojo
H A Dshell_test_helper.cc5 #include "mojo/shell/shell_test_helper.h"
12 #include "mojo/shell/init.h"
15 namespace mojo { namespace
20 mojo::shell::InitializeLogging();
42 } // namespace mojo
H A Dshell_test_main.cc10 #include "mojo/shell/child_process.h"
11 #include "mojo/shell/switches.h"
20 scoped_ptr<mojo::shell::ChildProcess> child_process =
21 mojo::shell::ChildProcess::Create(command_line);
/external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/bindings/
H A DReadAndDispatchMessageTest.java5 package org.chromium.mojo.bindings;
9 import org.chromium.mojo.MojoTestCase;
10 import org.chromium.mojo.bindings.BindingsTestUtils.RecordingMessageReceiver;
11 import org.chromium.mojo.system.Core;
12 import org.chromium.mojo.system.DataPipe;
13 import org.chromium.mojo.system.Handle;
14 import org.chromium.mojo.system.MessagePipeHandle;
15 import org.chromium.mojo.system.MojoException;
16 import org.chromium.mojo.system.MojoResult;
17 import org.chromium.mojo
[all...]
/external/chromium_org/chrome/browser/ui/webui/omnibox/
H A Domnibox_ui.h21 mojo::InterfaceRequest<OmniboxUIHandlerMojo> request) OVERRIDE;
H A Domnibox_ui_handler.cc31 #include "mojo/common/common_type_converters.h"
33 namespace mojo { namespace
36 struct TypeConverter<mojo::Array<AutocompleteAdditionalInfoPtr>,
38 static mojo::Array<AutocompleteAdditionalInfoPtr> Convert(
40 mojo::Array<AutocompleteAdditionalInfoPtr> array(input.size());
63 result->fill_into_edit = mojo::String::From(input.fill_into_edit);
65 mojo::String::From(input.inline_autocompletion);
67 result->contents = mojo::String::From(input.contents);
71 result->description = mojo::String::From(input.description);
82 mojo
[all...]
/external/chromium_org/chrome/test/base/
H A Drun_all_unittests.cc9 #include "mojo/embedder/test_embedder.h"
14 mojo::embedder::test::InitWithSimplePlatformSupport();
/external/chromium_org/device/serial/
H A Ddata_receiver.h13 #include "mojo/public/cpp/system/data_pipe.h"
22 public mojo::ErrorHandler {
30 DataReceiver(mojo::InterfacePtr<serial::DataSource> source,
52 // mojo::ErrorHandler override. Calls ShutDown().
82 mojo::InterfacePtr<serial::DataSource> source_;
85 mojo::ScopedDataPipeConsumerHandle handle_;
H A Dserial_device_enumerator_linux.h22 virtual mojo::Array<serial::DeviceInfoPtr> GetDevices() OVERRIDE;
H A Dserial_device_enumerator_mac.h19 virtual mojo::Array<serial::DeviceInfoPtr> GetDevices() OVERRIDE;
H A Dserial_device_enumerator_win.h19 virtual mojo::Array<serial::DeviceInfoPtr> GetDevices() OVERRIDE;
/external/chromium_org/device/test/
H A Drun_all_unittests.cc8 #include "mojo/embedder/test_embedder.h"
13 mojo::embedder::test::InitWithSimplePlatformSupport();
/external/chromium_org/mojo/application_manager/
H A Dapplication_loader.cc5 #include "mojo/application_manager/application_loader.h"
9 namespace mojo { namespace
30 } // namespace mojo
/external/chromium_org/mojo/apps/js/
H A Dmojo_module.h11 namespace mojo { namespace
23 } // namespace mojo
/external/chromium_org/mojo/aura/
H A Daura_init.cc5 #include "mojo/aura/aura_init.h"
7 #include "mojo/aura/context_factory_mojo.h"
8 #include "mojo/aura/screen_mojo.h"
11 namespace mojo { namespace
26 } // namespace mojo
H A Daura_init.h14 namespace mojo { namespace
31 } // namespace mojo
/external/chromium_org/mojo/common/
H A Dmessage_pump_mojo_handler.h8 #include "mojo/common/mojo_common_export.h"
9 #include "mojo/public/cpp/system/core.h"
11 namespace mojo { namespace
27 } // namespace mojo
/external/chromium_org/mojo/common/test/
H A Dtest_support_impl.h9 #include "mojo/public/tests/test_support_private.h"
11 namespace mojo { namespace
31 } // namespace mojo

Completed in 2372 milliseconds

1234567891011>>