Searched defs:RemoveEntry (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/printing/
H A Dprint_preview_data_service.cc112 void PrintPreviewDataService::RemoveEntry(int32 preview_ui_id) { function in class:PrintPreviewDataService
/external/chromium_org/chrome/browser/dom_distiller/
H A Dlazy_dom_distiller_service.cc68 scoped_ptr<ArticleEntry> LazyDomDistillerService::RemoveEntry( function in class:dom_distiller::LazyDomDistillerService
70 return instance()->RemoveEntry(entry_id);
/external/chromium_org/components/dom_distiller/core/
H A Ddom_distiller_model.cc156 void DomDistillerModel::RemoveEntry(const ArticleEntry& entry) { function in class:dom_distiller::DomDistillerModel
182 RemoveEntry(current_entry);
201 RemoveEntry(current_entry);
H A Dviewer_unittest.cc62 virtual scoped_ptr<ArticleEntry> RemoveEntry(const std::string&) { function in class:dom_distiller::TestDomDistillerService
H A Ddom_distiller_service.cc127 scoped_ptr<ArticleEntry> DomDistillerService::RemoveEntry( function in class:dom_distiller::DomDistillerService
140 if (store_->RemoveEntry(*entry)) {
H A Ddom_distiller_store.cc123 bool DomDistillerStore::RemoveEntry(const ArticleEntry& entry) { function in class:dom_distiller::DomDistillerStore
/external/chromium_org/content/browser/appcache/
H A Dappcache.cc63 void AppCache::RemoveEntry(const GURL& url) { function in class:content::AppCache
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dresource_metadata.cc270 FileError ResourceMetadata::RemoveEntry(const std::string& id) { function in class:drive::internal::ResourceMetadata
603 return storage_->RemoveEntry(id);
H A Dresource_metadata_storage.cc782 FileError ResourceMetadataStorage::RemoveEntry(const std::string& id) { function in class:drive::internal::ResourceMetadataStorage
/external/chromium_org/chrome/browser/ui/search_engines/
H A Dtemplate_url_table_model.cc249 scoped_ptr<ModelEntry> entry(RemoveEntry(index));
319 scoped_ptr<ModelEntry> current_entry(RemoveEntry(index));
376 TemplateURLTableModel::RemoveEntry(int index) { function in class:TemplateURLTableModel
/external/chromium_org/net/disk_cache/blockfile/
H A Dbackend_impl.cc855 void BackendImpl::RemoveEntry(EntryImpl* entry) { function in class:disk_cache::BackendImpl
/external/chromium_org/v8/src/
H A Dserialize.cc537 RemoveEntry(entry);
546 RemoveEntry(from_entry);
574 void RemoveEntry(HashMap::Entry* entry) { function in class:v8::internal::CodeAddressMap::NameMap
H A Dobjects.cc15321 table->RemoveEntry(entry);
15333 void ObjectHashTable::RemoveEntry(int entry) { function in class:v8::ObjectHashTable
15466 table->RemoveEntry(entry);
15559 void OrderedHashTable<Derived, Iterator, entrysize>::RemoveEntry(int entry) { function in class:v8::OrderedHashTable
15600 OrderedHashTable<OrderedHashSet, JSSetIterator, 1>::RemoveEntry(int entry);
15632 OrderedHashTable<OrderedHashMap, JSMapIterator, 2>::RemoveEntry(int entry);

Completed in 2206 milliseconds