Searched defs:Remove (Results 101 - 125 of 185) sorted by relevance

12345678

/external/chromium_org/mojo/aura/
H A Dwindow_tree_host_mojo.cc42 void Remove(WindowTreeHostMojo* manager) { function in class:mojo::__anon8722::TreeHosts
77 TreeHosts::Get()->Remove(this);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
H A Ddev_fs.cc282 Error DevFs::Remove(const Path& path) { function in class:nacl_io::DevFs
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/html5fs/
H A Dhtml5_fs.cc131 Error Html5Fs::Remove(const Path& path) { function in class:nacl_io::Html5Fs
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/httpfs/
H A Dhttp_fs.cc116 Error HttpFs::Remove(const Path& path) { function in class:nacl_io::HttpFs
290 // Remove empty words (due to multiple consecutive spaces).
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/jsfs/
H A Djs_fs.cc456 Error JsFs::Remove(const Path& path) { function in class:nacl_io::JsFs
/external/chromium_org/net/http/
H A Dhttp_auth_cache.cc199 // Remove any entries that have been subsumed by the new entry.
235 bool HttpAuthCache::Remove(const GURL& origin, function in class:net::HttpAuthCache
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DDOMWrapperMap.h88 m_map.Remove(key);
119 static v8::PersistentContainerValue Remove(Impl* impl, KeyType* key) function in class:blink::DOMWrapperMap::PersistentValueMapTraits
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_util.h170 void Remove(T item) { function in class:crazy::Vector
/external/chromium_org/third_party/leveldatabase/
H A Denv_chromium.h163 bool Remove(const std::string& fname) { function in class:leveldb_env::ChromiumEnv::LockTable
/external/chromium_org/third_party/webrtc/base/
H A Dhttpserver.cc100 HttpServer::Remove(int connection_id) { function in class:rtc::HttpServer
166 server_->Remove(connection_id_);
203 server_->Remove(connection_id_);
226 server_->Remove(connection_id_);
H A Dmessagequeue.cc65 void MessageQueueManager::Remove(MessageQueue *message_queue) { function in class:rtc::MessageQueueManager
132 MessageQueueManager::Remove(this);
335 // Remove messages with phandler
346 // Remove from ordered message queue
361 // Remove from priority queue. Not directly iterable, so use this approach
/external/chromium_org/ui/base/models/
H A Dtree_node_model.h33 // Remove and set_title. TreeNodeModel provides cover methods that mutate the
81 parent->Remove(node);
88 virtual NodeType* Remove(NodeType* node) { function in class:ui::TreeNode
227 NodeType* Remove(NodeType* parent, NodeType* node) { function in class:ui::TreeNodeModel
230 NodeType* delete_node = parent->Remove(node);
/external/chromium_org/v8/src/
H A Dcompilation-cache.cc91 void CompilationSubCache::Remove(Handle<SharedFunctionInfo> function_info) { function in class:v8::internal::CompilationSubCache
97 table->Remove(*function_info);
301 void CompilationCache::Remove(Handle<SharedFunctionInfo> function_info) { function in class:v8::internal::CompilationCache
304 eval_global_.Remove(function_info);
305 eval_contextual_.Remove(function_info);
306 script_.Remove(function_info);
H A Ddata-flow.h110 void Remove(int i) { function in class:v8::internal::BitVector
H A Dhashmap.h55 void* Remove(void* key, uint32_t hash);
145 void* TemplateHashMapImpl<AllocationPolicy>::Remove(void* key, uint32_t hash) { function in class:v8::internal::TemplateHashMapImpl
H A Dlist-inl.h103 T List<T, P>::Remove(int i) { function in class:v8::internal::List
118 Remove(i);
H A Dunique.h171 // Remove an element from this set. Mutates this set. O(|this|)
172 void Remove(Unique<T> uniq) { function in class:v8::internal::FINAL
/external/clang/lib/Driver/
H A DSanitizerArgs.cpp50 unsigned Add, Remove; local
51 if (!parse(D, Args, *I, Add, Remove, true))
56 AllRemove |= expandGroups(Remove);
271 unsigned &Remove, bool DiagnoseErrors) {
273 Remove = 0;
277 Remove = parse(D, A, DiagnoseErrors);
291 unsigned Add, Remove; local
292 if (parse(D, Args, *I, Add, Remove, false) &&
295 Kind &= ~Remove;
269 parse(const Driver &D, const llvm::opt::ArgList &Args, const llvm::opt::Arg *A, unsigned &Add, unsigned &Remove, bool DiagnoseErrors) argument
/external/lldb/source/Breakpoint/
H A DBreakpointSiteList.cpp82 BreakpointSiteList::Remove (lldb::break_id_t break_id) function in class:BreakpointSiteList
H A DWatchpointList.cpp209 WatchpointList::Remove (lldb::watch_id_t watch_id, bool notify) function in class:WatchpointList
/external/chromium_org/chrome/browser/ui/search_engines/
H A Dtemplate_url_table_model.cc243 void TemplateURLTableModel::Remove(int index) { function in class:TemplateURLTableModel
244 // Remove the observer while we modify the model, that way we don't need to
253 template_url_service_->Remove(template_url);
/external/chromium_org/chromeos/dbus/
H A Dfake_shill_service_client.cc88 // Remove credentials that Shill wouldn't send.
233 void FakeShillServiceClient::Remove(const dbus::ObjectPath& service_path, function in class:chromeos::FakeShillServiceClient
/external/chromium_org/chromeos/login/auth/
H A Dcryptohome_authenticator.cc343 void Remove(AuthAttemptState* attempt, function in namespace:chromeos::__anon6158
599 base::Bind(&Remove,
609 base::Bind(&Remove,
/external/chromium_org/content/public/test/
H A Dmock_render_process_host.cc38 ChildProcessSecurityPolicyImpl::GetInstance()->Remove(GetID());
40 factory_->Remove(this);
70 listeners_.Remove(routing_id);
266 // from calling MockRenderProcessHostFactory::Remove().
284 void MockRenderProcessHostFactory::Remove(MockRenderProcessHost* host) const { function in class:content::MockRenderProcessHostFactory
/external/chromium_org/extensions/browser/
H A Dextension_host.cc68 // Remove a host from the queue (in case it's being deleted).
69 void Remove(ExtensionHost* host) { function in class:extensions::ExtensionHost::ProcessCreationQueue
161 ProcessCreationQueue::GetInstance()->Remove(this);

Completed in 507 milliseconds

12345678