Searched refs:got_destroy_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dweb_contents_close_handler_unittest.cc16 got_destroy_(false) {
21 got_clone_ = got_destroy_ = false;
27 bool got_destroy() const { return got_destroy_; }
28 void clear_got_destroy() { got_destroy_ = false; }
35 got_destroy_ = true;
41 bool got_destroy_; member in class:MockWebContentsCloseHandlerDelegate
/external/chromium_org/ui/aura/
H A Dwindow_event_dispatcher_unittest.cc1628 got_destroy_(false) {
1633 bool got_destroy() const { return got_destroy_; }
1643 got_destroy_ = true;
1649 bool got_destroy_; member in class:aura::__anon16594::DeleteHostFromHeldMouseEventDelegate

Completed in 4060 milliseconds