HomeSort by relevance Sort by last modified time
    Searched defs:SimpleBindingsSupport (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/mojo/public/tests/
simple_bindings_support.cc 14 SimpleBindingsSupport::SimpleBindingsSupport()
19 SimpleBindingsSupport::~SimpleBindingsSupport() {
26 Buffer* SimpleBindingsSupport::SetCurrentBuffer(Buffer* buf) {
33 Buffer* SimpleBindingsSupport::GetCurrentBuffer() {
37 BindingsSupport::AsyncWaitID SimpleBindingsSupport::AsyncWait(
49 void SimpleBindingsSupport::CancelWait(AsyncWaitID async_wait_id) {
65 void SimpleBindingsSupport::Process() {
94 bool SimpleBindingsSupport::IsReady(const Handle& handle, MojoWaitFlags flags
    [all...]
simple_bindings_support.h 15 class SimpleBindingsSupport : public BindingsSupport {
17 SimpleBindingsSupport();
18 virtual ~SimpleBindingsSupport();

Completed in 72 milliseconds