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

  /external/chromium_org/content/browser/renderer_host/
render_view_host_impl.cc 207 is_waiting_for_unload_ack_(false),
732 is_waiting_for_unload_ack_ = true;
756 is_waiting_for_unload_ack_ = false;
    [all...]
render_view_host_impl.h 472 return is_waiting_for_unload_ack_;
701 // When either this value or is_waiting_for_unload_ack_ is true, the value of
708 bool is_waiting_for_unload_ack_; member in class:content::RenderViewHostImpl
714 // is_waiting_for_unload_ack_ is true. This tells us if the unload request
    [all...]
  /external/chromium_org/content/test/
test_render_view_host.h 295 return is_waiting_for_unload_ack_;

Completed in 159 milliseconds