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

  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_service.h 130 // CacheState holds all information necessary to respond to a caller without
132 struct CacheState {
136 CacheState(bool phish, base::Time time);
138 typedef std::map<GURL, linked_ptr<CacheState> > PhishingCache;
client_side_detection_service_unittest.cc 102 make_linked_ptr(new ClientSideDetectionService::CacheState(is_phishing,
112 make_linked_ptr(new ClientSideDetectionService::CacheState(false,
118 make_linked_ptr(new ClientSideDetectionService::CacheState(false,
124 make_linked_ptr(new ClientSideDetectionService::CacheState(true, time));
129 make_linked_ptr(new ClientSideDetectionService::CacheState(true, time));
client_side_detection_service.cc 54 ClientSideDetectionService::CacheState::CacheState(bool phish, base::Time time)
348 make_linked_ptr(new CacheState(response.phishy(), base::Time::Now()));
376 const CacheState& cache_state = *it->second;
398 const CacheState& cache_state = *it->second;
  /external/chromium/chrome/browser/
browsing_data_remover.h 94 enum CacheState {
202 CacheState next_cache_state_;
  /external/chromium/third_party/libjingle/source/talk/base/
httpclient.h 181 enum CacheState { CS_READY, CS_WRITING, CS_READING, CS_VALIDATING };
196 CacheState cache_state_;
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
cache.h 46 // CacheState below). This class is used to cache FST elements with
348 struct CacheState {
353 CacheState() : final(Weight::Zero()), flags(0), ref_count(0) {}
369 // A CacheBaseImpl with a commonly used CacheState.
371 class CacheImpl : public CacheBaseImpl< CacheState<A> > {
373 typedef CacheState<A> State;
378 : CacheBaseImpl< CacheState<A> >(opts) {}
factor-weight.h 143 using CacheBaseImpl< CacheState<A> >::HasStart;
144 using CacheBaseImpl< CacheState<A> >::HasFinal;
145 using CacheBaseImpl< CacheState<A> >::HasArcs;
347 typedef CacheState<A> State;
synchronize.h 47 using CacheBaseImpl< CacheState<A> >::HasStart;
48 using CacheBaseImpl< CacheState<A> >::HasFinal;
49 using CacheBaseImpl< CacheState<A> >::HasArcs;
329 typedef CacheState<A> State;
determinize.h 126 using CacheBaseImpl< CacheState<A> >::HasStart;
127 using CacheBaseImpl< CacheState<A> >::HasFinal;
128 using CacheBaseImpl< CacheState<A> >::HasArcs;
133 typedef CacheState<A> State;
543 typedef CacheState<A> State;
rmepsilon.h 322 using CacheBaseImpl< CacheState<A> >::HasStart;
323 using CacheBaseImpl< CacheState<A> >::HasFinal;
324 using CacheBaseImpl< CacheState<A> >::HasArcs;
329 typedef CacheState<A> State;
435 typedef CacheState<A> State;
compose.h 96 using CacheBaseImpl< CacheState<A> >::HasStart;
97 using CacheBaseImpl< CacheState<A> >::HasFinal;
98 using CacheBaseImpl< CacheState<A> >::HasArcs;
103 typedef CacheState<A> State;
690 typedef CacheState<A> State;
    [all...]
relabel.h 162 typedef CacheState<A> State;
327 typedef CacheState<A> State;
replace.h 76 typedef CacheState<A> State;
544 typedef CacheState<A> State;
arcsort.h 194 typedef CacheState<A> State;
rational.h 199 typedef CacheState<A> State;
map.h 462 typedef CacheState<B> State;

Completed in 1235 milliseconds