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

  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_service.h 182 // CacheState holds all information necessary to respond to a caller without
184 struct CacheState {
188 CacheState(bool phish, base::Time time);
190 typedef std::map<GURL, linked_ptr<CacheState> > PhishingCache;
client_side_detection_service.cc 96 ClientSideDetectionService::CacheState::CacheState(bool phish, base::Time time)
451 make_linked_ptr(new CacheState(response.phishy(), base::Time::Now()));
519 const CacheState& cache_state = *it->second;
545 const CacheState& cache_state = *it->second;
client_side_detection_service_unittest.cc 148 make_linked_ptr(new ClientSideDetectionService::CacheState(is_phishing,
160 make_linked_ptr(new ClientSideDetectionService::CacheState(false,
168 make_linked_ptr(new ClientSideDetectionService::CacheState(false,
176 make_linked_ptr(new ClientSideDetectionService::CacheState(true, time));
183 make_linked_ptr(new ClientSideDetectionService::CacheState(true, time));
  /external/chromium_org/components/nacl/browser/
pnacl_host.h 108 enum CacheState {
171 CacheState cache_state_;
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover.h 232 enum CacheState {
408 CacheState next_cache_state_;
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpclient.h 186 enum CacheState { CS_READY, CS_WRITING, CS_READING, CS_VALIDATING };
201 CacheState cache_state_;
  /external/chromium_org/third_party/webrtc/base/
httpclient.h 169 enum CacheState { CS_READY, CS_WRITING, CS_READING, CS_VALIDATING };
184 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 141 using CacheBaseImpl< CacheState<A> >::HasStart;
142 using CacheBaseImpl< CacheState<A> >::HasFinal;
143 using CacheBaseImpl< CacheState<A> >::HasArcs;
345 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 124 using CacheBaseImpl< CacheState<A> >::HasStart;
125 using CacheBaseImpl< CacheState<A> >::HasFinal;
126 using CacheBaseImpl< CacheState<A> >::HasArcs;
131 typedef CacheState<A> State;
543 typedef CacheState<A> State;
rmepsilon.h 320 using CacheBaseImpl< CacheState<A> >::HasStart;
321 using CacheBaseImpl< CacheState<A> >::HasFinal;
322 using CacheBaseImpl< CacheState<A> >::HasArcs;
327 typedef CacheState<A> State;
433 typedef CacheState<A> State;
compose.h 95 using CacheBaseImpl< CacheState<A> >::HasStart;
96 using CacheBaseImpl< CacheState<A> >::HasFinal;
97 using CacheBaseImpl< CacheState<A> >::HasArcs;
102 typedef CacheState<A> State;
687 typedef CacheState<A> State;
    [all...]
relabel.h 161 typedef CacheState<A> State;
326 typedef CacheState<A> State;
replace.h 75 typedef CacheState<A> State;
543 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;
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 

Completed in 480 milliseconds