Searched defs:Remove (Results 151 - 175 of 185) sorted by relevance

12345678

/external/tinyxml/
H A Dtinyxml.cpp469 attributeSet.Remove( node );
656 attributeSet.Remove( node );
1543 void TiXmlAttributeSet::Remove( TiXmlAttribute* removeMe ) function in class:TiXmlAttributeSet
/external/chromium_org/base/
H A Dvalues.cc715 bool DictionaryValue::Remove(const std::string& path, function in class:base::DictionaryValue
977 bool ListValue::Remove(size_t index, scoped_ptr<Value>* out_value) { function in class:base::ListValue
990 bool ListValue::Remove(const Value& value, size_t* index) { function in class:base::ListValue
/external/chromium_org/chrome/browser/android/thumbnail/
H A Dthumbnail_store.cc189 void ThumbnailStore::Remove(TabId tab_id) { function in class:ThumbnailStore
190 cache_.Remove(tab_id);
191 approximation_cache_.Remove(tab_id);
242 Remove(tab_id);
462 cache_.Remove(key_to_remove);
479 cache_.Remove(tab_id);
483 approximation_cache_.Remove(tab_id);
837 Remove(tab_id);
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_system.cc436 void FileSystem::Remove(const base::FilePath& file_path, function in class:drive::FileSystem
441 remove_operation_->Remove(file_path, is_recursive, callback);
/external/chromium_org/chrome/browser/extensions/api/debugger/
H A Ddebugger_api.cc259 void Remove(ExtensionDevToolsClientHost* client_host);
285 void AttachedClientHosts::Remove(ExtensionDevToolsClientHost* client_host) { function in class:extensions::__anon3666::AttachedClientHosts
361 AttachedClientHosts::GetInstance()->Remove(this);
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dbookmarks_helper.cc607 void Remove(int profile, const BookmarkNode* parent, int index) { function in namespace:bookmarks_helper
616 GetVerifierBookmarkModel()->Remove(v_parent, index);
618 model->Remove(parent, index);
627 GetVerifierBookmarkModel()->Remove(permanent_node, j);
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dcanned_syncable_file_system.cc400 File::Error CannedSyncableFileSystem::Remove( function in class:sync_file_system::CannedSyncableFileSystem
638 operation_runner()->Remove(url, recursive, callback);
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_model.cc195 void BookmarkModel::Remove(const BookmarkNode* parent, int index) { function in class:BookmarkModel
339 index_->Remove(node);
745 index_->Remove(node);
860 parent->Remove(node);
/external/chromium_org/content/browser/
H A Dchild_process_security_policy_impl.cc354 void ChildProcessSecurityPolicyImpl::Remove(int child_id) { function in class:content::ChildProcessSecurityPolicyImpl
/external/chromium_org/media/filters/
H A Dchunk_demuxer.cc130 // Calls Remove(|start|, |end|, |duration|) on all
132 void Remove(TimeDelta start, TimeDelta end, TimeDelta duration);
355 void SourceState::Remove(TimeDelta start, TimeDelta end, TimeDelta duration) { function in class:media::SourceState
357 audio_->Remove(start, end, duration);
360 video_->Remove(start, end, duration);
364 itr->second->Remove(start, end, duration);
849 void ChunkDemuxerStream::Remove(TimeDelta start, TimeDelta end, function in class:media::ChunkDemuxerStream
852 stream_->Remove(start, end, duration);
1367 void ChunkDemuxer::Remove(const std::string& id, TimeDelta start, function in class:media::ChunkDemuxer
1369 DVLOG(1) << "Remove(" << i
[all...]
H A Dsource_buffer_stream_unittest.cc148 Remove(base::TimeDelta::FromMilliseconds(start),
153 void Remove(base::TimeDelta start, base::TimeDelta end, function in class:media::SourceBufferStreamTest
155 stream_->Remove(start, end, duration);
481 // Remove the "S(" off of the token.
487 // Remove the ")" off of the token.
495 // Remove the "C" off of the token.
500 // Remove the "K" off of the token.
507 // Remove the "P" off of the token.
2864 // Remove as the size of GOP.
3430 Remove(bas
[all...]
/external/chromium_org/third_party/leveldatabase/src/util/
H A Denv_posix.cc288 void Remove(const std::string& fname) { function in class:leveldb::__anon12468::PosixLockTable
430 locks_.Remove(fname);
446 locks_.Remove(my_lock->name_);
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmalloc_hook.cc198 // This lock is shared between all implementations of HookList::Add & Remove.
229 bool HookList<T>::Remove(T value_as_t) { function in class:base::internal::HookList
335 return new_hooks_.Remove(hook);
347 return delete_hooks_.Remove(hook);
359 return premmap_hooks_.Remove(hook);
374 return mmap_replacement_.Remove(hook);
386 return mmap_hooks_.Remove(hook);
398 return munmap_hooks_.Remove(hook);
414 return munmap_replacement_.Remove(hook);
426 return mremap_hooks_.Remove(hoo
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmalloc_hook.cc198 // This lock is shared between all implementations of HookList::Add & Remove.
229 bool HookList<T>::Remove(T value_as_t) { function in class:base::internal::HookList
335 return new_hooks_.Remove(hook);
347 return delete_hooks_.Remove(hook);
359 return premmap_hooks_.Remove(hook);
374 return mmap_replacement_.Remove(hook);
386 return mmap_hooks_.Remove(hook);
398 return munmap_hooks_.Remove(hook);
414 return munmap_replacement_.Remove(hook);
426 return mremap_hooks_.Remove(hoo
[all...]
/external/chromium_org/v8/src/base/platform/
H A Dplatform-posix.cc340 bool OS::Remove(const char* path) { function in class:v8::base::OS
H A Dplatform-win32.cc585 bool OS::Remove(const char* path) { function in class:v8::base::OS
602 Remove(tempNameBuffer); // Delete on close.
/external/lldb/source/Core/
H A DModuleList.cpp190 ModuleList::Remove (const ModuleSP &module_sp) function in class:ModuleList
263 ModuleList::Remove (ModuleList &module_list) function in class:ModuleList
270 if (Remove (*pos))
376 // Remove the current context
436 // Remove the current context
904 shared_module_list.Remove (module_sp);
1010 shared_module_list.Remove (module_sp);
1062 return GetSharedModuleList ().Remove (module_sp);
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_bstring.cpp851 FX_STRSIZE CFX_ByteString::Remove(FX_CHAR chRemove) function in class:CFX_ByteString
H A Dfx_basic_wstring.cpp758 FX_STRSIZE CFX_WideString::Remove(FX_WCHAR chRemove) function in class:CFX_WideString
/external/chromium_org/components/search_engines/
H A Dtemplate_url_service.cc104 // Remove SyncChanges that should not be sent to the server from |change_list|.
343 // Remove the scheme.
367 // Remove leading "www.".
370 // Remove trailing "/".
581 void TemplateURLService::Remove(TemplateURL* template_url) { function in class:TemplateURLService
758 // Remove items.
1033 Remove(existing_turl);
1113 // We do a lot of calls to Add/Remove/ResetTemplateURL here, so ensure we
1502 provider_map_->Remove(template_url);
1635 provider_map_->Remove(existing_tur
[all...]
/external/chromium_org/content/browser/download/
H A Ddownload_item_impl.cc343 Remove();
410 // TODO(rdsmith/benjhayden): Remove condition as part of
423 // Remove the intermediate file if we are cancelling an interrupted download.
436 void DownloadItemImpl::Remove() { function in class:content::DownloadItemImpl
772 // TODO(rdsmith): Remove null check after removing GetWebContents() from
1311 // TODO(rdsmith/benjhayden): Remove as part of SavePackage integration.
/external/chromium_org/ui/compositor/
H A Dlayer.cc117 parent_->Remove(this);
162 child->parent_->Remove(child);
174 void Layer::Remove(Layer* child) { function in class:ui::Layer
/external/chromium_org/v8/src/
H A Dserialize.cc503 address_to_name_map_.Remove(from);
533 void Remove(Address code_address) { function in class:v8::internal::CodeAddressMap::NameMap
575 impl_.Remove(entry->key, entry->hash);
/external/jmdns/src/javax/jmdns/impl/
H A DJmDNSImpl.java60 Remove, Update, Add, RegisterServiceType, Noop enum constant in enum:JmDNSImpl.Operation
1217 * Remove a listener from all outstanding questions. The listener will no longer receive any updates.
1305 case Remove:
1358 cacheOperation = Operation.Remove;
1783 this.updateRecord(now, record, Operation.Remove);
/external/lzma/CPP/7zip/Archive/7z/
H A D7zIn.cpp141 ~CStreamSwitch() { Remove(); }
142 void Remove();
148 void CStreamSwitch::Remove() function in class:NArchive::N7z::CStreamSwitch
159 Remove();
172 Remove();
1239 streamSwitch.Remove();

Completed in 1651 milliseconds

12345678