/external/libselinux/include/selinux/ |
label.h | 45 /* don't use local customizations to backend data (boolean value) */ 47 /* specify an alternate path to use when loading backend data */ 49 /* select a subset of the search space as an optimization (file backend) */ 60 * @backend: one of the constants specifying a supported labeling backend. 64 * Open a labeling backend for use. The available backend identifiers are 67 * backend. Return value is the created handle on success or NULL with 70 struct selabel_handle *selabel_open(unsigned int backend, 85 * @handle: specifies backend instance to quer [all...] |
/external/webkit/Source/WebCore/storage/ |
IDBDatabase.cpp | 54 IDBDatabase::IDBDatabase(ScriptExecutionContext* context, PassRefPtr<IDBDatabaseBackendInterface> backend) 56 , m_backend(backend) 88 RefPtr<IDBObjectStoreBackendInterface> objectStore = m_backend->createObjectStore(name, keyPath, autoIncrement, m_setVersionTransaction->backend(), ec); 103 m_backend->deleteObjectStore(name, m_setVersionTransaction->backend(), ec); 132 // Also note that each backend object corresponds to exactly one IDBTransaction object. 151 // connection. They would have been scheduled by the backend when another
|
IDBIndex.h | 44 static PassRefPtr<IDBIndex> create(PassRefPtr<IDBIndexBackendInterface> backend, IDBObjectStore* objectStore, IDBTransaction* transaction) 46 return adoptRef(new IDBIndex(backend, objectStore, transaction));
|
IDBTransaction.h | 57 IDBTransactionBackendInterface* backend() const;
|
/external/chromium/chrome/browser/sync/glue/ |
sync_backend_host_unittest.cc | 61 SyncBackendHost backend(&profile); 73 backend.Initialize(&mock_frontend, 79 backend.Shutdown(false);
|
data_type_manager_impl.h | 24 DataTypeManagerImpl(SyncBackendHost* backend,
|
typed_url_data_type_controller.cc | 27 virtual bool RunOnDBThread(history::HistoryBackend* backend, 30 controller_->StartImpl(backend); 169 void TypedUrlDataTypeController::StartImpl(history::HistoryBackend* backend) { 182 backend,
|
typed_url_data_type_controller.h | 88 void StartImpl(history::HistoryBackend* backend);
|
/external/chromium/net/http/ |
http_cache.cc | 87 disk_cache::Backend** backend, 91 thread_, net_log, backend, callback); 113 // open cache entries or the backend itself. 115 PendingOp() : disk_entry(NULL), backend(NULL), writer(NULL), callback(NULL) {} 119 disk_cache::Backend* backend; member in struct:net::HttpCache::PendingOp 135 // A work item encapsulates a single request to the backend with all the 143 CompletionCallback* cb, disk_cache::Backend** backend) 1116 disk_cache::Backend* backend = pending_op->backend; local [all...] |
http_cache.h | 9 // The HttpCache takes a disk_cache::Backend as a parameter, and uses that for 39 class Backend; 78 // A BackendFactory creates a backend object to be used by the HttpCache. 83 // The actual method to build the backend. Returns a net error code. If 85 // operation completes, and |backend| must remain valid until the 90 disk_cache::Backend** backend, 94 // A default backend factory for the common use cases. 97 // |path| is the destination for any files used by the backend, and 109 disk_cache::Backend** backend [all...] |
disk_cache_based_ssl_host_info.h | 62 disk_cache::Backend** backend_pointer() { return &backend_; } 64 disk_cache::Backend* backend() const { return backend_; } function in class:net::DiskCacheBasedSSLHostInfo::CallbackImpl 74 disk_cache::Backend* backend_; 112 disk_cache::Backend* backend_;
|
/external/chromium/chrome/browser/password_manager/ |
password_store_x.h | 20 // operating systems. It uses a "native backend" to actually store the password 21 // data when such a backend is available, and otherwise falls back to using the 23 // migrating password data to a native backend from the login database. 52 // Takes ownership of |login_db| and |backend|. |backend| may be NULL in which 57 NativeBackend* backend); 82 // Return true if we should try using the native backend. 90 // the native backend. If successful, the login database will be left with no 95 // The native backend in use, or NULL if none.
|
/external/chromium/chrome/browser/sessions/ |
session_service_test_helper.h | 68 SessionBackend* backend();
|
base_session_service.h | 34 // backend to determine the name of the files. 68 // The commands. The backend fills this in for us. 83 // Returns the backend. 84 SessionBackend* backend() const { return backend_; } function in class:BaseSessionService 86 // Returns the thread the backend runs on. This returns NULL during testing. 91 // on the backend at which point the backend owns the commands. 111 // Saves pending commands to the backend. This is invoked from the timer 149 // Invokes ReadLastSessionCommands with request on the backend thread. 155 // Invokes ReadCurrentSessionCommands with request on the backend thread [all...] |
/external/chromium/chrome/browser/ssl/ |
ssl_manager.h | 78 SSLPolicyBackend* backend() { return &backend_; } function in class:SSLManager 116 // The backend for the SSLPolicy to actuate its decisions.
|
ssl_policy.cc | 39 SSLPolicy::SSLPolicy(SSLPolicyBackend* backend) 40 : backend_(backend) {
|
/external/chromium/chrome/browser/sync/ |
profile_sync_factory_impl.h | 27 browser_sync::SyncBackendHost* backend,
|
profile_sync_factory.h | 60 browser_sync::SyncBackendHost* backend,
|
/external/chromium/net/disk_cache/ |
eviction.h | 26 void Init(BackendImpl* backend);
|
stats.h | 55 bool Init(BackendImpl* backend, uint32* storage_addr);
|
disk_cache.h | 34 class Backend; 37 // Returns an instance of a Backend of the given |type|. |path| points to a 46 // any backend that performs operations on a disk. The returned pointer can be 49 // be invoked when a backend is available or a fatal error condition is reached. 50 // The pointer to receive the |backend| must remain valid until the operation 54 net::NetLog* net_log, Backend** backend, 58 class Backend { 60 // If the backend is destroyed when there are operations in progress (any 64 // for a given Entry (as opposed to the Backend) will still generate [all...] |
/external/libselinux/src/ |
label_internal.h | 49 unsigned int backend; member in struct:selabel_handle 58 /* supports backend-specific state information */
|
/packages/apps/Settings/src/com/android/settings/ |
DreamSettings.java | 238 DreamBackend backend = new DreamBackend(context); 239 boolean isEnabled = backend.isEnabled(); 240 boolean activatedOnSleep = backend.isActivatedOnSleep(); 241 boolean activatedOnDock = backend.isActivatedOnDock(); 251 DreamBackend backend = new DreamBackend(context); 252 boolean isEnabled = backend.isEnabled(); 256 return backend.getActiveDreamName();
|
/external/chromium/chrome/browser/autocomplete/ |
history_url_provider.cc | 153 void HistoryURLProvider::ExecuteWithDB(history::HistoryBackend* backend, 163 DoAutocomplete(backend, db, params); 176 void HistoryURLProvider::DoAutocomplete(history::HistoryBackend* backend, 214 kMaxMatches * 2, (backend == NULL), &url_matches); 239 (!backend || !params->dont_suggest_exact_input) && 257 if (!backend) 263 CullRedirects(backend, &history_matches, kMaxMatches + exact_suggestion); 629 // someone unloads the history backend, we'll get inconsistent inline 713 void HistoryURLProvider::CullRedirects(history::HistoryBackend* backend, 721 backend->GetMostRecentRedirectsFrom(url, &redirects) [all...] |
/external/chromium/chrome/browser/resources/ |
crashes.js | 8 * Requests the list of crashes from the backend. 15 * Callback from backend with the list of crashes. Builds the UI.
|