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

  /external/chromium_org/net/url_request/
url_request.cc 221 calling_delegate_(false),
352 if (calling_delegate_ || !blocked_by_.empty()) {
416 if (!calling_delegate_ && !response_info_.request_time.is_null())
727 if (calling_delegate_) {
    [all...]
url_request.h 851 bool calling_delegate_; member in class:net::URLRequest
    [all...]
  /external/chromium_org/chrome_frame/
urlmon_url_request_private.h 239 int calling_delegate_; // re-entrancy protection. member in class:UrlmonUrlRequest
urlmon_url_request.cc 37 calling_delegate_(0),
108 DCHECK_EQ(0, calling_delegate_);
240 ++calling_delegate_;
245 --calling_delegate_;
    [all...]

Completed in 51 milliseconds