HomeSort by relevance Sort by last modified time
    Searched defs:used_ (Results 1 - 3 of 3) sorted by null

  /external/chromium/net/base/
io_buffer.h 96 int used_; member in class:net::DrainableIOBuffer
  /external/chromium/chrome/browser/history/
in_memory_url_index.cc 79 used_(false) {}
85 used_(used) {}
88 bool is_not_used() const { return !used_; }
92 bool used_; // true if this set has been used for the current term search. member in struct:history::InMemoryURLIndex::TermCharWordSet
346 // Reset used_ flags for term_char_word_set_cache_. We use a basic mark-
400 iter->used_ = false;
639 t_iter->used_ = true; // Update the cache.
    [all...]
  /external/chromium/net/ocsp/
nss_ocsp.cc 50 used_ = true;
58 return used_;
80 bool used_; // Protected by |lock_|. member in class:__anon4137::OCSPIOLoop
81 // This should not be modified after |used_|.
456 used_(false),
467 DCHECK(!used_);
484 used_ = false;

Completed in 95 milliseconds