/external/chromium_org/content/public/browser/ |
browser_child_process_observer.cc | 17 void BrowserChildProcessObserver::Remove(
|
browser_child_process_observer.h | 39 static void Remove(BrowserChildProcessObserver* observer);
|
/art/runtime/ |
indirect_reference_table_test.cc | 66 EXPECT_FALSE(irt.Remove(cookie, iref0)) << "unexpectedly successful removal"; 68 // Add three, check, remove in the order in which they were added. 83 EXPECT_TRUE(irt.Remove(cookie, iref0)); 85 EXPECT_TRUE(irt.Remove(cookie, iref1)); 87 EXPECT_TRUE(irt.Remove(cookie, iref2)); 96 // Add three, remove in the opposite order. 105 ASSERT_TRUE(irt.Remove(cookie, iref2)); 107 ASSERT_TRUE(irt.Remove(cookie, iref1)); 109 ASSERT_TRUE(irt.Remove(cookie, iref0)); 115 // Add three, remove middle / middle / bottom / top. (Second attemp [all...] |
/external/chromium_org/chrome/browser/ui/views/ |
load_complete_listener.cc | 24 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/ |
weak_unlimited_settings_storage.cc | 53 ValueStore::WriteResult WeakUnlimitedSettingsStorage::Remove( 55 return delegate_->Remove(key); 58 ValueStore::WriteResult WeakUnlimitedSettingsStorage::Remove( 60 return delegate_->Remove(keys);
|
/external/chromium_org/content/browser/indexed_db/leveldb/ |
leveldb_write_batch.h | 25 void Remove(const base::StringPiece& key); // Add remove operation to the
|
/external/chromium_org/extensions/browser/ |
process_map_unittest.cc | 16 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/ |
scoped_parent_child_index_updater.cc | 17 index_->Remove(entry_);
|
/external/chromium_org/chrome/browser/automation/ |
automation_tab_tracker.cc | 31 registrar_.Remove(this, chrome::NOTIFICATION_TAB_CLOSING, 33 registrar_.Remove(this, chrome::NOTIFICATION_EXTERNAL_TAB_CLOSED,
|
automation_browser_tracker.cc | 22 registrar_.Remove(this, chrome::NOTIFICATION_BROWSER_CLOSED,
|
automation_window_tracker.cc | 23 registrar_.Remove(this, chrome::NOTIFICATION_WINDOW_CLOSED,
|
/external/chromium_org/ui/aura/ |
window_tracker.cc | 27 void WindowTracker::Remove(Window* window) { 40 Remove(window);
|
window_tracker.h | 18 // explicitly by Remove(), or implicitly when the window is destroyed. 33 void Remove(Window* window);
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_mutexset.h | 37 void Remove(u64 id); // Removes the mutex completely (if it's destroyed). 57 void MutexSet::Remove(u64 id) {}
|
/external/chromium/chrome/browser/automation/ |
automation_autocomplete_edit_tracker.cc | 26 registrar_.Remove(this, NotificationType::AUTOCOMPLETE_EDIT_DESTROYED,
|
automation_browser_tracker.cc | 22 registrar_.Remove(this, NotificationType::BROWSER_CLOSED,
|
automation_window_tracker.cc | 23 registrar_.Remove(this, NotificationType::WINDOW_CLOSED,
|
/external/chromium/chrome/browser/prefs/ |
pref_change_registrar.h | 33 // explicitly removed by a call to Remove beforehand. 39 void Remove(const char* path,
|
/external/chromium/chrome/common/ |
auto_start_linux.h | 22 static bool Remove(const std::string& autostart_filename);
|
/external/chromium/net/disk_cache/ |
mem_rankings.h | 27 void Remove(MemEntryImpl* node);
|
/external/chromium_org/chrome/common/ |
auto_start_linux.h | 21 static bool Remove(const std::string& autostart_filename);
|
/external/chromium_org/net/disk_cache/ |
mem_rankings.h | 26 void Remove(MemEntryImpl* node);
|
/external/chromium_org/net/ftp/ |
ftp_auth_cache.h | 47 // Remove the entry for |origin| from the cache, if one exists and matches 49 void Remove(const GURL& origin, const AuthCredentials& credentials);
|
/external/chromium_org/ash/shelf/ |
scoped_observer_with_duplicated_sources_unittest.cc | 67 // 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/ |
remove_operation_unittest.cc | 27 // 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,
|