Home
last modified time | relevance | path

Searched refs:expect_sync_requests_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/lib/
Dinterface_endpoint_client.cc145 : expect_sync_requests_(expect_sync_requests), in InterfaceEndpointClient()
356 if (expect_sync_requests_) in InitControllerIfNecessary()
/external/libchrome/mojo/public/cpp/bindings/
Dinterface_endpoint_client.h162 const bool expect_sync_requests_ = false; variable