Searched defs:Backend (Results 1 - 7 of 7) sorted by relevance

/external/chromium/net/disk_cache/
H A Ddisk_cache.h34 class Backend;
37 // Returns an instance of a Backend of the given |type|. |path| points to a
54 net::NetLog* net_log, Backend** backend,
58 class Backend { class in namespace:disk_cache
64 // for a given Entry (as opposed to the Backend) will still generate a
66 virtual ~Backend() {}
196 // A Backend implementation can support sparse entries, so the cache keeps
220 // The Backend implementation is free to evict any range from the cache at any
/external/chromium/chrome/browser/chromeos/
H A Dversion_loader.h76 // VersionLoader calls into the Backend on the file thread to load
78 class Backend : public base::RefCountedThreadSafe<Backend> { class in class:chromeos::VersionLoader
80 Backend() : parse_as_platform_(false) {} function in class:chromeos::VersionLoader::Backend
95 friend class base::RefCountedThreadSafe<Backend>;
99 ~Backend() {}
101 DISALLOW_COPY_AND_ASSIGN(Backend);
112 scoped_refptr<Backend> backend_;
H A Dboot_times_loader.h113 // BootTimesLoader calls into the Backend on the file thread to load
115 class Backend : public base::RefCountedThreadSafe<Backend> { class in class:chromeos::BootTimesLoader
117 Backend() {} function in class:chromeos::BootTimesLoader::Backend
122 friend class base::RefCountedThreadSafe<Backend>;
124 ~Backend() {}
126 DISALLOW_COPY_AND_ASSIGN(Backend);
162 scoped_refptr<Backend> backend_;
/external/chromium/chrome/browser/net/
H A Dsqlite_persistent_cookie_store.cc53 class SQLitePersistentCookieStore::Backend class in class:SQLitePersistentCookieStore
54 : public base::RefCountedThreadSafe<SQLitePersistentCookieStore::Backend> {
56 explicit Backend(const FilePath& path) function in class:SQLitePersistentCookieStore::Backend
94 friend class base::RefCountedThreadSafe<SQLitePersistentCookieStore::Backend>;
97 ~Backend() {
155 DISALLOW_COPY_AND_ASSIGN(Backend);
204 bool SQLitePersistentCookieStore::Backend::Load(
285 bool SQLitePersistentCookieStore::Backend::EnsureDatabaseVersion() {
359 void SQLitePersistentCookieStore::Backend::AddCookie(
364 void SQLitePersistentCookieStore::Backend
[all...]
/external/skia/bench/
H A Dbenchmain.cpp170 enum Backend { enum
236 Backend backend, GLHelper* glHelper) {
261 Backend fBackend;
332 Backend backend = kRaster_Backend; // for warning
/external/skia/gm/
H A Dgmmain.cpp224 enum Backend { enum
233 Backend fBackend;
/external/llvm/include/llvm/MC/
H A DMCAssembler.h77 /// @name Assembler Backend Data
476 /// @name Assembler Backend Data
685 MCAsmBackend &Backend; member in class:llvm::MCAssembler
813 MCAsmBackend &getBackend() const { return Backend; }
897 /// @name Backend Data Access

Completed in 134 milliseconds