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

/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.h847 void SetNotWaitingForResponse() { waiting_for_response_ = false; }
1050 bool waiting_for_response_; member in class:content::WebContentsImpl
H A Dweb_contents_impl.cc355 waiting_for_response_(false),
917 return waiting_for_response_ && is_load_to_different_document_;
3192 waiting_for_response_ = is_loading;

Completed in 130 milliseconds