Searched defs:Remove (Results 1 - 25 of 206) sorted by relevance

123456789

/external/chromium_org/content/public/browser/
H A Dbrowser_child_process_observer.cc17 void BrowserChildProcessObserver::Remove( function in class:content::BrowserChildProcessObserver
/external/llvm/lib/CodeGen/
H A DMachinePassRegistry.cpp45 /// Remove - Removes a function pass from the registration list.
47 void MachinePassRegistry::Remove(MachinePassRegistryNode *Node) { function in class:MachinePassRegistry
/external/chromium_org/ui/aura/
H A Dwindow_tracker.cc27 void WindowTracker::Remove(Window* window) { function in class:aura::WindowTracker
40 Remove(window);
/external/chromium/chrome/browser/notifications/
H A Dballoon_collection_base.cc23 void BalloonCollectionBase::Remove(Balloon* balloon) { function in class:BalloonCollectionBase
/external/chromium/chrome/browser/prefs/
H A Dpref_change_registrar.cc39 void PrefChangeRegistrar::Remove(const char* path, NotificationObserver* obs) { function in class:PrefChangeRegistrar
/external/chromium/net/base/
H A Dssl_client_auth_cache.cc40 void SSLClientAuthCache::Remove(const std::string& server) { function in class:net::SSLClientAuthCache
/external/chromium/net/disk_cache/
H A Dmem_rankings.cc28 void MemRankings::Remove(MemEntryImpl* node) { function in class:disk_cache::MemRankings
49 Remove(node);
/external/chromium/net/ftp/
H A Dftp_auth_cache.cc55 void FtpAuthCache::Remove(const GURL& origin, const string16& username, function in class:net::FtpAuthCache
/external/chromium_org/ash/launcher/
H A Dscoped_observer_with_duplicated_sources.h19 // only removed once Remove() is invoked the same number of times as Add().
43 // |source| when Remove() is invoked the same number of times as Add().
44 void Remove(Source* source) { function in class:ScopedObserverWithDuplicatedSources
/external/chromium_org/base/
H A Dscoped_observer.h32 // Remove the object passed to the constructor as an observer from |source|.
33 void Remove(Source* source) { function in class:ScopedObserver
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dweak_unlimited_settings_storage.cc53 ValueStore::WriteResult WeakUnlimitedSettingsStorage::Remove( function in class:extensions::WeakUnlimitedSettingsStorage
55 return delegate_->Remove(key);
58 ValueStore::WriteResult WeakUnlimitedSettingsStorage::Remove( function in class:extensions::WeakUnlimitedSettingsStorage
60 return delegate_->Remove(keys);
/external/chromium_org/chrome/browser/prefs/
H A Dsynced_pref_change_registrar.cc41 void SyncedPrefChangeRegistrar::Remove(const char *path) { function in class:SyncedPrefChangeRegistrar
/external/chromium_org/chrome/common/extensions/
H A Dvalue_counter.cc39 int ValueCounter::Remove(const base::Value& value) { function in class:extensions::ValueCounter
/external/chromium_org/chrome/test/automation/
H A Dautomation_handle_tracker.cc22 tracker_->Remove(this);
41 void AutomationHandleTracker::Remove(AutomationResourceProxy* proxy) { function in class:AutomationHandleTracker
/external/chromium_org/content/browser/indexed_db/leveldb/
H A Dleveldb_write_batch.cc31 void LevelDBWriteBatch::Remove(const base::StringPiece& key) { function in class:content::LevelDBWriteBatch
/external/chromium_org/content/browser/worker_host/
H A Dworker_document_set.cc32 void WorkerDocumentSet::Remove(WorkerMessageFilter* parent, function in class:content::WorkerDocumentSet
/external/chromium_org/net/disk_cache/
H A Dmem_rankings.cc28 void MemRankings::Remove(MemEntryImpl* node) { function in class:disk_cache::MemRankings
49 Remove(node);
/external/chromium_org/net/ftp/
H A Dftp_auth_cache.cc51 void FtpAuthCache::Remove(const GURL& origin, function in class:net::FtpAuthCache
/external/chromium_org/net/ssl/
H A Dssl_client_auth_cache.cc40 void SSLClientAuthCache::Remove(const std::string& server) { function in class:net::SSLClientAuthCache
/external/chromium_org/ppapi/shared_impl/
H A Dcallback_tracker.cc24 // Iterate over a copy since |Abort()| calls |Remove()| (indirectly).
61 void CallbackTracker::Remove( function in class:ppapi::CallbackTracker
/external/chromium_org/ui/views/
H A Dview_model.cc27 void ViewModel::Remove(int index) { function in class:views::ViewModel
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutexset.cc65 void MutexSet::Remove(u64 id) { function in class:__tsan::MutexSet
/external/sfntly/cpp/src/sfntly/port/
H A Djava_iterator.h51 virtual void Remove() { function in class:sfntly::PODIterator
78 virtual void Remove() { function in class:sfntly::RefIterator
/external/chromium/chrome/common/extensions/
H A Dextension_set.cc28 void ExtensionSet::Remove(const std::string& id) { function in class:ExtensionSet
/external/chromium_org/base/prefs/
H A Dpref_change_registrar.cc43 void PrefChangeRegistrar::Remove(const char* path) { function in class:PrefChangeRegistrar

Completed in 828 milliseconds

123456789