Home
last modified time | relevance | path

Searched defs:frontend (Results 1 – 25 of 48) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DSQLStatementBackend.cpp74 …wPtr<SQLStatementBackend> SQLStatementBackend::create(PassOwnPtrWillBeRawPtr<SQLStatement> fronten… in create()
80 SQLStatementBackend::SQLStatementBackend(PassOwnPtrWillBeRawPtr<SQLStatement> frontend, in SQLStatementBackend()
99 SQLStatement* SQLStatementBackend::frontend() in frontend() function in blink::SQLStatementBackend
DSQLTransactionBackend.cpp343 PassRefPtrWillBeRawPtr<SQLTransaction> frontend, in create()
351 PassRefPtrWillBeRawPtr<SQLTransaction> frontend, in SQLTransactionBackend()
DInspectorDatabaseResource.cpp59 void InspectorDatabaseResource::bind(InspectorFrontend::Database* frontend) in bind()
/external/chromium_org/content/browser/appcache/
Dappcache_update_job_unittest.cc733 MockFrontend* frontend = MakeMockFrontend(); in CacheAttemptFetchManifestFailTest() local
803 MockFrontend* frontend = MakeMockFrontend(); in ManifestRedirectTest() local
831 MockFrontend* frontend = MakeMockFrontend(); in ManifestMissingMimeTypeTest() local
904 MockFrontend* frontend = MakeMockFrontend(); in ManifestGoneTest() local
930 MockFrontend* frontend = MakeMockFrontend(); in CacheAttemptNotModifiedTest() local
1047 MockFrontend* frontend = MakeMockFrontend(); in Bug95101Test() local
1091 MockFrontend* frontend = MakeMockFrontend(); in BasicCacheAttemptSuccessTest() local
1119 MockFrontend* frontend = MakeMockFrontend(); in DownloadInterceptEntriesTest() local
1207 MockFrontend* frontend = MakeMockFrontend(); in UpgradeLoadFromNewestCacheTest() local
1270 MockFrontend* frontend = MakeMockFrontend(); in UpgradeNoLoadFromNewestCacheTest() local
[all …]
Dappcache_group_unittest.cc85 TestAppCacheHost(int host_id, AppCacheFrontend* frontend, in TestAppCacheHost()
175 TestAppCacheFrontend frontend; in TEST_F() local
268 TestAppCacheFrontend frontend; in TEST_F() local
Dappcache_host.cc45 AppCacheHost::AppCacheHost(int host_id, AppCacheFrontend* frontend, in AppCacheHost()
507 void AppCacheHost::CompleteTransfer(int host_id, AppCacheFrontend* frontend) { in CompleteTransfer()
Dappcache_update_job.cc74 AppCacheFrontend* frontend = it->first; in SendNotifications() local
83 AppCacheFrontend* frontend = it->first; in SendProgressNotifications() local
93 AppCacheFrontend* frontend = it->first; in SendErrorNotifications() local
101 AppCacheFrontend* frontend = it->first; in SendLogMessage() local
Dappcache_host.h163 AppCacheFrontend* frontend() const { return frontend_; } in frontend() function
Dappcache_backend_impl.cc27 AppCacheFrontend* frontend, in Initialize()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorMemoryAgent.cpp56 void InspectorMemoryAgent::setFrontend(InspectorFrontend* frontend) in setFrontend()
DInspectorHeapProfilerAgent.cpp81 void InspectorHeapProfilerAgent::setFrontend(InspectorFrontend* frontend) in setFrontend()
226 explicit HeapSnapshotProgress(InspectorFrontend::HeapProfiler* frontend) in takeHeapSnapshot()
263 explicit OutputStream(InspectorFrontend::HeapProfiler* frontend) in takeHeapSnapshot()
DInspectorTracingAgent.cpp80 void InspectorTracingAgent::setFrontend(InspectorFrontend* frontend) in setFrontend()
DInspectorWorkerAgent.cpp56 explicit WorkerFrontendChannel(InspectorFrontend::Worker* frontend, WorkerInspectorProxy* proxy) in WorkerFrontendChannel()
133 void InspectorWorkerAgent::setFrontend(InspectorFrontend* frontend) in setFrontend()
DInspectorBaseAgent.cpp76 void InspectorAgentRegistry::setFrontend(InspectorFrontend* frontend) in setFrontend()
DInspectorDOMStorageAgent.cpp87 void InspectorDOMStorageAgent::setFrontend(InspectorFrontend* frontend) in setFrontend()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_vsplit.c146 static void vsplit_prepare(struct draw_pt_front_end *frontend, in vsplit_prepare()
181 static void vsplit_flush(struct draw_pt_front_end *frontend, unsigned flags) in vsplit_flush()
192 static void vsplit_destroy(struct draw_pt_front_end *frontend) in vsplit_destroy()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
Ddraw_pt_vsplit.c146 static void vsplit_prepare(struct draw_pt_front_end *frontend, in vsplit_prepare()
181 static void vsplit_flush(struct draw_pt_front_end *frontend, unsigned flags) in vsplit_flush()
192 static void vsplit_destroy(struct draw_pt_front_end *frontend) in vsplit_destroy()
/external/chromium_org/extensions/browser/api/storage/
Dsettings_test_util.cc44 StorageFrontend* frontend) { in GetStorage()
53 StorageFrontend* frontend) { in GetStorage()
/external/chromium_org/chrome/browser/extensions/
Ddata_deleter.cc116 StorageFrontend* frontend = StorageFrontend::Get(profile); in StartDeleting() local
Dcrx_installer.cc87 ExtensionService* frontend) { in CreateSilent()
95 ExtensionService* frontend, in Create()
/external/chromium_org/content/child/appcache/
Dappcache_dispatcher.cc13 AppCacheFrontend* frontend) in AppCacheDispatcher()
/external/chromium_org/chrome/browser/sync/glue/
Dsync_backend_host_impl.h212 sync_driver::SyncFrontend* frontend() { return frontend_; } in frontend() function
Dsync_backend_host_mock.cc17 sync_driver::SyncFrontend* frontend, in Initialize()
/external/chromium_org/chrome/browser/extensions/api/storage/
Dsettings_sync_util.cc117 StorageFrontend* frontend = StorageFrontend::Get(context); in GetSyncableService() local
Dsettings_apitest.cc406 StorageFrontend* frontend = StorageFrontend::Get(browser()->profile()); in IN_PROC_BROWSER_TEST_F() local
574 StorageFrontend* frontend = StorageFrontend::Get(browser()->profile()); in IN_PROC_BROWSER_TEST_F() local

12