Searched defs:backend (Results 1 - 25 of 130) sorted by relevance

123456

/external/chromium_org/content/browser/ssl/
H A Dssl_policy.h28 explicit SSLPolicy(SSLPolicyBackend* backend);
44 SSLPolicyBackend* backend() const { return backend_; } function in class:content::SSLPolicy
69 // The backend we use to enact our decisions.
H A Dssl_manager.h70 SSLPolicyBackend* backend() { return &backend_; } function in class:content::SSLManager
89 // The backend for the SSLPolicy to actuate its decisions.
/external/chromium_org/third_party/skia/src/gpu/
H A DGrGpuFactory.cpp17 GrGpu* GrGpu::Create(GrBackend backend, GrBackendContext backendContext, GrContext* context) { argument
22 if (kOpenGL_GrBackend == backend) {
/external/skia/src/gpu/
H A DGrGpuFactory.cpp17 GrGpu* GrGpu::Create(GrBackend backend, GrBackendContext backendContext, GrContext* context) { argument
22 if (kOpenGL_GrBackend == backend) {
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBCursorWithValue.cpp35 IDBCursorWithValue* IDBCursorWithValue::create(PassOwnPtr<blink::WebIDBCursor> backend, blink::WebIDBCursorDirection direction, IDBRequest* request, IDBAny* source, IDBTransaction* transaction) argument
37 return new IDBCursorWithValue(backend, direction, request, source, transaction);
40 IDBCursorWithValue::IDBCursorWithValue(PassOwnPtr<blink::WebIDBCursor> backend, blink::WebIDBCursorDirection direction, IDBRequest* request, IDBAny* source, IDBTransaction* transaction) argument
41 : IDBCursor(backend, direction, request, source, transaction)
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DSQLTransactionSync.cpp54 SQLTransactionSync* SQLTransactionSync::from(SQLTransactionBackendSync* backend) argument
56 return static_cast<SQLTransactionSync*>(backend);
H A DSQLStatement.cpp66 void SQLStatement::setBackend(AbstractSQLStatementBackend* backend) argument
68 m_backend = backend;
/external/lldb/source/DataFormatters/
H A DTypeSynthetic.cpp68 ScriptedSyntheticChildren::FrontEnd::FrontEnd(std::string pclass, ValueObject &backend) : argument
69 SyntheticChildrenFrontEnd(backend),
74 if (backend == LLDB_INVALID_UID)
77 TargetSP target_sp = backend.GetTargetSP();
85 m_wrapper_sp = m_interpreter->CreateSyntheticScriptedProvider(m_python_class.c_str(), backend.GetSP());
/external/chromium_org/android_webview/browser/
H A Dnet_disk_cache_remover.cc30 void CallDoomAllEntries(Backend** backend, int rv) { argument
32 (*backend)->DoomAllEntries(base::Bind(&Noop));
44 // If not net::ERR_IO_PENDING, then backend pointer is updated but callback
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Droot_delete_helper.cc28 SyncFileSystemBackend* backend = local
30 DCHECK(backend);
31 DCHECK(backend->change_tracker());
32 backend->change_tracker()->ResetForFileSystem(url.origin(), url.type());
/external/chromium_org/components/nacl/browser/
H A Dpnacl_translation_cache.h69 // Return the number of entries in the cache backend.
85 // OpComplete and backend methods on PnaclTranslationCache.
87 disk_cache::Backend* backend() { return disk_cache_.get(); } function in class:pnacl::PnaclTranslationCache
/external/chromium_org/content/renderer/
H A Drenderer_webapplicationcachehost_impl.cc22 AppCacheBackend* backend)
23 : WebApplicationCacheHostImpl(client, backend),
19 RendererWebApplicationCacheHostImpl( RenderViewImpl* render_view, WebApplicationCacheHostClient* client, AppCacheBackend* backend) argument
/external/chromium_org/third_party/skia/bench/
H A DGMBench.cpp20 bool GMBench::isSuitableFor(Backend backend) { argument
22 switch (backend) {
34 SkDEBUGFAIL("Unexpected backend type.");
/external/skia/bench/
H A DGMBench.cpp20 bool GMBench::isSuitableFor(Backend backend) { argument
22 switch (backend) {
34 SkDEBUGFAIL("Unexpected backend type.");
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dext_password.c2 * External password backend
31 const struct ext_password_backend *backend; member in struct:ext_password_data
36 struct ext_password_data * ext_password_init(const char *backend, argument
47 if (os_strcmp(backends[i]->name, backend) == 0) {
48 data->backend = backends[i];
53 if (!data->backend) {
58 data->priv = data->backend->init(params);
70 if (data && data->backend && data->priv)
71 data->backend->deinit(data->priv);
81 return data->backend
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dext_password.c2 * External password backend
31 const struct ext_password_backend *backend; member in struct:ext_password_data
36 struct ext_password_data * ext_password_init(const char *backend, argument
47 if (os_strcmp(backends[i]->name, backend) == 0) {
48 data->backend = backends[i];
53 if (!data->backend) {
58 data->priv = data->backend->init(params);
70 if (data && data->backend && data->priv)
71 data->backend->deinit(data->priv);
81 return data->backend
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dext_password.c2 * External password backend
31 const struct ext_password_backend *backend; member in struct:ext_password_data
36 struct ext_password_data * ext_password_init(const char *backend, argument
47 if (os_strcmp(backends[i]->name, backend) == 0) {
48 data->backend = backends[i];
53 if (!data->backend) {
58 data->priv = data->backend->init(params);
70 if (data && data->backend && data->priv)
71 data->backend->deinit(data->priv);
81 return data->backend
[all...]
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dsync_value_store_cache.cc81 SyncStorageBackend* backend = local
83 callback.Run(backend->GetStorage(extension->id()));
/external/chromium_org/third_party/mesa/src/src/gbm/main/
H A Dbackend.c35 #include "backend.h"
52 load_backend(const struct backend_desc *backend) argument
60 if (backend == NULL)
63 name = backend->name;
65 if (backend->builtin) {
66 init = backend->builtin;
91 const struct backend_desc *backend = NULL; local
96 backend = &backends[i];
101 return backend;
107 const struct gbm_backend *backend local
[all...]
/external/chromium_org/webkit/browser/fileapi/quota/
H A Dquota_reservation_manager.cc13 scoped_ptr<QuotaBackend> backend)
14 : backend_(backend.Pass()),
12 QuotaReservationManager( scoped_ptr<QuotaBackend> backend) argument
/external/libselinux/src/
H A Dlabel_internal.h49 unsigned int backend; member in struct:selabel_handle
63 /* supports backend-specific state information */
/external/mesa3d/src/gbm/main/
H A Dbackend.c35 #include "backend.h"
52 load_backend(const struct backend_desc *backend) argument
60 if (backend == NULL)
63 name = backend->name;
65 if (backend->builtin) {
66 init = backend->builtin;
91 const struct backend_desc *backend = NULL; local
96 backend = &backends[i];
101 return backend;
107 const struct gbm_backend *backend local
[all...]
/external/qemu/distrib/libselinux/src/
H A Dlabel_internal.h49 unsigned int backend; member in struct:selabel_handle
59 /* supports backend-specific state information */
/external/sepolicy/tools/
H A Dcheckfc.c38 // Default backend unless changed by input argument.
39 unsigned int backend = SELABEL_CTX_FILE; local
48 backend = SELABEL_CTX_ANDROID_PROP;
82 sehnd = selabel_open(backend, opts, 2);
/external/chromium_org/chrome/browser/sessions/
H A Dbase_session_service.h37 // backend to determine the name of the files.
63 // Returns the backend.
64 SessionBackend* backend() const { return backend_.get(); } function in class:BaseSessionService
68 // on the backend at which point the backend owns the commands.
88 // Saves pending commands to the backend. This is invoked from the timer
152 // backend thread.
172 // The backend.
178 // Commands we need to send over to the backend.
181 // Whether the backend fil
[all...]

Completed in 730 milliseconds

123456