Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/frame_host/
Drender_widget_host_view_guest.cc87 if ((guest_ && guest_->is_in_destruction()) || !host_->is_hidden()) in WasShown()
100 if ((guest_ && guest_->is_in_destruction()) || host_->is_hidden()) in WasHidden()
/external/chromium_org/content/browser/browser_plugin/
Dbrowser_plugin_guest.h141 bool is_in_destruction() { return is_in_destruction_; } in is_in_destruction() function