Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl.h847 void SetNotWaitingForResponse() { waiting_for_response_ = false; } in NON_EXPORTED_BASE()
1050 bool waiting_for_response_; in NON_EXPORTED_BASE() local
Dweb_contents_impl.cc355 waiting_for_response_(false), in WebContentsImpl()
917 return waiting_for_response_ && is_load_to_different_document_; in IsWaitingForResponse()
3192 waiting_for_response_ = is_loading; in SetIsLoading()