Searched refs:Remove (Results 301 - 325 of 902) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/v8/include/
H A Dv8-util.h64 static PersistentContainerValue Remove(Impl* impl, K key) { function in class:v8::StdMapTraits
190 UniquePersistent<V> Remove(const K& key) { function in class:v8::PersistentValueMap
191 return Release(Traits::Remove(&impl_, key)).Pass();
258 * in the underlying map, as a result of Set or Remove for the same
302 persistentValueMap->Remove(key).Pass(), key);
450 * Remove all elements from the vector.
/external/chromium_org/v8/test/cctest/
H A Dtest-dataflow.cc43 v.Remove(0);
/external/clang/include/clang/Driver/
H A DSanitizerArgs.h100 const llvm::opt::Arg *A, unsigned &Add, unsigned &Remove,
/external/lldb/tools/debugserver/source/
H A DDNBBreakpoint.h137 bool Remove (nub_addr_t addr);
/external/llvm/include/llvm/CodeGen/
H A DMachinePassRegistry.h109 /// Remove - Removes a function pass from the registration list.
111 void Remove(MachinePassRegistryNode *Node);
/external/chromium_org/base/
H A Did_map.h15 // Ownership semantics - own pointer means the pointer is deleted in Remove()
81 void Remove(KeyType id) { function in class:IDMap
234 Remove(*i);
/external/chromium_org/base/prefs/
H A Dpref_change_registrar_unittest.cc79 registrar.Remove("test.pref.1");
80 registrar.Remove("test.pref.2");
/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/
H A Dlocale_change_guard.cc98 registrar_.Remove(this, chrome::NOTIFICATION_SESSION_STARTED,
109 registrar_.Remove(this, content::NOTIFICATION_LOAD_COMPLETED_MAIN_FRAME,
/external/chromium_org/chrome/browser/
H A Dcustom_home_pages_table_model.cc158 void CustomHomePagesTableModel::Remove(int index) { function in class:CustomHomePagesTableModel
173 // Remove the current entries.
175 Remove(0);
/external/chromium_org/chrome/browser/media/
H A Dcast_transport_host_filter.cc88 id_map_.Remove(channel_id);
112 id_map_.Remove(channel_id);
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsearch_engines_helper.cc244 service->Remove(turl);
250 GetVerifierService()->Remove(verifier_turl);
H A Dsingle_client_bookmarks_sync_test.cc26 using bookmarks_helper::Remove;
165 Remove(0, top, top->child_count() - 1);
286 // Remove all bookmarks and wait for sync completion.
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dsyncable_file_system_unittest.cc220 file_system_.Remove(URL(kPath3), false /* recursive */));
229 file_system_.Remove(URL(kPath0), true /* recursive */));
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcookies_view_handler.cc121 base::Bind(&CookiesViewHandler::Remove,
232 void CookiesViewHandler::Remove(const base::ListValue* args) { function in class:options::CookiesViewHandler
H A Dstartup_pages_handler.cc157 startup_custom_pages_table_model_->Remove(selected_index);
196 startup_custom_pages_table_model_->Remove(index);
/external/chromium_org/chromeos/dbus/
H A Dshill_ipconfig_client.cc52 virtual void Remove(const dbus::ObjectPath& ipconfig_path,
160 void ShillIPConfigClientImpl::Remove( function in class:chromeos::__anon6138::ShillIPConfigClientImpl
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_dispatcher_host.h133 void Remove(KeyType id) { map_.Remove(id); } function in class:content::IndexedDBDispatcherHost::RefIDMap
/external/chromium_org/content/browser/indexed_db/leveldb/
H A Dleveldb_transaction.h28 void Remove(const base::StringPiece& key);
159 void Remove(const base::StringPiece& key);
/external/chromium_org/content/browser/renderer_host/
H A Dsocket_stream_dispatcher_host.cc283 hosts_.Remove(socket_id);
302 hosts_.Remove(socket_id);
/external/chromium_org/content/renderer/media/
H A Daudio_input_message_filter.cc121 delegates_.Remove(it.GetCurrentKey());
225 filter_->delegates_.Remove(stream_id_);
H A Daudio_message_filter.cc110 filter_->delegates_.Remove(stream_id_);
163 delegates_.Remove(it.GetCurrentKey());
H A Dwebrtc_local_audio_track.cc148 scoped_refptr<MediaStreamAudioTrackSink> removed_item = sinks_.Remove(
182 scoped_refptr<MediaStreamAudioTrackSink> removed_item = sinks_.Remove(
/external/chromium_org/media/filters/
H A Dchunk_demuxer.h55 void Remove(base::TimeDelta start, base::TimeDelta end,
234 // Remove buffers between |start| and |end| for the source buffer
236 void Remove(const std::string& id, base::TimeDelta start,
277 // TODO(wolenetz): Remove this method once MediaSourceDelegate no longer
/external/chromium_org/net/disk_cache/memory/
H A Dmem_backend_impl.cc95 rankings_.Remove(entry);
125 rankings_.Remove(entry);

Completed in 648 milliseconds

<<11121314151617181920>>