Home
last modified time | relevance | path

Searched refs:waiting_for_response_ (Results 1 – 1 of 1) 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