HomeSort by relevance Sort by last modified time
    Searched defs:backend (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/chromium/chrome/browser/ssl/
ssl_policy.h 27 explicit SSLPolicy(SSLPolicyBackend* backend);
42 SSLPolicyBackend* backend() const { return backend_; } function in class:SSLPolicy
65 // The backend we use to enact our decisions.
ssl_manager.h 78 SSLPolicyBackend* backend() { return &backend_; } function in class:SSLManager
116 // The backend for the SSLPolicy to actuate its decisions.
  /external/chromium_org/content/browser/ssl/
ssl_policy.h 28 explicit SSLPolicy(SSLPolicyBackend* backend);
44 SSLPolicyBackend* backend() const { return backend_; } function in class:content::SSLPolicy
69 // The backend we use to enact our decisions.
ssl_manager.h 71 SSLPolicyBackend* backend() { return &backend_; } function in class:content::SSLManager
106 // The backend for the SSLPolicy to actuate its decisions.
  /external/chromium/chrome/browser/sync/
js_event_handler_list_unittest.cc 21 // |backend| must outlive |event_handlers|.
22 StrictMock<MockJsBackend> backend; local
34 EXPECT_CALL(backend, SetParentJsEventRouter(&event_handlers)).Times(2);
36 EXPECT_CALL(backend, RemoveParentJsEventRouter()).Times(2);
37 EXPECT_CALL(backend, ProcessMessage("test1", HasArgs(args2), &handler1));
38 EXPECT_CALL(backend, ProcessMessage("test2", HasArgs(args1), &handler2));
48 event_handlers.SetBackend(&backend);
77 // |backend| must outlive |event_handlers|.
78 StrictMock<MockJsBackend> backend; local
90 EXPECT_CALL(backend, SetParentJsEventRouter(&event_handlers))
    [all...]
  /art/compiler/sea_ir/
frontend.cc 68 const CompilerBackend backend,
77 return CompileMethodWithSeaIr(compiler, backend, code_item, method_access_flags, invoke_type,
91 // TODO: Check method fingerprint here to determine appropriate backend type.
93 art::CompilerBackend backend = compiler.GetCompilerBackend(); local
94 return art::SeaIrCompileOneMethod(compiler, backend, code_item, method_access_flags, invoke_type,
  /external/chromium/chrome/browser/sessions/
session_service_test_helper.cc 51 backend()->ReadLastSessionCommandsImpl(&(read_commands.get()));
95 SessionBackend* SessionServiceTestHelper::backend() { function in class:SessionServiceTestHelper
96 return service_->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/ui/webui/
sync_internals_ui.cc 27 browser_sync::JsFrontend* backend = GetJsFrontend(); local
28 if (backend) {
29 backend->AddHandler(this);
39 browser_sync::JsFrontend* backend = GetJsFrontend(); local
40 if (backend) {
41 backend->RemoveHandler(this);
62 browser_sync::JsFrontend* backend = GetJsFrontend(); local
63 if (backend) {
64 backend->ProcessMessage(name, args, this);
  /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/nacl_host/
pnacl_translation_cache.h 21 class Backend;
69 // 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
102 scoped_ptr<disk_cache::Backend> disk_cache_;
  /external/chromium_org/chrome/browser/sessions/
session_service_test_helper.cc 61 backend()->ReadLastSessionCommandsImpl(&(read_commands.get()));
104 SessionBackend* SessionServiceTestHelper::backend() { function in class:SessionServiceTestHelper
105 return service_->backend();
base_session_service.h 37 // 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 file should be recreated the next time we sen
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseContext.cpp 145 PassRefPtr<DatabaseBackendContext> DatabaseContext::backend() function in class:WebCore::DatabaseContext
147 DatabaseBackendContext* backend = static_cast<DatabaseBackendContext*>(this); local
148 return backend;
DatabaseSync.cpp 54 PassRefPtr<DatabaseSync> DatabaseSync::create(ScriptExecutionContext*, PassRefPtr<DatabaseBackendBase> backend)
56 return static_cast<DatabaseSync*>(backend.get());
73 PassRefPtr<DatabaseBackendSync> DatabaseSync::backend() function in class:WebCore::DatabaseSync
  /external/chromium_org/third_party/mesa/src/src/gbm/main/
backend.c 35 #include "backend.h"
52 load_backend(const struct backend_desc *backend)
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 = NULL local
    [all...]
  /external/mesa3d/src/gbm/main/
backend.c 35 #include "backend.h"
52 load_backend(const struct backend_desc *backend)
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 = NULL local
    [all...]
  /external/sepolicy/tools/
checkfc.c 38 // 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/wpa_supplicant_8/src/utils/
ext_password.c 2 * 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,
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->get(data->priv, name)
    [all...]
  /art/compiler/dex/
frontend.cc 25 #include "backend.h"
150 * MIR and backend flags? Need command-line setting as well.
272 const CompilerBackend backend,
281 return CompileMethod(compiler, backend, code_item, access_flags, invoke_type, class_def_idx,
297 // TODO: check method fingerprint here to determine appropriate backend type. Until then, use build default
298 art::CompilerBackend backend = compiler.GetCompilerBackend(); local
299 return art::CompileOneMethod(compiler, backend, code_item, access_flags, invoke_type,
  /external/chromium_org/chrome/browser/history/
shortcuts_backend_unittest.cc 77 ShortcutsBackend* backend = local
79 ASSERT_TRUE(backend);
  /external/libselinux/src/
label_internal.h 49 unsigned int backend; member in struct:selabel_handle
58 /* supports backend-specific state information */
  /external/chromium_org/chrome/browser/
chrome_net_benchmarking_message_filter.cc 74 disk_cache::Backend* backend = request_context_->GetURLRequestContext()-> local
76 if (backend) {
79 rv = backend->DoomAllEntries(callback);
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_tasks.cc 54 fileapi::ExternalFileSystemBackend* backend = local
57 if (!backend)
66 !backend->IsAccessAllowed(files[i])) {
  /external/chromium_org/chrome/browser/password_manager/
password_store_factory.cc 127 // backend for PasswordStoreX (see below) in the future though.
155 scoped_ptr<PasswordStoreX::NativeBackend> backend; local
159 backend.reset(new NativeBackendKWallet(id, prefs));
160 if (backend->Init())
163 backend.reset();
169 backend.reset(new NativeBackendGnome(id, prefs));
170 if (backend->Init())
173 backend.reset();
177 if (!backend.get()) {
183 ps = new PasswordStoreX(login_db, profile, backend.release())
    [all...]

Completed in 772 milliseconds

1 2 3