Lines Matching defs:mode
50 // The cache mode of operation.
51 enum Mode {
52 // Normal mode just behaves like a standard web cache.
54 // Record mode caches everything for purposes of offline playback.
56 // Playback mode replays from a cache without considering any
132 // Get/Set the cache's mode.
133 void set_mode(Mode value) { mode_ = value; }
134 Mode mode() { return mode_; }
282 Mode mode_;