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

12345678

/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_org/android_webview/browser/
H A Dgl_view_renderer_manager.cc49 void GLViewRendererManager::Remove(Key key) { function in class:android_webview::GLViewRendererManager
/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(GLuint id) { function in class:cc::OrderedTextureMap
/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/components/search_engines/
H A Dsearch_host_to_urls_map.cc37 void SearchHostToURLsMap::Remove(TemplateURL* template_url) { function in class:SearchHostToURLsMap
/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/extensions/common/
H A Dvalue_counter.cc28 int ValueCounter::Remove(const base::Value& value) { function in class:extensions::ValueCounter
/external/chromium_org/net/disk_cache/memory/
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 HostPortPair& server) { function in class:net::SSLClientAuthCache
/external/chromium_org/ppapi/shared_impl/
H A Dcallback_tracker.cc23 // Iterate over a copy since |Abort()| calls |Remove()| (indirectly).
63 void CallbackTracker::Remove( function in class:ppapi::CallbackTracker
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DEventHandlerRegistry.h68 Remove, // Remove an existing event handler. enumerator in enum:blink::FINAL::ChangeOperation
69 RemoveAll // Remove any and all existing event handlers for a given target.
/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/third_party/webrtc/base/
H A Dscopedptrcollection.h46 // Remove |t| from the collection without deleting it.
47 void Remove(T* t) { function in class:rtc::ScopedPtrCollection
/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.h36 void SamplingCircularQueue<T, L>::Remove() { function in class:v8::internal::SamplingCircularQueue
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutexset.cc65 void MutexSet::Remove(u64 id) { function in class:__tsan::MutexSet
/external/lldb/include/lldb/Core/
H A DFileSpecList.h222 Remove (size_t idx) function in class:lldb_private::FileSpecList
/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_org/base/prefs/
H A Dpref_change_registrar.cc43 void PrefChangeRegistrar::Remove(const char* path) { function in class:PrefChangeRegistrar
/external/chromium_org/chrome/installer/util/
H A Dapp_commands.cc83 bool AppCommands::Remove(const std::wstring& command_id) { function in class:installer::AppCommands

Completed in 8671 milliseconds

12345678