Searched refs:Remove (Results 1 - 25 of 1046) sorted by relevance

1234567891011>>

/external/chromium_org/content/public/browser/
H A Dbrowser_child_process_observer.cc17 void BrowserChildProcessObserver::Remove( function in class:content::BrowserChildProcessObserver
H A Dbrowser_child_process_observer.h39 static void Remove(BrowserChildProcessObserver* observer);
/external/chromium_org/chrome/browser/ui/views/
H A Dload_complete_listener.cc24 registrar_.Remove(this, content::NOTIFICATION_LOAD_COMPLETED_MAIN_FRAME,
36 registrar_.Remove(this, content::NOTIFICATION_LOAD_COMPLETED_MAIN_FRAME,
/external/chromium_org/chrome/browser/extensions/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/
H A Dprocess_map_unittest.cc16 EXPECT_FALSE(map.Remove("a", 1, 1));
49 EXPECT_TRUE(map.Remove("a", 1, 1));
50 EXPECT_FALSE(map.Remove("a", 1, 1));
57 EXPECT_TRUE(map.Remove("a", 1, 5));
/external/chromium_org/sync/syncable/
H A Dscoped_parent_child_index_updater.cc17 index_->Remove(entry_);
/external/chromium_org/chrome/browser/automation/
H A Dautomation_tab_tracker.cc31 registrar_.Remove(this, chrome::NOTIFICATION_TAB_CLOSING,
33 registrar_.Remove(this, chrome::NOTIFICATION_EXTERNAL_TAB_CLOSED,
H A Dautomation_browser_tracker.cc22 registrar_.Remove(this, chrome::NOTIFICATION_BROWSER_CLOSED,
H A Dautomation_window_tracker.cc23 registrar_.Remove(this, chrome::NOTIFICATION_WINDOW_CLOSED,
/external/chromium_org/ui/aura/
H A Dwindow_tracker.cc27 void WindowTracker::Remove(Window* window) { function in class:aura::WindowTracker
40 Remove(window);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutexset.h37 void Remove(u64 id); // Removes the mutex completely (if it's destroyed).
57 void MutexSet::Remove(u64 id) {} function in class:__tsan::MutexSet
/external/chromium/chrome/browser/automation/
H A Dautomation_autocomplete_edit_tracker.cc26 registrar_.Remove(this, NotificationType::AUTOCOMPLETE_EDIT_DESTROYED,
H A Dautomation_browser_tracker.cc22 registrar_.Remove(this, NotificationType::BROWSER_CLOSED,
H A Dautomation_window_tracker.cc23 registrar_.Remove(this, NotificationType::WINDOW_CLOSED,
H A Dautomation_tab_tracker.cc32 registrar_.Remove(this, NotificationType::TAB_CLOSING,
34 registrar_.Remove(this, NotificationType::EXTERNAL_TAB_CLOSED,
36 registrar_.Remove(this, NotificationType::LOAD_STOP,
/external/chromium/net/disk_cache/
H A Dmem_rankings.h27 void Remove(MemEntryImpl* node);
/external/chromium_org/chrome/common/
H A Dauto_start_linux.h21 static bool Remove(const std::string& autostart_filename);
/external/chromium_org/content/browser/indexed_db/leveldb/
H A Dleveldb_write_batch.h25 void Remove(const base::StringPiece& key); // Add remove operation to the
/external/chromium_org/net/disk_cache/
H A Dmem_rankings.h26 void Remove(MemEntryImpl* node);
/external/chromium_org/ash/shelf/
H A Dscoped_observer_with_duplicated_sources_unittest.cc67 // Remove |source1|.
68 observers.Remove(&source1);
72 // Remove |source2|.
73 observers.Remove(&source2);
77 // Remove |source1| again.
78 observers.Remove(&source1);
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dremove_operation_unittest.cc27 // Remove a file in root.
31 operation.Remove(file_in_root,
42 // Remove a file in subdirectory.
47 operation.Remove(file_in_subdir,
64 operation.Remove(nonexisting_file,
94 operation.Remove(empty_dir,
105 operation.Remove(non_empty_dir,
118 operation.Remove(non_empty_dir,
/external/chromium_org/ui/gfx/
H A Dsequential_id_generator.cc13 void Remove(uint32 key, T* first, T* second) { function in namespace:__anon15260
55 Remove(id, &id_to_number_, &number_to_id_);
61 Remove(number, &number_to_id_, &id_to_number_);
/external/chromium/chrome/browser/extensions/
H A Dextension_special_storage_policy.cc60 protected_apps_.Remove(extension);
62 unlimited_extensions_.Remove(extension);
64 file_handler_extensions_.Remove(extension);
110 void ExtensionSpecialStoragePolicy::SpecialCollection::Remove( function in class:ExtensionSpecialStoragePolicy::SpecialCollection
/external/chromium/chrome/browser/notifications/
H A Dballoon_collection_base.h34 virtual void Remove(Balloon* balloon);
/external/chromium/chrome/browser/prefs/
H A Dpref_change_registrar.h33 // explicitly removed by a call to Remove beforehand.
39 void Remove(const char* path,

Completed in 2546 milliseconds

1234567891011>>