Searched refs:Remove (Results 451 - 475 of 902) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_registrar.cc151 filtered_types_to_add.Remove(syncer::TYPED_URLS);
155 filtered_types_to_add.Remove(syncer::PASSWORDS);
334 DVLOG(1) << "Remove " << ModelSafeGroupToString(group) << " worker.";
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dsync_worker_unittest.cc83 extensions_.Remove(extension_id);
84 disabled_extensions_.Remove(extension_id);
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dsyncable_file_system_operation.cc196 void SyncableFileSystemOperation::Remove( function in class:sync_file_system::SyncableFileSystemOperation
209 base::Bind(&FileSystemOperation::Remove,
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_index_unittest.cc369 TEST_F(BookmarkIndexTest, Remove) {
374 // Remove the node and make sure we don't get back any results.
375 model_->Remove(model_->other_node(), 0);
385 // Remove the node and make sure we don't get back any results.
/external/chromium_org/components/policy/core/browser/
H A Dmanaged_bookmarks_tracker_unittest.cc200 ASSERT_TRUE(updated->Remove(0, &removed));
220 // Remove the Folder.
222 ASSERT_TRUE(updated->Remove(1, NULL));
265 // Remove the policy.
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_context_core.cc161 map->Remove(provider_id);
167 providers_->Remove(process_id);
/external/libpng/
H A Dcompile244 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBitSet.cs241 public void Remove(int el) { method in class:Antlr.Runtime.BitSet
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DBitSet.cs283 public void Remove( int el ) method in class:Antlr.Runtime.BitSet
/external/chromium_org/chrome/browser/android/signin/
H A Dsignin_manager_android.cc53 remover_->Remove(BrowsingDataRemover::REMOVE_ALL, BrowsingDataHelper::ALL);
/external/chromium_org/chrome/browser/apps/drive/
H A Ddrive_app_provider.cc185 mapping_->Remove(drive_app_id);
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_remover.h75 // Mask used for Remove.
205 void Remove(int remove_mask, int origin_set_mask);
223 // of Remove(), as it exposes details that aren't yet available in the public
244 // profile in the specified time range. Use Remove to initiate the removal.
395 // True if Remove has been invoked.
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfake_file_system.h63 virtual void Remove(const base::FilePath& file_path,
H A Dfile_cache_unittest.cc341 EXPECT_EQ(FILE_ERROR_IN_USE, cache_->Remove(id));
347 EXPECT_EQ(FILE_ERROR_OK, cache_->Remove(id));
475 TEST_F(FileCacheTest, Remove) {
496 EXPECT_EQ(FILE_ERROR_OK, cache_->Remove(id));
H A Dfile_system_interface.h250 virtual void Remove(const base::FilePath& file_path,
H A Dfile_system_unittest.cc386 TEST_F(FileSystemTest, Remove) {
392 file_system_->Remove(
942 EXPECT_EQ(FILE_ERROR_IN_USE, cache_->Remove(entry->local_id()));
953 EXPECT_EQ(FILE_ERROR_OK, cache_->Remove(entry->local_id()));
/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/browser/chromeos/platform_keys/
H A Dplatform_keys_service.cc203 if (!platform_keys->Remove(*key_value, &index)) {
/external/chromium_org/chrome/browser/extensions/api/commands/
H A Dcommand_service.cc318 // The extension command might be assigned another shortcut. Remove that
453 // Remove keybindings if they have been removed by the extension and the user
677 suggested_key_prefs->Remove(it.key(), NULL);
681 suggested_key_prefs->Remove(it.key(), NULL);
684 suggested_key_prefs->Remove(it.key(), NULL);
806 bindings->Remove(key, NULL);
/external/chromium_org/chrome/browser/extensions/api/content_settings/
H A Dcontent_settings_api.cc49 args->Remove(0, NULL);
/external/chromium_org/chrome/browser/extensions/api/desktop_capture/
H A Ddesktop_capture_api.cc84 args_->Remove(0, NULL);
/external/chromium_org/chrome/browser/extensions/error_console/
H A Derror_console.cc240 errors_.Remove(extension->id());
/external/chromium_org/chrome/browser/extensions/
H A Dpending_extension_manager.cc55 bool PendingExtensionManager::Remove(const std::string& id) { function in class:extensions::PendingExtensionManager
/external/chromium_org/chrome/browser/external_protocol/
H A Dexternal_protocol_handler.cc247 update_excluded_schemas->Remove(scheme, NULL);
/external/chromium_org/chrome/browser/history/android/
H A Dbookmark_model_sql_handler.cc64 bookmark_model->Remove(parent_node, parent_node->GetIndexOf(*i));

Completed in 717 milliseconds

<<11121314151617181920>>