/external/chromium_org/content/renderer/shared_worker/ |
embedded_shared_worker_stub.cc | 136 app_cache_host_->backend()->SelectCacheForSharedWorker(
|
/external/chromium_org/net/disk_cache/blockfile/ |
entry_impl_v3.h | 39 EntryImplV3(BackendImplV3* backend, Addr address, bool read_only); 194 int unreported_size_[kNumStreams]; // Bytes not reported yet to the backend.
|
in_flight_backend_io.cc | 21 BackendIO::BackendIO(InFlightIO* controller, BackendImpl* backend, 24 backend_(backend), 333 InFlightBackendIO::InFlightBackendIO(BackendImpl* backend, 335 : backend_(backend),
|
index_table_v3.h | 16 // When the current index needs to grow, the backend is notified so that files 19 // still functional while the backend performs file IO. 135 // Methods that the backend has to implement to support the table. Note that the 136 // backend is expected to own all IndexTable instances, so it is expected to 148 // Deletes or fixes an invalid cell from the backend. 169 explicit IndexTable(IndexTableBackend* backend);
|
rankings.h | 108 bool Init(BackendImpl* backend, bool count_lists);
|
index_table_v3_unittest.cc | 672 MockIndexBackend backend; local 674 IndexTable index(&backend); 686 EXPECT_TRUE(backend.grow_called()); 693 MockIndexBackend backend; local 695 IndexTable index(&backend); 705 EXPECT_EQ(expected, backend.buffer_len());
|
/external/llvm/utils/ |
llvm-native-gxx | 10 $Backend = 'cbe'; 21 if ($ARGV[$i] =~ /-mllvm-backend=([a-z0-9]*)/) { 22 $Backend = $1; 75 $def =~ s/\.bc$/.$Backend/; 108 my ($BCFile, $Backend, $OutputFile) = @_; 111 if ($Backend eq 'cbe') { 118 } elsif ($Backend eq 'llc') { 134 my ($LLVMGCCCommand, $Backend, $OutputFile) = @_; 146 if ($Backend eq 'cbe') { 149 } elsif ($Backend eq 'llc') [all...] |
/external/chromium_org/content/browser/fileapi/ |
copy_or_move_file_validator_unittest.cc | 97 TestFileSystemBackend* backend = static_cast<TestFileSystemBackend*>( local 99 backend->InitializeCopyOrMoveFileValidatorFactory(factory.Pass());
|
/external/chromium_org/third_party/WebKit/Source/core/ |
inspector_protocol_sources.target.darwin-arm.mk | 25 @echo "Gyp action: Generating Inspector protocol backend sources from protocol.json ($@)"
|
inspector_protocol_sources.target.darwin-arm64.mk | 25 @echo "Gyp action: Generating Inspector protocol backend sources from protocol.json ($@)"
|
inspector_protocol_sources.target.darwin-mips.mk | 25 @echo "Gyp action: Generating Inspector protocol backend sources from protocol.json ($@)"
|
inspector_protocol_sources.target.darwin-x86.mk | 25 @echo "Gyp action: Generating Inspector protocol backend sources from protocol.json ($@)"
|
inspector_protocol_sources.target.darwin-x86_64.mk | 25 @echo "Gyp action: Generating Inspector protocol backend sources from protocol.json ($@)"
|
inspector_protocol_sources.target.linux-arm.mk | 25 @echo "Gyp action: Generating Inspector protocol backend sources from protocol.json ($@)"
|
inspector_protocol_sources.target.linux-arm64.mk | 25 @echo "Gyp action: Generating Inspector protocol backend sources from protocol.json ($@)"
|
inspector_protocol_sources.target.linux-mips.mk | 25 @echo "Gyp action: Generating Inspector protocol backend sources from protocol.json ($@)"
|
inspector_protocol_sources.target.linux-x86.mk | 25 @echo "Gyp action: Generating Inspector protocol backend sources from protocol.json ($@)"
|
inspector_protocol_sources.target.linux-x86_64.mk | 25 @echo "Gyp action: Generating Inspector protocol backend sources from protocol.json ($@)"
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
desktop_browser_finder.py | 63 backend = desktop_browser_backend.DesktopBrowserBackend( 68 return browser.Browser(backend, self._platform_backend)
|
/external/fio/ |
Android.mk | 25 smalloc.c filehash.c helpers.c profile.c debug.c backend.c \
|
/external/chromium_org/chrome/browser/resources/downloads/ |
downloads.js | 77 * @param {Object} download A backend download object (see downloads_ui.cc) 236 * @param {Object} download A backend download object (see downloads_ui.cc) 469 * @param {Object} download A backend download object (see downloads_ui.cc) 721 * Tells the backend to initiate a drag, allowing users to drag 733 * Tells the backend to open this file. 743 * Tells the backend that the user chose to save a dangerous file. 753 * Tells the backend that the user chose to discard a dangerous file. 764 * Tells the backend to show the file in explorer. 774 * Tells the backend to pause this download. 784 * Tells the backend to resume this download [all...] |
/external/chromium_org/chrome/browser/sync_file_system/local/ |
canned_syncable_file_system.cc | 292 if (backend()->sync_context()) { 514 base::Unretained(backend()->change_tracker()), 524 base::Unretained(backend()->change_tracker()), 535 base::Unretained(backend()->change_tracker()), 539 SyncFileSystemBackend* CannedSyncableFileSystem::backend() { function in class:sync_file_system::CannedSyncableFileSystem 752 backend()->sync_context()->sync_status()->AddObserver(this);
|
/external/chromium_org/printing/ |
printing.target.darwin-arm.mk | 32 printing/backend/print_backend.cc \ 33 printing/backend/print_backend_consts.cc \ 34 printing/backend/print_backend_dummy.cc \
|
printing.target.darwin-arm64.mk | 32 printing/backend/print_backend.cc \ 33 printing/backend/print_backend_consts.cc \ 34 printing/backend/print_backend_dummy.cc \
|
printing.target.darwin-mips.mk | 32 printing/backend/print_backend.cc \ 33 printing/backend/print_backend_consts.cc \ 34 printing/backend/print_backend_dummy.cc \
|