Searched defs:Remove (Results 176 - 200 of 206) sorted by relevance

123456789

/external/chromium_org/chrome/browser/extensions/api/debugger/
H A Ddebugger_api.cc253 void Remove(ExtensionDevToolsClientHost* client_host);
279 void AttachedClientHosts::Remove(ExtensionDevToolsClientHost* client_host) { function in class:__anon4788::AttachedClientHosts
353 AttachedClientHosts::GetInstance()->Remove(this);
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dbookmarks_helper.cc564 void Remove(int profile, function in namespace:bookmarks_helper
574 GetVerifierBookmarkModel()->Remove(v_parent, index);
576 GetBookmarkModel(profile)->Remove(parent, index);
585 GetVerifierBookmarkModel()->Remove(permanent_node, j);
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dcanned_syncable_file_system.cc379 PlatformFileError CannedSyncableFileSystem::Remove( function in class:sync_file_system::CannedSyncableFileSystem
582 operation_runner()->Remove(url, recursive, callback);
/external/chromium_org/third_party/leveldatabase/src/util/
H A Denv_posix.cc377 void Remove(const std::string& fname) { function in class:leveldb::__anon11276::PosixLockTable
519 locks_.Remove(fname);
535 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/content/browser/download/
H A Ddownload_item_impl.cc325 Remove();
391 // TODO(rdsmith/benjhayden): Remove condition as part of
404 // Remove the intermediate file if we are cancelling an interrupted download.
416 void DownloadItemImpl::Remove() { function in class:content::DownloadItemImpl
733 // TODO(rdsmith): Remove null check after removing GetWebContents() from
1225 // TODO(rdsmith/benjhayden): Remove as part of SavePackage integration.
/external/chromium_org/media/filters/
H A Dchunk_demuxer.cc179 void Remove(TimeDelta start, TimeDelta end, TimeDelta duration);
588 void ChunkDemuxerStream::Remove(TimeDelta start, TimeDelta end, function in class:media::ChunkDemuxerStream
591 stream_->Remove(start, end, duration);
1063 void ChunkDemuxer::Remove(const std::string& id, base::TimeDelta start, function in class:media::ChunkDemuxer
1065 DVLOG(1) << "Remove(" << id << ", " << start.InSecondsF()
1070 audio_->Remove(start, end, duration_);
1073 video_->Remove(start, end, duration_);
H A Dsource_buffer_stream.cc472 void SourceBufferStream::Remove(base::TimeDelta start, base::TimeDelta end, function in class:media::SourceBufferStream
1466 // Remove the data beginning at |keyframe_index| from |buffers_| and save it
1591 // Remove the last GOP's keyframe from the |keyframe_map_|.
1678 // Remove keyframes from |starting_point| onward.
1683 // Remove everything from |starting_point| onward.
/external/chromium_org/ui/compositor/
H A Dlayer.cc104 parent_->Remove(this);
139 child->parent_->Remove(child);
148 void Layer::Remove(Layer* child) { function in class:ui::Layer
/external/chromium_org/v8/src/
H A Dplatform-posix.cc367 bool OS::Remove(const char* path) { function in class:v8::internal::OS
H A Dserialize.cc684 address_to_name_map_.Remove(from);
714 void Remove(Address code_address) { function in class:v8::internal::CodeAddressMap::NameMap
760 impl_.Remove(entry->key, entry->hash);
H A Disolate.cc873 // Remove the HeapStringAllocator created above.
1698 void Isolate::ThreadDataTable::Remove(PerIsolateThreadData* data) { function in class:v8::internal::Isolate::ThreadDataTable
1706 void Isolate::ThreadDataTable::Remove(Isolate* isolate, function in class:v8::internal::Isolate::ThreadDataTable
1710 Remove(data);
1719 if (data->isolate() == isolate) Remove(data);
1924 // Remove the external reference to the preallocated stack memory.
H A Dlog.cc564 bool Remove(TickSample* sample) { function in class:v8::internal::Profiler
695 bool overflow = Remove(&sample);
698 overflow = Remove(&sample);
H A Dplatform-win32.cc728 bool OS::Remove(const char* path) { function in class:v8::internal::OS
745 Remove(tempNameBuffer); // Delete on close.
/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();
/external/v8/src/
H A Disolate.cc690 // Remove the HeapStringAllocator created above.
1392 void Isolate::ThreadDataTable::Remove(PerIsolateThreadData* data) { function in class:v8::internal::Isolate::ThreadDataTable
1400 void Isolate::ThreadDataTable::Remove(Isolate* isolate, function in class:v8::internal::Isolate::ThreadDataTable
1404 Remove(data);
1413 if (data->isolate() == isolate) Remove(data);
1567 // Remove the external reference to the preallocated stack memory.
H A Dlog.cc104 bool Remove(TickSample* sample) { function in class:v8::internal::Profiler
325 bool overflow = Remove(&sample);
328 overflow = Remove(&sample);
396 void Remove(Address code_address) { function in class:v8::internal::Logger::NameMap
440 impl_.Remove(entry->key, entry->hash);
1099 address_to_name_map_->Remove(from);
/external/chromium_org/chrome/browser/extensions/api/downloads/
H A Ddownloads_api.cc584 static void Remove(DownloadItem* download_item) { function in class:__anon4829::ExtensionDownloadsEventRouterData
1191 (*it)->Remove();
1289 download_item->Remove();
1707 ExtensionDownloadsEventRouterData::Remove(*iter);
/external/chromium_org/chrome/browser/search_engines/
H A Dtemplate_url_service.cc162 // Remove SyncChanges that should not be sent to the server from |change_list|.
364 // Remove the scheme.
388 // Remove leading "www.".
391 // Remove trailing "/".
541 void TemplateURLService::Remove(TemplateURL* template_url) { function in class:TemplateURLService
596 Remove(url);
1001 Remove(existing_turl);
1087 // We do a lot of calls to Add/Remove/ResetTemplateURL here, so ensure we
1490 provider_map_->Remove(template_url, search_terms_data);
1815 provider_map_->Remove(existing_tur
[all...]
/external/chromium_org/net/dns/
H A Dhost_resolver_impl.cc436 void Remove(RequestPriority req_priority) { function in class:net::__anon8689::PriorityTracker
1248 priority_tracker_.Remove(req->info().priority());
1709 // TODO(szym): Remove when received_dns_config_ is removed, once
2127 // TODO(szym): Remove once http://crbug.com/137914 is resolved.
/external/clang/lib/Driver/
H A DTools.cpp1626 unsigned Add, Remove; local
1627 if (!parse(D, Args, *I, Add, Remove, true))
1631 Kind &= ~Remove;
3960 // FIXME: Remove these special cases.
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas457 procedure Remove(const El: Integer); procedure
1751 procedure Remove(const El: Integer); virtual;
3598 procedure TBitSet.Remove(const El: Integer);
4238 Result.Remove(TToken.EOR_TOKEN_TYPE);
4564 Follow2.Remove(TToken.EOR_TOKEN_TYPE);
6236 IndexToOp.Remove(I); // remove so any left have index size-1
/external/chromium/chrome/browser/sync/engine/
H A Dsyncapi.cc907 void WriteNode::Remove() { function in class:sync_api::WriteNode
1503 // TODO(tim): Bug 62103. Remove this after it has been pushed out to dev
2205 // TODO(tim): Remove this monstrosity, perhaps with ObserverListTS once core

Completed in 728 milliseconds

123456789