Searched refs:Remove (Results 226 - 250 of 902) sorted by relevance

1234567891011>>

/external/chromium_org/components/sync_driver/
H A Dsync_prefs_unittest.cc81 registered_types.Remove(syncer::PROXY_TABS);
82 registered_types.Remove(syncer::TYPED_URLS);
83 registered_types.Remove(syncer::SESSIONS);
84 registered_types.Remove(syncer::HISTORY_DELETE_DIRECTIVES);
H A Dmodel_association_manager.cc155 loaded_types_.Remove(dtc->type());
156 associated_types_.Remove(dtc->type());
157 associating_types_.Remove(dtc->type());
326 desired_types_.Remove(type);
372 associating_types_.Remove(type);
/external/chromium_org/content/browser/compositor/
H A Dbrowser_compositor_output_surface.cc46 output_surface_map_->Remove(surface_id_);
/external/chromium_org/content/public/browser/
H A Dnotification_registrar.cc56 void NotificationRegistrar::Remove(NotificationObserver* observer, function in class:content::NotificationRegistrar
/external/chromium_org/content/renderer/media/android/
H A Drenderer_demuxer_android.cc38 delegates_.Remove(demuxer_client_id);
/external/chromium_org/extensions/common/
H A Dextension_set.h88 bool Remove(const std::string& id);
H A Dmessage_bundle_unittest.cc100 dict->Remove("n1.message", NULL);
111 dict->Remove("n1.placeholders.a.content", NULL);
115 dict->Remove("n1.placeholders.a", NULL);
198 // Remove one message from app dict.
199 app_dict->Remove("n2", NULL);
201 app_dict->Remove("n3", NULL);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dfilesystem.h90 virtual Error Remove(const Path& path) = 0;
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/html5fs/
H A Dhtml5_fs.h26 virtual Error Remove(const Path& path);
/external/chromium_org/net/http/
H A Dhttp_auth_cache.h154 // Remove entry on server |origin| for realm |realm| and scheme |scheme|
161 bool Remove(const GURL& origin,
/external/chromium_org/third_party/brotli/src/brotli/enc/
H A Dhistogram.h46 void Remove(int val) { function in struct:brotli::Histogram
/external/chromium_org/third_party/webrtc/base/
H A Dhttpserver.h104 void Remove(int connection_id);
H A Dphysicalsocketserver.h78 void Remove(Dispatcher* dispatcher);
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Ddecoder_database.h96 virtual int Remove(uint8_t rtp_payload_type);
/external/chromium_org/ui/views/
H A Dview_model.cc27 void ViewModel::Remove(int index) { function in class:views::ViewModel
/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/Breakpoint/
H A DWatchpointList.h183 Remove (lldb::watch_id_t watchID, bool notify);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineWorklist.h66 // Remove - remove I from the worklist if it exists.
67 void Remove(Instruction *I) { function in class:llvm::InstCombineWorklist
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
H A DHashList.cs401 public void Remove(object key) method in class:Antlr.Runtime.Collections.HashList
403 _dictionary.Remove(key);
404 _insertionOrderList.Remove(key);
/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/chromium_org/content/child/indexed_db/
H A Dindexed_db_dispatcher.cc278 pending_database_callbacks_.Remove(ipc_database_callbacks_id);
501 pending_callbacks_.Remove(ipc_callbacks_id);
512 pending_callbacks_.Remove(ipc_callbacks_id);
524 pending_callbacks_.Remove(ipc_callbacks_id);
567 pending_callbacks_.Remove(params.ipc_callbacks_id);
586 pending_callbacks_.Remove(params.ipc_callbacks_id);
597 pending_callbacks_.Remove(ipc_callbacks_id);
607 pending_callbacks_.Remove(ipc_callbacks_id);
640 pending_callbacks_.Remove(ipc_callbacks_id);
668 pending_callbacks_.Remove(ipc_callbacks_i
[all...]
/external/chromium_org/net/ssl/
H A Dssl_client_auth_cache_unittest.cc60 // Remove client certificate of server1.
61 cache.Remove(server1);
68 // Remove non-existent client certificate.
69 cache.Remove(server1);
122 // Remove the existing cached certificate.
123 cache.Remove(server1);
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dsyncable_settings_storage.cc93 ValueStore::WriteResult SyncableSettingsStorage::Remove( function in class:extensions::SyncableSettingsStorage
96 WriteResult result = delegate_->Remove(key);
104 ValueStore::WriteResult SyncableSettingsStorage::Remove( function in class:extensions::SyncableSettingsStorage
107 WriteResult result = delegate_->Remove(keys);
412 WriteResult result = delegate_->Remove(key);
/external/chromium_org/ui/views/controls/tree/
H A Dtree_view_unittest.cc247 // Remove c11, which shouldn't have any effect on the tree.
256 delete model_.Remove(GetNodeByTitle("b1")->parent(), GetNodeByTitle("b1"));
261 // Remove 'b'.
262 delete model_.Remove(GetNodeByTitle("b")->parent(), GetNodeByTitle("b"));
267 // Remove 'c11', shouldn't visually change anything.
268 delete model_.Remove(GetNodeByTitle("c11")->parent(), GetNodeByTitle("c11"));
276 delete model_.Remove(GetNodeByTitle("c")->parent(), GetNodeByTitle("c"));
286 delete model_.Remove(GetNodeByTitle("b")->parent(), GetNodeByTitle("b"));
/external/chromium_org/extensions/browser/value_store/
H A Dvalue_store_unittest.cc221 storage_->Remove(key1_));
233 EXPECT_PRED_FORMAT2(ChangesEq, changes, storage_->Remove(key1_));
248 EXPECT_PRED_FORMAT2(ChangesEq, changes, storage_->Remove(key3_));
264 EXPECT_PRED_FORMAT2(ChangesEq, changes, storage_->Remove(list12_));
349 EXPECT_PRED_FORMAT2(ChangesEq, changes, storage_->Remove(dot_key));
352 ValueStoreChangeList(), storage_->Remove(dot_key));
367 EXPECT_PRED_FORMAT2(ChangesEq, changes, storage_->Remove(dot_list));
413 EXPECT_PRED_FORMAT2(ChangesEq, changes, storage_->Remove(key1_));
415 ValueStoreChangeList(), storage_->Remove(key1_));
462 EXPECT_PRED_FORMAT2(ChangesEq, changes, storage_->Remove(list12
[all...]

Completed in 753 milliseconds

1234567891011>>