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

  /external/chromium_org/mojo/common/
bindings_support_impl.h 26 virtual Buffer* SetCurrentBuffer(Buffer* buf) OVERRIDE;
bindings_support_impl.cc 51 Buffer* BindingsSupportImpl::SetCurrentBuffer(Buffer* buf) {
  /external/chromium_org/mojo/public/bindings/lib/
bindings_support.h 28 // Get/set the current thread's Buffer pointer. SetCurrentBuffer returns the
31 virtual Buffer* SetCurrentBuffer(Buffer* buf) = 0;
buffer.cc 28 previous_ = BindingsSupport::Get()->SetCurrentBuffer(this);
33 BindingsSupport::Get()->SetCurrentBuffer(previous_);
  /external/chromium_org/mojo/public/utility/
bindings_support_impl.h 32 virtual Buffer* SetCurrentBuffer(Buffer* buf) MOJO_OVERRIDE;
bindings_support_impl.cc 86 Buffer* BindingsSupportImpl::SetCurrentBuffer(Buffer* buf) {
  /external/chromium_org/mojo/public/tests/
simple_bindings_support.h 20 virtual Buffer* SetCurrentBuffer(Buffer* buf) MOJO_OVERRIDE;
simple_bindings_support.cc 26 Buffer* SimpleBindingsSupport::SetCurrentBuffer(Buffer* buf) {

Completed in 58 milliseconds