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

  /external/chromium_org/dbus/
mock_bus.h 41 MOCK_METHOD0(SetUpAsyncOperations, bool());
bus.h 438 virtual bool SetUpAsyncOperations();
exported_object.cc 64 if (!bus_->SetUpAsyncOperations())
object_proxy.cc 230 if (!bus_->Connect() || !bus_->SetUpAsyncOperations()) {
368 if (bus_->Connect() && bus_->SetUpAsyncOperations()) {
bus.cc 580 bool Bus::SetUpAsyncOperations() {
945 if (!Connect() || !SetUpAsyncOperations())
    [all...]

Completed in 1980 milliseconds