Searched defs:Remove (Results 26 - 50 of 185) sorted by relevance

12345678

/external/chromium_org/content/browser/shared_worker/
H A Dworker_document_set.cc42 void WorkerDocumentSet::Remove(BrowserMessageFilter* parent, function in class:content::WorkerDocumentSet
/external/chromium_org/content/public/browser/
H A Dnotification_registrar.cc56 void NotificationRegistrar::Remove(NotificationObserver* observer, function in class:content::NotificationRegistrar
/external/chromium_org/extensions/browser/api/storage/
H A Dweak_unlimited_settings_storage.cc53 ValueStore::WriteResult WeakUnlimitedSettingsStorage::Remove( function in class:extensions::WeakUnlimitedSettingsStorage
55 return delegate_->Remove(key);
58 ValueStore::WriteResult WeakUnlimitedSettingsStorage::Remove( function in class:extensions::WeakUnlimitedSettingsStorage
60 return delegate_->Remove(keys);
/external/chromium_org/extensions/browser/value_store/
H A Dtesting_value_store.cc97 ValueStore::WriteResult TestingValueStore::Remove(const std::string& key) { function in class:TestingValueStore
98 return Remove(std::vector<std::string>(1, key));
101 ValueStore::WriteResult TestingValueStore::Remove( function in class:TestingValueStore
124 return Remove(keys);
H A Dvalue_store_frontend.cc66 void Remove(const std::string& key) { function in class:ValueStoreFrontend::Backend
68 storage_->Remove(key);
141 void ValueStoreFrontend::Remove(const std::string& key) { function in class:ValueStoreFrontend
145 base::Bind(&ValueStoreFrontend::Backend::Remove,
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/passthroughfs/
H A Dpassthrough_fs.cc61 Error PassthroughFs::Remove(const Path& path) { function in class:nacl_io::PassthroughFs
/external/chromium_org/ui/views/accessibility/
H A Dax_aura_obj_cache.cc48 void AXAuraObjCache::Remove(View* view) { function in class:views::AXAuraObjCache
52 void AXAuraObjCache::Remove(Widget* widget) { function in class:views::AXAuraObjCache
56 void AXAuraObjCache::Remove(aura::Window* window) { function in class:views::AXAuraObjCache
69 void AXAuraObjCache::Remove(int32 id) { function in class:views::AXAuraObjCache
127 Remove(id);
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Collections.pas109 procedure Remove(const Key: TKey); procedure
237 procedure THashList<TKey, TValue>.Remove(const Key: TKey);
239 FDictionary.Remove(Key);
240 FInsertionOrderList.Remove(Key);
/external/ceres-solver/include/ceres/
H A Dordered_groups.h89 // Remove the element, no matter what group it is in. Return value
91 bool Remove(const T element) { function in class:ceres::OrderedGroups
110 int Remove(const vector<T>& elements) { function in class:ceres::OrderedGroups
117 num_removed += Remove(elements[i]);
/external/chromium_org/ash/touch/
H A Dtouch_observer_hud.cc72 void TouchObserverHUD::Remove() { function in class:ash::TouchObserverHUD
/external/chromium_org/chrome/browser/android/thumbnail/
H A Dscoped_ptr_expiring_cache.h25 Remove(key);
37 void Remove(const Key& key) { function in class:ScopedPtrExpiringCache
/external/chromium_org/chrome/browser/apps/drive/
H A Ddrive_app_mapping.cc58 void DriveAppMapping::Remove(const std::string& drive_app_id) { function in class:DriveAppMapping
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dremove_operation.cc49 error = cache->Remove(*local_id);
79 void RemoveOperation::Remove(const base::FilePath& path, function in class:drive::file_system::RemoveOperation
/external/chromium_org/chrome/browser/chromeos/drive/
H A Djob_queue.cc75 void JobQueue::Remove(JobID id) { function in class:drive::JobQueue
/external/chromium_org/chrome/browser/chromeos/drive/sync/
H A Dremove_performer.cc84 void RemovePerformer::Remove(const std::string& local_id, function in class:drive::internal::RemovePerformer
162 if (error == FILE_ERROR_NOT_FOUND) { // Remove local entry when not found.
197 if (error == FILE_ERROR_NOT_FOUND) { // Remove local entry when not found.
/external/chromium_org/chrome/common/
H A Dauto_start_linux.cc59 bool AutoStart::Remove(const std::string& autostart_filename) { function in class:AutoStart
/external/chromium_org/chromeos/dbus/
H A Dfake_shill_ipconfig_client.cc87 void FakeShillIPConfigClient::Remove(const dbus::ObjectPath& ipconfig_path, function in class:chromeos::FakeShillIPConfigClient
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/renderer/media/
H A Dtagged_list.h51 // Remove an item that matches a predicate. Will return a reference
54 scoped_refptr<ItemType> Remove(UnaryPredicate predicate) { function in class:content::TaggedList
/external/chromium_org/extensions/browser/
H A Derror_map.cc109 void ErrorMap::Remove(const std::string& extension_id) { function in class:extensions::ErrorMap
H A Dprocess_map.cc79 bool ProcessMap::Remove(const std::string& extension_id, int process_id, function in class:extensions::ProcessMap
/external/chromium_org/extensions/renderer/
H A Dscript_context_set.cc38 void ScriptContextSet::Remove(ScriptContext* context) { function in class:extensions::ScriptContextSet
117 Remove(*it);
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dkernel_object_test.cc43 Error Remove(const Path& path) { return 0; } function in class:__anon8963::FilesystemForTesting
/external/chromium_org/native_client_sdk/src/tools/
H A Doshelpers.py195 Remove(['-vfr', dst])
236 def Remove(args): function
517 'rm': Remove,
/external/chromium_org/sync/syncable/
H A Dparent_child_index.cc25 // TODO(rlarocque): Remove this case.
31 // TODO(rlarocque): Remove this case.
75 void ParentChildIndex::Remove(EntryKernel* e) { function in class:syncer::syncable::ParentChildIndex

Completed in 735 milliseconds

12345678