HomeSort by relevance Sort by last modified time
    Searched refs:is_in_destruction (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/frame_host/
render_widget_host_view_guest.cc 75 if ((guest_ && guest_->is_in_destruction()) || !host_->is_hidden())
82 if ((guest_ && guest_->is_in_destruction()) || host_->is_hidden())
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_guest.h 133 bool is_in_destruction() { return is_in_destruction_; } function in class:content::BrowserPluginGuest

Completed in 84 milliseconds