/external/chromium_org/chrome/browser/autocomplete/ |
history_url_provider.h | 216 history::HistoryBackend* backend, 248 void DoAutocomplete(history::HistoryBackend* backend, 300 void CullRedirects(history::HistoryBackend* backend, 329 // instead, it is passed as a parameter through the history backend, and the
|
/external/chromium_org/chrome/browser/ |
chrome_net_benchmarking_message_filter.cc | 71 disk_cache::Backend* backend = request_context_->GetURLRequestContext()-> local 73 if (backend) { 76 rv = backend->DoomAllEntries(callback);
|
/external/chromium_org/chrome/browser/sessions/ |
session_service_test_helper.cc | 63 backend()->ReadLastSessionCommandsImpl(&(read_commands.get())); 106 SessionBackend* SessionServiceTestHelper::backend() { function in class:SessionServiceTestHelper 107 return service_->backend();
|
/external/chromium_org/content/browser/appcache/ |
appcache_interceptor.cc | 41 AppCacheBackendImpl* backend = service->GetBackend(process_id); 42 if (!backend) 47 AppCacheHost* host = backend->GetHost(host_id);
|
/art/compiler/dex/quick/ |
dex_file_method_inliner.cc | 423 bool DexFileMethodInliner::GenIntrinsic(Mir2Lir* backend, CallInfo* info) { 439 return backend->GenInlinedDoubleCvt(info); 441 return backend->GenInlinedFloatCvt(info); 443 return backend->GenInlinedReverseBytes(info, static_cast<OpSize>(intrinsic.d.data)); 445 return backend->GenInlinedReverseBits(info, static_cast<OpSize>(intrinsic.d.data)); 447 return backend->GenInlinedAbsInt(info); 449 return backend->GenInlinedAbsLong(info); 451 return backend->GenInlinedAbsFloat(info); 453 return backend->GenInlinedAbsDouble(info); 455 return backend->GenInlinedMinMax(info, intrinsic.d.data & kIntrinsicFlagMin, false /* is_long */) [all...] |
/external/chromium_org/chrome/browser/sync/glue/ |
typed_url_data_type_controller.h | 39 // Invoked on the history thread to set our history backend - must be called 41 void SetBackend(history::HistoryBackend* backend);
|
/external/chromium_org/content/browser/ssl/ |
ssl_manager.h | 70 SSLPolicyBackend* backend() { return &backend_; } function in class:content::SSLManager 89 // The backend for the SSLPolicy to actuate its decisions.
|
/external/chromium_org/net/disk_cache/blockfile/ |
eviction_v3.h | 30 void Init(BackendImplV3* backend);
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
IDBRequestTest.cpp | 143 OwnPtr<MockWebIDBDatabase> backend = MockWebIDBDatabase::create(); local 148 request->onUpgradeNeeded(oldVersion, backend.release(), metadata, WebIDBDataLossNone, String()); 152 OwnPtr<MockWebIDBDatabase> backend = MockWebIDBDatabase::create(); local 157 request->onSuccess(backend.release(), metadata);
|
IDBTransactionTest.cpp | 99 OwnPtr<FakeWebIDBDatabase> backend = FakeWebIDBDatabase::create(); local 100 Persistent<IDBDatabase> db = IDBDatabase::create(executionContext(), backend.release(), FakeIDBDatabaseCallbacks::create()); 129 OwnPtr<FakeWebIDBDatabase> backend = FakeWebIDBDatabase::create(); local 130 Persistent<IDBDatabase> db = IDBDatabase::create(executionContext(), backend.release(), FakeIDBDatabaseCallbacks::create());
|
/external/chromium_org/tools/memory_inspector/memory_inspector/frontends/ |
background_tasks.py | 36 backend_name=process.device.backend.name, 64 # Initialize the backend. 65 backend = backends.GetBackend(backend_name) 67 backend.settings[k] = v 120 symbols = backend.ExtractSymbols(
|
/external/libselinux/include/selinux/ |
label.h | 46 /* don't use local customizations to backend data (boolean value) */ 48 /* specify an alternate path to use when loading backend data */ 50 /* select a subset of the search space as an optimization (file backend) */ 61 * @backend: one of the constants specifying a supported labeling backend. 65 * Open a labeling backend for use. The available backend identifiers are 68 * backend. Return value is the created handle on success or NULL with 71 struct selabel_handle *selabel_open(unsigned int backend, 86 * @handle: specifies backend instance to quer [all...] |
/external/qemu/distrib/libselinux/include/selinux/ |
label.h | 46 /* don't use local customizations to backend data (boolean value) */ 48 /* specify an alternate path to use when loading backend data */ 50 /* select a subset of the search space as an optimization (file backend) */ 61 * @backend: one of the constants specifying a supported labeling backend. 65 * Open a labeling backend for use. The available backend identifiers are 68 * backend. Return value is the created handle on success or NULL with 71 struct selabel_handle *selabel_open(unsigned int backend, 86 * @handle: specifies backend instance to quer [all...] |
/external/skia/bench/ |
MemoryBench.cpp | 24 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE { 25 return backend == kNonRendering_Backend; 93 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE { 94 return backend == kNonRendering_Backend;
|
ColorPrivBench.cpp | 15 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE { 16 return backend == kNonRendering_Backend;
|
SkipZeroesBench.cpp | 39 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE { 40 return backend == kNonRendering_Backend;
|
benchmain.cpp | 147 Benchmark::Backend backend, int sampleCount, 153 switch (backend) { 196 Benchmark::Backend backend; member in struct:Config 343 if (Benchmark::kNonRendering_Backend == config.backend) { 354 if (Benchmark::kGPU_Backend == config.backend) { 412 if (Benchmark::kGPU_Backend != config.backend) { 453 if (!bench->isSuitableFor(config.backend)) { 460 if (Benchmark::kGPU_Backend == config.backend) { [all...] |
/external/chromium_org/storage/browser/fileapi/quota/ |
quota_reservation_manager.cc | 13 scoped_ptr<QuotaBackend> backend) 14 : backend_(backend.Pass()),
|
/external/chromium_org/third_party/skia/bench/ |
ColorPrivBench.cpp | 15 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE { 16 return backend == kNonRendering_Backend;
|
SkipZeroesBench.cpp | 39 virtual bool isSuitableFor(Backend backend) SK_OVERRIDE { 40 return backend == kNonRendering_Backend;
|
/bootable/recovery/minui/ |
graphics_fbdev.c | 59 static void fbdev_blank(minui_backend* backend __unused, bool blank) 81 static gr_surface fbdev_init(minui_backend* backend) { 174 fbdev_blank(backend, true); 175 fbdev_blank(backend, false); 180 static gr_surface fbdev_flip(minui_backend* backend __unused) { 220 static void fbdev_exit(minui_backend* backend __unused) {
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
typed_urls_helper.cc | 30 virtual bool RunOnDBThread(history::HistoryBackend* backend, 49 virtual bool RunOnDBThread(history::HistoryBackend* backend, 52 backend->GetAllTypedURLs(rows_); 74 virtual bool RunOnDBThread(history::HistoryBackend* backend, 77 *found_ = backend->GetURL(url_, row_); 100 virtual bool RunOnDBThread(history::HistoryBackend* backend, 103 backend->GetVisitsForURL(id_, visits_); 124 virtual bool RunOnDBThread(history::HistoryBackend* backend, 127 backend->RemoveVisits(visits_);
|
/external/chromium_org/chrome/browser/password_manager/ |
password_store_x.cc | 31 bool AddLoginToBackend(const scoped_ptr<PasswordStoreX::NativeBackend>& backend, 34 *changes = backend->AddLogin(form); 45 NativeBackend* backend) 47 backend_(backend), 48 migration_checked_(!backend), 142 // The native backend may succeed and return no data even while locked, if 253 // We add all the passwords (and blacklist entries) to the native backend 267 // should prefer the native backend to the now-incomplete login
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/ |
__init__.py | 38 backend = cros_platform_backend.CrosPlatformBackend() 41 backend = linux_platform_backend.LinuxPlatformBackend() 44 backend = mac_platform_backend.MacPlatformBackend() 47 backend = win_platform_backend.WinPlatformBackend() 51 _host_platform = Platform(backend)
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
cros_browser_finder.py | 47 backend = cros_browser_backend.CrOSBrowserBackend( 52 backend, 58 return browser.Browser(backend,
|