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

  /external/chromium_org/mojo/public/utility/
environment.h 14 class BindingsSupportImpl;
26 internal::BindingsSupportImpl* bindings_support_;
bindings_support_impl.h 18 class BindingsSupportImpl : public BindingsSupport {
20 BindingsSupportImpl();
21 virtual ~BindingsSupportImpl();
23 // Sets up state needed for BindingsSupportImpl. This must be invoked before
24 // creating a BindingsSupportImpl.
39 MOJO_DISALLOW_COPY_AND_ASSIGN(BindingsSupportImpl);
environment.cc 16 internal::BindingsSupportImpl::SetUp();
17 bindings_support_ = new internal::BindingsSupportImpl;
26 internal::BindingsSupportImpl::TearDown();
bindings_support_impl.cc 63 BindingsSupportImpl::BindingsSupportImpl() {
66 BindingsSupportImpl::~BindingsSupportImpl() {
70 void BindingsSupportImpl::SetUp() {
76 void BindingsSupportImpl::TearDown() {
82 Buffer* BindingsSupportImpl::GetCurrentBuffer() {
86 Buffer* BindingsSupportImpl::SetCurrentBuffer(Buffer* buf) {
92 BindingsSupport::AsyncWaitID BindingsSupportImpl::AsyncWait(
107 void BindingsSupportImpl::CancelWait(AsyncWaitID async_wait_id)
    [all...]
  /external/chromium_org/mojo/common/
bindings_support_impl.h 18 class MOJO_COMMON_EXPORT BindingsSupportImpl
21 BindingsSupportImpl();
22 virtual ~BindingsSupportImpl();
35 DISALLOW_COPY_AND_ASSIGN(BindingsSupportImpl);
bindings_support_impl.cc 21 // particular BindingsSupportImpl instance.
22 class BindingsSupportImpl::Context
23 : public base::RefCountedThreadSafe<BindingsSupportImpl::Context> {
37 BindingsSupportImpl::BindingsSupportImpl()
41 BindingsSupportImpl::~BindingsSupportImpl() {
47 Buffer* BindingsSupportImpl::GetCurrentBuffer() {
51 Buffer* BindingsSupportImpl::SetCurrentBuffer(Buffer* buf) {
57 BindingsSupport::AsyncWaitID BindingsSupportImpl::AsyncWait
    [all...]
  /external/chromium_org/mojo/shell/
context.h 38 common::BindingsSupportImpl bindings_support_impl_;
  /external/chromium_org/mojo/apps/js/
main.cc 41 mojo::common::BindingsSupportImpl bindings_support;
  /external/chromium_org/mojo/examples/sample_app/
sample_app.cc 41 mojo::common::BindingsSupportImpl bindings_support;

Completed in 2582 milliseconds