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

  /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/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...]
  /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...]
session_service_unittest.cc 128 SessionBackend* backend() { return helper_.backend(); } function in class:SessionServiceTest
  /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/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...]
  /external/libselinux/src/
label_internal.h 49 unsigned int backend; member in struct:selabel_handle
58 /* supports backend-specific state information */
  /external/webkit/Source/WebCore/storage/
IDBTransaction.cpp 44 PassRefPtr<IDBTransaction> IDBTransaction::create(ScriptExecutionContext* context, PassRefPtr<IDBTransactionBackendInterface> backend, IDBDatabase* db)
46 return adoptRef(new IDBTransaction(context, backend, db));
49 IDBTransaction::IDBTransaction(ScriptExecutionContext* context, PassRefPtr<IDBTransactionBackendInterface> backend, IDBDatabase* db)
51 , m_backend(backend)
64 IDBTransactionBackendInterface* IDBTransaction::backend() const function in class:WebCore::IDBTransaction
  /external/chromium/net/http/
disk_cache_based_ssl_host_info.h 62 disk_cache::Backend** backend_pointer() { return &backend_; }
64 disk_cache::Backend* backend() const { return backend_; } function in class:net::DiskCacheBasedSSLHostInfo::CallbackImpl
74 disk_cache::Backend* backend_;
112 disk_cache::Backend* backend_;
http_cache.cc 87 disk_cache::Backend** backend,
91 thread_, net_log, backend, callback);
113 // open cache entries or the backend itself.
115 PendingOp() : disk_entry(NULL), backend(NULL), writer(NULL), callback(NULL) {}
119 disk_cache::Backend* backend; member in struct:net::HttpCache::PendingOp
135 // A work item encapsulates a single request to the backend with all the
143 CompletionCallback* cb, disk_cache::Backend** backend)
1116 disk_cache::Backend* backend = pending_op->backend; local
    [all...]
http_cache_unittest.cc 369 class MockDiskCache : public disk_cache::Backend {
541 disk_cache::Backend** backend,
543 *backend = new MockDiskCache();
565 disk_cache::Backend* backend; local
566 int rv = http_cache_.GetBackend(&backend, &cb);
568 return (rv == net::OK) ? static_cast<MockDiskCache*>(backend) : NULL;
607 // Helper function to synchronously open a backend entry.
614 // Helper function to synchronously create a backend entry
677 disk_cache::Backend** backend() { return backend_; } function in class:__anon5047::MockBlockingBackendFactory
1053 disk_cache::Backend* backend; local
2109 disk_cache::Backend** backend = factory->backend(); local
2125 disk_cache::Backend* backend; local
    [all...]
  /external/chromium/net/disk_cache/
backend_unittest.cc 201 disk_cache::Backend* cache = NULL;
266 disk_cache::Backend* cache;
318 disk_cache::Backend* cache;
355 disk_cache::Backend* backend = NULL; local
358 cache_thread.message_loop_proxy(), NULL, &backend, &cb);
361 ASSERT_TRUE(backend == NULL);
362 delete backend;
    [all...]
  /external/skia/bench/
benchmain.cpp 189 enum Backend {
266 Backend backend, GLHelper* glHelper) {
271 switch (backend) {
293 Backend fBackend;
433 Backend backend = kRaster_Backend; // for warning local
759 backend = gConfigs[configIndex].fBackend;
763 if (kGPU_Backend == backend &&
768 SkDevice* device = make_device(outConfig, dim, backend, glHelper)
    [all...]
  /external/chromium/chrome/browser/profiles/
profile_impl.cc 641 // HistoryService will join with HistoryService's backend thread so that
1091 scoped_ptr<PasswordStoreX::NativeBackend> backend; local
    [all...]
  /prebuilts/devtools/tools/lib/
chimpchat.jar 
monkeyrunner.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 4978 milliseconds