/external/chromium_org/ppapi/shared_impl/ |
callback_tracker.cc | 23 // Iterate over a copy since |Abort()| calls |Remove()| (indirectly). 63 void CallbackTracker::Remove(
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
EventHandlerRegistry.h | 68 Remove, // Remove an existing event handler. 69 RemoveAll // Remove any and all existing event handlers for a given target.
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/ |
java_iterator.h | 51 virtual void Remove() { 78 virtual void Remove() {
|
/external/chromium_org/third_party/webrtc/base/ |
scopedptrcollection.h | 46 // Remove |t| from the collection without deleting it. 47 void Remove(T* t) { 48 collection_.erase(std::remove(collection_.begin(), collection_.end(), t),
|
/external/chromium_org/ui/gfx/ |
sequential_id_generator.cc | 13 void Remove(uint32 key, T* first, T* second) { 55 Remove(id, &id_to_number_, &number_to_id_); 61 Remove(number, &number_to_id_, &id_to_number_);
|
/external/chromium_org/ui/views/accessibility/ |
ax_aura_obj_cache.cc | 48 void AXAuraObjCache::Remove(View* view) { 52 void AXAuraObjCache::Remove(Widget* widget) { 56 void AXAuraObjCache::Remove(aura::Window* window) { 69 void AXAuraObjCache::Remove(int32 id) { 127 Remove(id);
|
/external/chromium_org/ui/views/ |
view_model.cc | 27 void ViewModel::Remove(int index) {
|
/external/chromium_org/v8/src/ |
circular-queue-inl.h | 36 void SamplingCircularQueue<T, L>::Remove() {
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_mutexset.cc | 65 void MutexSet::Remove(u64 id) {
|
tsan_mutexset.h | 37 void Remove(u64 id); // Removes the mutex completely (if it's destroyed). 62 void MutexSet::Remove(u64 id) {}
|
/external/sfntly/cpp/src/sfntly/port/ |
java_iterator.h | 51 virtual void Remove() { 78 virtual void Remove() {
|
/external/chromium_org/ash/touch/ |
touch_observer_hud.cc | 72 void TouchObserverHUD::Remove() {
|
/external/chromium_org/chrome/browser/android/thumbnail/ |
scoped_ptr_expiring_cache.h | 25 Remove(key); 37 void Remove(const Key& key) {
|
/external/chromium_org/chrome/browser/apps/drive/ |
drive_app_mapping.cc | 58 void DriveAppMapping::Remove(const std::string& drive_app_id) {
|
/external/chromium_org/chrome/browser/chromeos/drive/sync/ |
remove_performer.cc | 84 void RemovePerformer::Remove(const std::string& local_id, 162 if (error == FILE_ERROR_NOT_FOUND) { // Remove local entry when not found. 197 if (error == FILE_ERROR_NOT_FOUND) { // Remove local entry when not found.
|
/external/chromium_org/chromeos/dbus/ |
fake_shill_ipconfig_client.cc | 87 void FakeShillIPConfigClient::Remove(const dbus::ObjectPath& ipconfig_path,
|
/external/chromium_org/content/public/browser/ |
notification_registrar.cc | 56 void NotificationRegistrar::Remove(NotificationObserver* observer,
|
/external/chromium_org/content/renderer/media/ |
tagged_list.h | 51 // Remove an item that matches a predicate. Will return a reference 54 scoped_refptr<ItemType> Remove(UnaryPredicate predicate) {
|
/external/chromium_org/extensions/browser/ |
error_map.cc | 62 // If we find a duplicate error, remove the old error and add the new one, 109 void ErrorMap::Remove(const std::string& extension_id) {
|
process_map.cc | 79 bool ProcessMap::Remove(const std::string& extension_id, int process_id,
|
/external/chromium_org/sync/syncable/ |
parent_child_index.cc | 25 // TODO(rlarocque): Remove this case. 31 // TODO(rlarocque): Remove this case. 75 void ParentChildIndex::Remove(EntryKernel* e) {
|
/external/chromium_org/third_party/brotli/src/brotli/enc/ |
histogram.h | 46 void Remove(int val) {
|
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineWorklist.h | 66 // Remove - remove I from the worklist if it exists. 67 void Remove(Instruction *I) {
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
BitSet.cs | 240 // remove this element from this set 241 public void Remove(int el) {
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
BitSet.cs | 282 // remove this element from this set 283 public void Remove( int el )
|