Searched defs:Remove (Results 76 - 100 of 185) sorted by relevance

12345678

/external/chromium_org/v8/src/
H A Dsplay-tree-inl.h180 bool SplayTree<Config, Allocator>::Remove(const Key& key) { function in class:v8::internal::SplayTree
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h80 static data_type Remove(data_type B, key_type K, context_type F) { function in struct:clang::ento::ProgramStatePartialTrait
128 static data_type Remove(data_type B, key_type K, context_type F) { function in struct:clang::ento::ProgramStatePartialTrait
/external/lldb/source/Breakpoint/
H A DBreakpointList.cpp52 BreakpointList::Remove (break_id_t break_id, bool notify) function in class:BreakpointList
H A DBreakpointLocationCollection.cpp49 BreakpointLocationCollection::Remove (lldb::break_id_t bp_id, lldb::break_id_t bp_loc_id) function in class:BreakpointLocationCollection
/external/lldb/source/Target/
H A DPathMappingList.cpp135 PathMappingList::Remove (off_t index, bool notify) function in class:PathMappingList
276 PathMappingList::Remove (const ConstString &path, bool notify) function in class:PathMappingList
/external/lldb/tools/debugserver/source/
H A DDNBBreakpoint.cpp85 DNBBreakpointList::Remove (nub_addr_t addr) function in class:DNBBreakpointList
/external/lzma/CPP/Windows/
H A DFileDir.h107 ~CTempFile() { Remove(); }
111 bool Remove();
123 ~CTempFileW() { Remove(); }
127 bool Remove();
140 ~CTempDirectory() { Remove(); }
142 bool Remove() function in class:NWindows::NFile::NDirectory::CTempDirectory
162 ~CTempDirectoryW() { Remove(); }
164 bool Remove() function in class:NWindows::NFile::NDirectory::CTempDirectoryW
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
H A DHashList.cs401 public void Remove(object key) method in class:Antlr.Runtime.Collections.HashList
403 _dictionary.Remove(key);
404 _insertionOrderList.Remove(key);
/external/chromium_org/base/
H A Did_map.h15 // Ownership semantics - own pointer means the pointer is deleted in Remove()
81 void Remove(KeyType id) { function in class:IDMap
234 Remove(*i);
/external/chromium_org/cc/resources/
H A Dpicture_layer_tiling_set.cc56 // Remove any tilings that aren't in |other| or don't meet the minimum.
140 void PictureLayerTilingSet::Remove(PictureLayerTiling* tiling) { function in class:cc::PictureLayerTilingSet
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_cache.cc84 // Remove all entries unless specially marked.
99 // Remove all files which have no corresponding cache entries.
218 // Remove the existing entry if we are unpinning a non-present file.
351 FileError FileCache::Remove(const std::string& id) { function in class:drive::internal::FileCache
382 // Remove files.
/external/chromium_org/chrome/browser/chromeos/drive/fileapi/
H A Dfileapi_worker.cc267 void Remove(const base::FilePath& file_path, function in namespace:drive::fileapi_internal
272 file_system->Remove(file_path, is_recursive,
/external/chromium_org/chrome/browser/
H A Dcustom_home_pages_table_model.cc158 void CustomHomePagesTableModel::Remove(int index) { function in class:CustomHomePagesTableModel
173 // Remove the current entries.
175 Remove(0);
/external/chromium_org/chrome/browser/download/
H A Ddownload_request_limiter.cc73 host_->Remove(this, web_contents());
108 host_->Remove(this, web_contents());
118 host_->Remove(this, web_contents());
222 host_->Remove(this, web_contents());
460 void DownloadRequestLimiter::Remove(TabDownloadState* state, function in class:DownloadRequestLimiter
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dsyncable_settings_storage.cc93 ValueStore::WriteResult SyncableSettingsStorage::Remove( function in class:extensions::SyncableSettingsStorage
96 WriteResult result = delegate_->Remove(key);
104 ValueStore::WriteResult SyncableSettingsStorage::Remove( function in class:extensions::SyncableSettingsStorage
107 WriteResult result = delegate_->Remove(keys);
412 WriteResult result = delegate_->Remove(key);
/external/chromium_org/chrome/browser/extensions/
H A Dpending_extension_manager.cc55 bool PendingExtensionManager::Remove(const std::string& id) { function in class:extensions::PendingExtensionManager
/external/chromium_org/chrome/browser/net/
H A Devicted_domain_cookie_counter_unittest.cc75 void Remove(net::CanonicalCookie* cookie);
170 void EvictedDomainCookieCounterTest::Remove(net::CanonicalCookie* cookie) { function in class:chrome_browser_net::__anon4334::EvictedDomainCookieCounterTest
217 Remove(cookies_[i]);
255 // Remove cookies at t = [1,3,6,10,15,21].
258 Remove(cookies_[i]);
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dsyncable_file_system_operation.cc196 void SyncableFileSystemOperation::Remove( function in class:sync_file_system::SyncableFileSystemOperation
209 base::Bind(&FileSystemOperation::Remove,
/external/chromium_org/chrome/browser/ui/views/
H A Dselect_file_dialog_extension.cc62 void Remove(SelectFileDialogExtension::RoutingID id);
87 void PendingDialog::Remove(SelectFileDialogExtension::RoutingID id) { function in class:__anon5332::PendingDialog
206 PendingDialog::GetInstance()->Remove(routing_id_);
215 PendingDialog::GetInstance()->Remove(routing_id_);
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_index.cc122 void BookmarkIndex::Remove(const BookmarkNode* node) { function in class:bookmarks::BookmarkIndex
/external/chromium_org/components/web_cache/browser/
H A Dweb_cache_manager.cc94 void WebCacheManager::Remove(int renderer_id) { function in class:web_cache::WebCacheManager
169 Remove(process->GetID());
/external/chromium_org/content/browser/indexed_db/leveldb/
H A Dleveldb_transaction.cc62 void LevelDBTransaction::Remove(const StringPiece& key) { function in class:content::LevelDBTransaction
106 write_batch->Remove(iterator->first);
484 void LevelDBDirectTransaction::Remove(const StringPiece& key) { function in class:content::LevelDBDirectTransaction
486 write_batch_->Remove(key);
/external/chromium_org/content/public/test/
H A Dasync_file_test_helper.cc130 base::File::Error AsyncFileTestHelper::Remove( function in class:content::AsyncFileTestHelper
136 context->operation_runner()->Remove(
/external/chromium_org/extensions/browser/api/
H A Dapi_resource_manager.h147 void Remove(const std::string& extension_id, int api_resource_id) { function in class:extensions::ApiResourceManager
148 data_->Remove(extension_id, api_resource_id);
244 void Remove(const std::string& extension_id, int api_resource_id) { function in class:extensions::ApiResourceManager::ApiResourceData
354 // Remove all resources, or the non persistent ones only if |remove_all|
376 // Remove extension entry if we removed all its resources.
/external/chromium_org/extensions/browser/value_store/
H A Dleveldb_value_store.cc215 ValueStore::WriteResult LeveldbValueStore::Remove(const std::string& key) { function in class:LeveldbValueStore
217 return Remove(std::vector<std::string>(1, key));
220 ValueStore::WriteResult LeveldbValueStore::Remove( function in class:LeveldbValueStore

Completed in 2450 milliseconds

12345678