Searched refs:SyncMessageResponseContext (Results 1 – 2 of 2) sorted by relevance
29 base::LazyInstance<base::ThreadLocalPointer<SyncMessageResponseContext>>::222 SyncMessageResponseContext::SyncMessageResponseContext() in SyncMessageResponseContext() function in mojo::SyncMessageResponseContext227 SyncMessageResponseContext::~SyncMessageResponseContext() { in ~SyncMessageResponseContext()233 SyncMessageResponseContext* SyncMessageResponseContext::current() { in current()237 void SyncMessageResponseContext::ReportBadMessage(const std::string& error) { in ReportBadMessage()242 SyncMessageResponseContext::GetBadMessageCallback() { in GetBadMessageCallback()325 SyncMessageResponseContext* context = SyncMessageResponseContext::current(); in SetCurrentSyncResponseMessage()
267 class MOJO_CPP_BINDINGS_EXPORT SyncMessageResponseContext {269 SyncMessageResponseContext();270 ~SyncMessageResponseContext();272 static SyncMessageResponseContext* current();281 SyncMessageResponseContext* outer_context_;285 DISALLOW_COPY_AND_ASSIGN(SyncMessageResponseContext);