Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/tab_contents/
Dtab_contents.h303 bool waiting_for_response() const { return waiting_for_response_; } in waiting_for_response()
840 void SetNotWaitingForResponse() { waiting_for_response_ = false; } in SetNotWaitingForResponse()
1148 bool waiting_for_response_; variable
/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl.h712 void SetNotWaitingForResponse() { waiting_for_response_ = false; } in NON_EXPORTED_BASE()
900 bool waiting_for_response_; in NON_EXPORTED_BASE() local
Dweb_contents_impl.cc361 waiting_for_response_(false), in WebContentsImpl()
856 return waiting_for_response_; in IsWaitingForResponse()
2594 waiting_for_response_ = is_loading; in SetIsLoading()