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

123456789

/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfileapi_worker.cc260 void Remove(const base::FilePath& file_path, function in namespace:drive::fileapi_internal
265 file_system->Remove(file_path, is_recursive,
/external/chromium_org/chrome/browser/
H A Dcustom_home_pages_table_model.cc157 void CustomHomePagesTableModel::Remove(int index) { function in class:CustomHomePagesTableModel
174 // Remove the current entries.
176 Remove(0);
/external/chromium_org/chrome/browser/download/
H A Ddownload_request_limiter.cc80 host_->Remove(this);
94 host_->Remove(this);
201 host_->Remove(this);
446 void DownloadRequestLimiter::Remove(TabDownloadState* state) { function in class:DownloadRequestLimiter
/external/chromium_org/chrome/browser/net/
H A Devicted_domain_cookie_counter_unittest.cc75 void Remove(net::CanonicalCookie* cookie);
170 void EvictedDomainCookieCounterTest::Remove(net::CanonicalCookie* cookie) { function in class:chrome_browser_net::__anon5364::EvictedDomainCookieCounterTest
215 Remove(cookies_[i]);
253 // Remove cookies at t = [1,3,6,10,15,21].
256 Remove(cookies_[i]);
/external/chromium_org/chrome/browser/renderer_host/
H A Dweb_cache_manager.cc100 void WebCacheManager::Remove(int renderer_id) { function in class:WebCacheManager
175 Remove(process->GetID());
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dsyncable_file_system_operation.cc197 void SyncableFileSystemOperation::Remove( function in class:sync_file_system::SyncableFileSystemOperation
210 base::Bind(&FileSystemOperation::Remove,
/external/chromium_org/chrome/browser/task_manager/
H A Dbackground_resource_provider.cc206 registrar_.Remove(
209 registrar_.Remove(
212 registrar_.Remove(
246 void BackgroundContentsResourceProvider::Remove(BackgroundContents* contents) { function in class:task_manager::BackgroundContentsResourceProvider
252 // Remove the resource from the Task Manager.
300 Remove(contents);
305 Remove(content::Details<BackgroundContents>(details).ptr());
H A Dtab_contents_resource_provider.cc265 registrar_.Remove(this, content::NOTIFICATION_WEB_CONTENTS_CONNECTED,
267 registrar_.Remove(this, content::NOTIFICATION_WEB_CONTENTS_SWAPPED,
269 registrar_.Remove(this, content::NOTIFICATION_WEB_CONTENTS_DISCONNECTED,
314 void TabContentsResourceProvider::Remove(WebContents* web_contents) { function in class:task_manager::TabContentsResourceProvider
327 // Remove the resource from the Task Manager.
347 Remove(web_contents);
351 Remove(web_contents);
/external/chromium_org/chrome/browser/ui/views/
H A Dselect_file_dialog_extension.cc51 void Remove(int32 tab_id);
74 void PendingDialog::Remove(int32 tab_id) { function in class:__anon6402::PendingDialog
123 PendingDialog::GetInstance()->Remove(tab_id_);
132 PendingDialog::GetInstance()->Remove(tab_id_);
/external/chromium_org/chrome/browser/value_store/
H A Dleveldb_value_store.cc252 ValueStore::WriteResult LeveldbValueStore::Remove(const std::string& key) { function in class:LeveldbValueStore
254 return Remove(std::vector<std::string>(1, key));
257 ValueStore::WriteResult LeveldbValueStore::Remove( function in class:LeveldbValueStore
/external/chromium_org/content/browser/indexed_db/leveldb/
H A Dleveldb_transaction.cc66 void LevelDBTransaction::Remove(const StringPiece& key) { function in class:content::LevelDBTransaction
113 write_batch->Remove(node->key);
460 void LevelDBWriteOnlyTransaction::Remove(const StringPiece& key) { function in class:content::LevelDBWriteOnlyTransaction
462 write_batch_->Remove(key);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dmount_dev.cc271 Error MountDev::Remove(const Path& path) { return EINVAL; } function in class:nacl_io::MountDev
H A Dmount_http.cc148 Error MountHttp::Remove(const Path& path) { function in class:nacl_io::MountHttp
H A Dmount_passthrough.cc159 Error MountPassthrough::Remove(const Path& path) { function in class:nacl_io::MountPassthrough
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dhttpserver.cc117 HttpServer::Remove(int connection_id) { function in class:talk_base::HttpServer
183 server_->Remove(connection_id_);
220 server_->Remove(connection_id_);
243 server_->Remove(connection_id_);
H A Dmessagequeue.cc70 void MessageQueueManager::Remove(MessageQueue *message_queue) { function in class:talk_base::MessageQueueManager
125 MessageQueueManager::Instance()->Remove(this);
331 // Remove messages with phandler
342 // Remove from ordered message queue
357 // 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.cc121 void CompilationSubCache::Remove(Handle<SharedFunctionInfo> function_info) { function in class:v8::internal::CompilationSubCache
127 table->Remove(*function_info);
392 void CompilationCache::Remove(Handle<SharedFunctionInfo> function_info) { function in class:v8::internal::CompilationCache
395 eval_global_.Remove(function_info);
396 eval_contextual_.Remove(function_info);
397 script_.Remove(function_info);
H A Ddata-flow.h133 void Remove(int i) { function in class:v8::internal::BitVector
H A Dhashmap.h77 void* Remove(void* key, uint32_t hash);
162 void* TemplateHashMapImpl<AllocationPolicy>::Remove(void* key, uint32_t hash) { function in class:v8::internal::TemplateHashMapImpl
H A Dlist-inl.h125 T List<T, P>::Remove(int i) { function in class:v8::internal::List
140 Remove(i);
/external/chromium_org/webkit/browser/fileapi/
H A Dasync_file_test_helper.cc115 base::PlatformFileError AsyncFileTestHelper::Remove( function in class:fileapi::AsyncFileTestHelper
121 context->operation_runner()->Remove(
/external/clang/lib/Driver/
H A DSanitizerArgs.h142 const llvm::opt::Arg *A, unsigned &Add, unsigned &Remove,
145 Remove = 0;
151 Remove = Address;
157 Remove = Thread;
170 Remove = parse(D, A, DiagnoseErrors);
193 unsigned Add, Remove; local
194 if (parse(D, Args, *I, Add, Remove, false) &&
197 Kind &= ~Remove;
141 parse(const Driver &D, const llvm::opt::ArgList &Args, const llvm::opt::Arg *A, unsigned &Add, unsigned &Remove, bool DiagnoseErrors) argument
/external/v8/src/
H A Dcompilation-cache.cc120 void CompilationSubCache::Remove(Handle<SharedFunctionInfo> function_info) { function in class:v8::internal::CompilationSubCache
126 table->Remove(*function_info);
374 void CompilationCache::Remove(Handle<SharedFunctionInfo> function_info) { function in class:v8::internal::CompilationCache
377 eval_global_.Remove(function_info);
378 eval_contextual_.Remove(function_info);
379 script_.Remove(function_info);
H A Ddata-flow.h133 void Remove(int i) { function in class:v8::internal::BitVector

Completed in 484 milliseconds

123456789