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

123

/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/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/chrome/common/extensions/
H A Dextension_set.cc28 void ExtensionSet::Remove(const std::string& id) { function in class:ExtensionSet
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineWorklist.h65 // Remove - remove I from the worklist if it exists.
66 void Remove(Instruction *I) { function in class:llvm::InstCombineWorklist
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Collections.pas109 procedure Remove(const Key: TKey); procedure
237 procedure THashList<TKey, TValue>.Remove(const Key: TKey);
239 FDictionary.Remove(Key);
240 FInsertionOrderList.Remove(Key);
/external/chromium/chrome/browser/automation/
H A Dautomation_resource_tracker.h92 void Remove(T resource) { function in class:AutomationResourceTracker
/external/chromium/chrome/browser/extensions/
H A Dextension_special_storage_policy.cc60 protected_apps_.Remove(extension);
62 unlimited_extensions_.Remove(extension);
64 file_handler_extensions_.Remove(extension);
110 void ExtensionSpecialStoragePolicy::SpecialCollection::Remove( function in class:ExtensionSpecialStoragePolicy::SpecialCollection
H A Dpending_extension_manager.cc46 void PendingExtensionManager::Remove(const std::string& id) { function in class:PendingExtensionManager
/external/chromium/chrome/browser/
H A Dlanguage_order_table_model.cc64 void LanguageOrderTableModel::Remove(int index) { function in class:LanguageOrderTableModel
/external/chromium/chrome/browser/search_engines/
H A Dsearch_host_to_urls_map.cc44 void SearchHostToURLsMap::Remove(const TemplateURL* template_url) { function in class:SearchHostToURLsMap
69 Remove(existing_turl);
/external/chromium/chrome/browser/ui/webui/options/
H A Dcookies_view_handler.cc74 NewCallback(this, &CookiesViewHandler::Remove));
165 void CookiesViewHandler::Remove(const ListValue* args) { function in class:CookiesViewHandler
/external/chromium/chrome/common/
H A Dauto_start_linux.cc58 bool AutoStart::Remove(const std::string& autostart_filename) { function in class:AutoStart
/external/v8/test/cctest/
H A Dtest-hashmap.cc56 void Remove(int x) { function in class:IntSet
58 map_.Remove(reinterpret_cast<void*>(x), hash_(x));
112 set.Remove(1);
118 set.Remove(3);
149 // Remove all these values.
154 set.Remove(x);
/external/webrtc/src/system_wrappers/source/
H A Dmap_no_stl.cc159 return Remove(item);
170 return Remove(item);
187 int MapNoStl::Remove(MapNoStlItem* item) function in class:webrtc::MapNoStl
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DSubList.cs83 public void Remove( object value ) method in class:Antlr.Runtime.JavaExtensions.SubList
306 void IList.Remove( object value )
373 bool ICollection<T>.Remove( T item ) method in class:Antlr.Runtime.JavaExtensions.SubList
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBitSet.cs241 public void Remove(int el) { method in class:Antlr.Runtime.BitSet
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DBitSet.cs283 public void Remove( int el ) method in class:Antlr.Runtime.BitSet
/external/chromium/chrome/browser/chromeos/notifications/
H A Ddesktop_notifications_unittest.cc22 virtual void Remove(Balloon* balloon) {} function in class:chromeos::MockNotificationUI
/external/chromium/chrome/browser/ui/gtk/
H A Dmenu_bar_helper.cc65 void MenuBarHelper::Remove(GtkWidget* button) { function in class:MenuBarHelper
/external/chromium/net/http/
H A Dhttp_auth_cache.cc166 // Remove any entries that have been subsumed by the new entry.
199 bool HttpAuthCache::Remove(const GURL& origin, function in class:net::HttpAuthCache
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dstunrequest.cc66 void StunRequestManager::Remove(StunRequest* request) { function in class:cricket::StunRequestManager
82 Remove(requests[i]);
144 manager_->Remove(this);

Completed in 9886 milliseconds

123