/external/chromium_org/chrome/browser/password_manager/ |
password_store_x.cc | 28 NativeBackend* backend) 30 backend_(backend), migration_checked_(!backend), allow_fallback_(false) { 129 // The native backend may succeed and return no data even while locked, if 242 // We add all the passwords (and blacklist entries) to the native backend 255 // should prefer the native backend to the now-incomplete login
|
/external/chromium_org/chrome/browser/sessions/ |
base_session_service.cc | 69 // backend. 98 base::Bind(&SessionBackend::DeleteLastSession, backend())); 121 DCHECK(backend()); 128 base::Bind(&SessionBackend::AppendCommands, backend(), 132 // Backend took ownership of commands. 291 base::Bind(&SessionBackend::ReadLastSessionCommands, backend(),
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
SQLTransaction.cpp | 44 #include "modules/webdatabase/SQLTransactionClient.h" // FIXME: Should be used in the backend only. 87 void SQLTransaction::setBackend(AbstractSQLTransactionBackend* backend) 90 m_backend = backend; 117 // requestTransitToState() can be called from the backend. Hence, it should 167 // If we get here with an empty m_transactionError, then the backend 169 // Hence, it's thread safe to fetch the backend transactionError without
|
DatabaseSync.h | 78 PassRefPtr<DatabaseBackendSync> backend(); 87 friend class DatabaseServer; // FIXME: remove this when the backend has been split out.
|
SQLStatement.cpp | 58 void SQLStatement::setBackend(AbstractSQLStatementBackend* backend) 60 m_backend = backend;
|
/art/compiler/dex/ |
compiler_ir.h | 23 #include "backend.h" 111 UniquePtr<Backend> cg; // Target-specific codegen.
|
/external/chromium/chrome/browser/policy/ |
cloud_policy_controller.h | 37 // Takes ownership of |backend|; the other parameters are weak pointers. 113 // Sends a request to the device management backend to fetch policy if one
|
/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.
|
/external/chromium/chrome/browser/resources/options/ |
certificate_edit_ca_trust_overlay.js | 46 * The overlay will be left up with inputs disabled until the backend 71 * The overlay will be left up with inputs disabled until the backend
|
/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.
|
/external/chromium/net/disk_cache/ |
disk_cache_test_base.h | 25 class Backend; 123 disk_cache::Backend* cache_;
|
/external/chromium/net/tools/dump_cache/ |
cache_dumper.h | 49 explicit CacheDumper(disk_cache::Backend* cache) : cache_(cache) {} 60 disk_cache::Backend* cache_;
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
cloud_external_data_manager_base.h | 89 class Backend; 90 scoped_ptr<Backend> backend_;
|
/external/chromium_org/chrome/browser/extensions/api/storage/ |
sync_or_local_value_store_cache.cc | 68 SettingsBackend* backend = local 70 ValueStore* storage = backend->GetStorage(extension->id());
|
/external/chromium_org/chrome/browser/favicon/ |
favicon_tab_helper.h | 29 // history backend. If the icon is not available or expired, the icon will be 30 // downloaded and saved in the history backend.
|
/external/chromium_org/chrome/browser/resources/options/ |
certificate_edit_ca_trust_overlay.js | 46 * The overlay will be left up with inputs disabled until the backend 71 * The overlay will be left up with inputs disabled until the backend
|
/external/chromium_org/chrome/browser/resources/predictors/ |
resource_prefetch_predictor.js | 6 * Requests the database from the backend. 13 * Callback from backend with the database contents. Sets up some globals and
|
/external/chromium_org/chrome/browser/sync/glue/ |
history_model_worker.cc | 25 virtual bool RunOnDBThread(history::HistoryBackend* backend, 49 virtual bool RunOnDBThread(history::HistoryBackend* backend,
|
/external/chromium_org/chrome/browser/sync_file_system/local/ |
local_file_sync_service.cc | 297 SyncFileSystemBackend* backend = local 299 DCHECK(backend); 300 DCHECK(backend->change_tracker()); 302 origin, backend->change_tracker()->num_changes()); 333 SyncFileSystemBackend* backend = local 335 DCHECK(backend); 336 DCHECK(backend->change_tracker()); 338 app_origin, backend->change_tracker()->num_changes());
|
/external/chromium_org/chrome/browser/value_store/ |
leveldb_value_store.h | 84 // The location of the leveldb backend. 87 // leveldb backend.
|
/external/chromium_org/components/autofill/content/browser/wallet/ |
wallet_client_delegate.h | 25 // WalletClientDelegate with the response from the Online Wallet backend. 47 // Callbacks called with responses from the Online Wallet backend.
|
/external/chromium_org/content/browser/webui/ |
url_data_source_impl.h | 72 // SendResponse invokes this on the IO thread. Notifies the backend to 88 // scoped_refptr else there would be a cycle between the backend and data
|
/external/chromium_org/net/tools/dump_cache/ |
cache_dumper.h | 48 explicit CacheDumper(disk_cache::Backend* cache); 59 disk_cache::Backend* cache_;
|
/external/chromium_org/net/url_request/ |
view_cache_helper.h | 16 class Backend; 103 disk_cache::Backend* disk_cache_;
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
WebIDBCallbacksImpl.cpp | 86 void WebIDBCallbacksImpl::onSuccess(WebIDBDatabase* backend, const WebIDBMetadata& metadata) 88 m_request->onSuccess(adoptPtr(backend), metadata);
|