Searched
full:backend (Results
801 -
825 of
1941) sorted by null
<<31323334353637383940>>
/external/chromium_org/chrome/browser/history/ |
history_unittest.cc | 8 // service. This spawns a background thread for the history backend, and 12 // 2. The simpler style is to create a history backend on this thread and 15 // the history backend (since there is a lot of logic) but gets can come 16 // directly from the HistoryDatabase. This is because the backend generally 81 // Delegate class for when we create a backend without a HistoryService. 94 InMemoryHistoryBackend* backend) OVERRIDE; 124 DCHECK(in_mem_backend_) << "Mem backend should have been set by " 199 HistoryDatabase* db_; // Cached reference to the backend's database. 203 InMemoryHistoryBackend* backend) { 204 // Save the in-memory backend to the history test object, this happen [all...] |
/external/chromium_org/chrome/browser/signin/ |
signin_tracker.h | 38 // interaction with the GAIA backend during the signin process. Unlike
|
/external/chromium_org/chrome/browser/spellchecker/ |
spelling_service_client.h | 66 // This type is used for choosing a backend when sending a JSON-RPC request to
|
/external/chromium_org/chrome/browser/sync/glue/ |
typed_url_change_processor.h | 42 // This class is responsible for taking changes from the history backend and
|
/external/chromium_org/chrome/browser/sync/ |
profile_sync_components_factory.h | 83 browser_sync::SyncBackendHost* backend,
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/ |
remote_sync_delegate.h | 33 // backend, and its instance represents single ProcessRemoteChange operation.
|
/external/chromium_org/chrome/browser/ui/cocoa/browser/ |
avatar_menu_bubble_controller.h | 22 // The menu that contains the data from the backend.
|
/external/chromium_org/chrome/browser/ui/omnibox/ |
omnibox_navigation_observer.h | 37 // Shortcuts backend.
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
omnibox_custom_bindings.js | 27 // understood by the C++ backend.
|
/external/chromium_org/chrome/service/cloud_print/ |
cloud_print_proxy_backend.h | 13 #include "printing/backend/print_backend.h"
|
/external/chromium_org/components/autofill/core/browser/webdata/ |
autofill_webdata_service.h | 95 // |AutofillWebdataBackend|. This backend can be used to access or update the
|
/external/chromium_org/components/policy/core/common/cloud/ |
component_cloud_policy_service_unittest.cc | 144 // The service cleans up its backend on the background thread. 346 // Initialize the store and create the backend. 500 // The initial, cached policy will be served once the backend is initialized. 541 // The initial, cached policy will be served once the backend is initialized.
|
/external/chromium_org/components/webdata/common/ |
web_data_service_backend.h | 41 // Invoked when the backend has finished loading the db.
|
web_database_service.cc | 17 // Receives messages from the backend on the DB thread, posts them to
|
/external/chromium_org/content/browser/resources/media/ |
manager.js | 7 * audio stream objects and is the entry-point for messages from the backend.
|
/external/chromium_org/content/browser/web_contents/ |
web_contents_view_android.h | 65 // Backend implementation of RenderViewHostDelegateView.
|
web_contents_view_guest.h | 80 // Backend implementation of RenderViewHostDelegateView.
|
/external/chromium_org/content/child/ |
web_database_observer_impl.cc | 177 // We filter out errors which the backend doesn't act on to avoid
|
/external/chromium_org/content/renderer/dom_storage/ |
dom_storage_cached_area.h | 24 // first access and changes are written to the backend thru the |proxy|.
|
/external/chromium_org/net/disk_cache/ |
backend_impl.h | 42 // This class implements the Backend interface. An object of this 44 class NET_EXPORT_PRIVATE BackendImpl : public Backend { 87 // Sets the cache type for this backend. 256 // Backend implementation.
|
in_flight_backend_io.cc | 18 BackendIO::BackendIO(InFlightIO* controller, BackendImpl* backend, 21 backend_(backend), 330 InFlightBackendIO::InFlightBackendIO(BackendImpl* backend, 332 : backend_(backend),
|
/external/chromium_org/net/disk_cache/simple/ |
simple_entry_operation.h | 22 // SimpleEntryImpl, between the moment they are issued by users of the backend,
|
/external/chromium_org/ppapi/proxy/ |
resource_message_test_sink.cc | 16 // Backend for GetFirstResource[Call|Reply]Matching.
|
/external/chromium_org/third_party/JSON/JSON-2.59/t/ |
x02_error.t | 18 skip "can't use JSON::XS.", 31, unless( JSON->backend->is_xs );
|
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/ |
SQLTransaction.h | 75 // APIs called from the backend published via AbstractSQLTransaction:
|
Completed in 2111 milliseconds
<<31323334353637383940>>