Searched refs:Remove (Results 376 - 400 of 902) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/extensions/common/
H A Dextension_set.cc63 bool ExtensionSet::Remove(const std::string& id) { function in class:extensions::ExtensionSet
H A Dextension_set_unittest.cc121 // Remove one of the extensions.
122 EXPECT_TRUE(extensions.Remove(ext2->id()));
/external/chromium_org/ipc/
H A Dipc_channel_posix.cc112 // Remove the mapping for the given channel id. No error is signaled if the
114 void Remove(const std::string& channel_id) { function in class:IPC::__anon8472::PipeMap
288 PipeMap::GetInstance()->Remove(pipe_name_);
556 PipeMap::GetInstance()->Remove(pipe_name_);
565 PipeMap::GetInstance()->Remove(pipe_name_);
/external/chromium_org/media/filters/
H A Dsource_buffer_stream.h88 void Remove(base::TimeDelta start, base::TimeDelta end,
170 // Remove(|start_timestamp|, |removal_end_timestamp|, duration) is called.
289 // Helper function used by Remove() and PrepareRangesForNextAppend() to
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/fusefs/
H A Dfuse_fs.h29 virtual Error Remove(const Path& path);
/external/chromium_org/net/disk_cache/blockfile/
H A Drankings.h121 void Remove(CacheRankingsBlock* node, List list, bool strict);
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_index.h93 void Remove(uint64 entry_hash);
/external/chromium_org/ppapi/shared_impl/
H A Dtracked_callback.cc238 tracker_->Remove(thiz);
/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_operation.h50 // GetMetadata, ReadDirectory and Remove) may be called during the
273 // - ReadDirectory, MoveFileLocal, CreateDirectory and Remove
275 // - ReadDirectory, CreateSnapshotFile and Remove on source filesystem and
302 virtual void Remove(const FileSystemURL& path, bool recursive,
/external/chromium_org/third_party/opus/src/
H A Dcompile240 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
/external/chromium_org/third_party/webrtc/base/
H A Dnatsocketfactory.h82 void Remove(const SocketAddress& ext_ip);
/external/chromium_org/ui/base/models/
H A Dlist_model_unittest.cc97 TEST_F(ListModelTest, Remove) {
107 // Remove item at index 1 from model and release memory.
115 // Remove all items from model and delete them.
134 // Remove all items and scoped_ptr above would release memory.
/external/chromium_org/v8/src/
H A Dprofile-generator.cc315 // Remove child from the stack.
372 for (int i = 0; i < to_delete.length(); ++i) tree_.Remove(to_delete[i]);
413 tree_.Remove(from);
485 profile = current_profiles_.Remove(i);
511 finished_profiles_.Remove(i);
H A Dsplay-tree.h86 // Remove the node with the given key from the tree.
87 bool Remove(const Key& key);
89 // Remove all keys from the tree.
/external/chromium_org/v8/test/cctest/
H A Dtest-unique.cc182 set->Remove(A);
188 set->Remove(A);
194 set->Remove(B);
200 set->Remove(C);
/external/libcap-ng/libcap-ng-0.7/
H A Dcompile207 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
/external/libopus/
H A Dcompile240 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
/external/lldb/source/Breakpoint/
H A DBreakpointLocationCollection.cpp49 BreakpointLocationCollection::Remove (lldb::break_id_t bp_id, lldb::break_id_t bp_loc_id) function in class:BreakpointLocationCollection
H A DBreakpointSite.cpp171 m_owners.Remove(break_id, break_loc_id);
/external/lldb/source/Interpreter/
H A DOptionValueFileSpecLIst.cpp155 m_current_value.Remove (j);
H A DOptionValuePathMappings.cpp156 m_path_mappings.Remove (j, m_notify_changes);
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Collections.Tests.pas86 FIHashList.Remove(34);
/external/chromium_org/chrome/browser/bookmarks/
H A Dchrome_bookmark_client_unittest.cc167 ASSERT_TRUE(updated->Remove(0, &removed));
184 // Remove the Folder.
186 ASSERT_TRUE(updated->Remove(1, NULL));
222 // Remove the policy.
/external/chromium_org/chrome/browser/chromeos/drive/
H A Ddownload_handler.cc139 // Remove any persisted Drive DownloadItem. crbug.com/171384
144 downloads[i]->Remove();
225 // Remove any persisted Drive DownloadItem. crbug.com/171384
227 // Remove download later, since doing it here results in a crash.
244 download->Remove();
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_app_api_browsertest.cc164 app_details->Remove("id", NULL);
243 app_details->Remove("id", NULL);

Completed in 556 milliseconds

<<11121314151617181920>>