Home
last modified time | relevance | path

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

/external/chromium/base/
Dmessage_loop.h277 exception_restoration_ = restore; in set_exception_restoration()
472 bool exception_restoration_; variable
Dmessage_loop.cc124 exception_restoration_(false), in MessageLoop()
316 if (exception_restoration_) { in RunHandler()