HomeSort by relevance Sort by last modified time
    Searched full:handled_exception (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/renderer/extensions/
module_system_unittest.cc 46 bool handled_exception() const { return handled_exception_; } function in class:TestExceptionHandler
56 ASSERT_FALSE(handler->handled_exception());
61 ASSERT_TRUE(handler->handled_exception());

Completed in 118 milliseconds