Home
last modified time | relevance | path

Searched refs:CacheState (Results 1 – 16 of 16) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
Dclient_side_detection_service.h132 struct CacheState { struct
136 CacheState(bool phish, base::Time time); argument
138 typedef std::map<GURL, linked_ptr<CacheState> > PhishingCache;
Dclient_side_detection_service_unittest.cc102 make_linked_ptr(new ClientSideDetectionService::CacheState(is_phishing, in SetCache()
112 make_linked_ptr(new ClientSideDetectionService::CacheState(false, in TestCache()
118 make_linked_ptr(new ClientSideDetectionService::CacheState(false, in TestCache()
124 make_linked_ptr(new ClientSideDetectionService::CacheState(true, time)); in TestCache()
129 make_linked_ptr(new ClientSideDetectionService::CacheState(true, time)); in TestCache()
Dclient_side_detection_service.cc54 ClientSideDetectionService::CacheState::CacheState(bool phish, base::Time time) in CacheState() function in safe_browsing::ClientSideDetectionService::CacheState
348 make_linked_ptr(new CacheState(response.phishy(), base::Time::Now())); in HandlePhishingVerdict()
376 const CacheState& cache_state = *it->second; in GetValidCachedResult()
398 const CacheState& cache_state = *it->second; in UpdateCache()
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dcache.h348 struct CacheState { struct
353 CacheState() : final(Weight::Zero()), flags(0), ref_count(0) {} in CacheState() argument
371 class CacheImpl : public CacheBaseImpl< CacheState<A> > {
373 typedef CacheState<A> State;
378 : CacheBaseImpl< CacheState<A> >(opts) {} in CacheImpl()
Drmepsilon.h322 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;
Dsynchronize.h47 using CacheBaseImpl< CacheState<A> >::HasStart;
48 using CacheBaseImpl< CacheState<A> >::HasFinal;
49 using CacheBaseImpl< CacheState<A> >::HasArcs;
329 typedef CacheState<A> State;
Dfactor-weight.h143 using CacheBaseImpl< CacheState<A> >::HasStart;
144 using CacheBaseImpl< CacheState<A> >::HasFinal;
145 using CacheBaseImpl< CacheState<A> >::HasArcs;
347 typedef CacheState<A> State;
Ddeterminize.h126 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;
Dcompose.h96 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;
Drelabel.h162 typedef CacheState<A> State;
327 typedef CacheState<A> State;
Dreplace.h76 typedef CacheState<A> State;
544 typedef CacheState<A> State;
Darcsort.h194 typedef CacheState<A> State;
Drational.h199 typedef CacheState<A> State;
Dmap.h462 typedef CacheState<B> State;
/external/chromium/chrome/browser/
Dbrowsing_data_remover.h94 enum CacheState { enum
202 CacheState next_cache_state_;
/external/chromium/third_party/libjingle/source/talk/base/
Dhttpclient.h181 enum CacheState { CS_READY, CS_WRITING, CS_READING, CS_VALIDATING }; enum
196 CacheState cache_state_;