Searched defs:Remove (Results 1 - 25 of 218) 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/shelf/
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/cc/test/
H A Dordered_texture_map.cc33 void OrderedTextureMap::Remove(blink::WebGLId id) { function in class:cc::OrderedTextureMap
/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/browser/value_store/
H A Dtesting_value_store.cc96 ValueStore::WriteResult TestingValueStore::Remove(const std::string& key) { function in class:TestingValueStore
97 return Remove(std::vector<std::string>(1, key));
100 ValueStore::WriteResult TestingValueStore::Remove( function in class:TestingValueStore
122 return Remove(keys);
/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/third_party/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_org/ui/views/
H A Dview_model.cc27 void ViewModel::Remove(int index) { function in class:views::ViewModel
/external/chromium_org/v8/src/
H A Dcircular-queue-inl.h59 void SamplingCircularQueue<T, L>::Remove() { function in class:v8::internal::SamplingCircularQueue

Completed in 1969 milliseconds

123456789