Searched refs:Remove (Results 251 - 275 of 902) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_event_router.cc156 registrar_.Remove(this, content::NOTIFICATION_NAV_ENTRY_COMMITTED,
158 registrar_.Remove(this, content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
160 registrar_.Remove(this, chrome::NOTIFICATION_FAVICON_UPDATED,
321 args->Remove(0, NULL);
497 registrar_.Remove(this, content::NOTIFICATION_NAV_ENTRY_COMMITTED,
499 registrar_.Remove(this, content::NOTIFICATION_WEB_CONTENTS_DESTROYED,
501 registrar_.Remove(this, chrome::NOTIFICATION_FAVICON_UPDATED,
/external/chromium_org/net/disk_cache/blockfile/
H A Deviction.cc195 rankings_->Remove(entry->rankings(), GetListForEntry(entry), true);
303 rankings_->Remove(entry->rankings(), GetListForEntryV2(entry), true);
416 rankings_->Remove(entry->rankings(), Rankings::NO_USE, true);
420 rankings_->Remove(entry->rankings(), Rankings::LOW_USE, true);
446 rankings_->Remove(entry->rankings(), Rankings::DELETED, true);
467 rankings_->Remove(entry->rankings(), GetListForEntryV2(entry), true);
478 rankings_->Remove(entry->rankings(), Rankings::DELETED, true);
/external/chromium_org/net/http/
H A Dhttp_auth_cache_unittest.cc306 TEST(HttpAuthCacheTest, Remove) {
339 EXPECT_FALSE(cache.Remove(
344 EXPECT_FALSE(cache.Remove(GURL("http://foobar2.com:100"),
350 EXPECT_FALSE(cache.Remove(
355 EXPECT_FALSE(cache.Remove(
360 EXPECT_FALSE(cache.Remove(
365 EXPECT_TRUE(cache.Remove(
370 EXPECT_FALSE(cache.Remove(
375 EXPECT_TRUE(cache.Remove(
383 EXPECT_TRUE(cache.Remove(
[all...]
/external/chromium_org/content/child/service_worker/
H A Dservice_worker_dispatcher.cc338 pending_registration_callbacks_.Remove(request_id);
358 pending_unregistration_callbacks_.Remove(request_id);
385 pending_get_registration_callbacks_.Remove(request_id);
409 pending_registration_callbacks_.Remove(request_id);
434 pending_unregistration_callbacks_.Remove(request_id);
459 pending_get_registration_callbacks_.Remove(request_id);
/external/chromium_org/chrome/browser/sync/glue/
H A Dtyped_url_change_processor.cc353 notification_registrar_.Remove(
356 notification_registrar_.Remove(
359 notification_registrar_.Remove(
/external/chromium_org/content/browser/media/
H A Dwebrtc_internals.cc110 peer_connection_data_.Remove(i, NULL);
332 peer_connection_data_.Remove(i, NULL);
348 get_user_media_requests_.Remove(i, NULL);
/external/chromium_org/extensions/browser/api/storage/
H A Dstorage_api.cc44 args_->Remove(0, NULL);
279 return UseWriteResult(storage->Remove(as_string), storage);
286 return UseWriteResult(storage->Remove(as_string_list), storage);
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DEventHandlerRegistry.cpp68 ASSERT(op == Remove || op == RemoveAll);
113 updateEventHandlerOfType(Remove, eventType, &target);
123 updateEventHandlerInternal(Remove, handlerClass, &target);
226 // Remove all event targets under the detached document.
/external/chromium_org/third_party/leveldatabase/src/util/
H A Dcache.cc78 LRUHandle* Remove(const Slice& key, uint32_t hash) { function in class:leveldb::__anon12466::HandleTable
251 table_.Remove(old->key(), old->hash);
260 LRUHandle* e = table_.Remove(key, hash);
/external/chromium_org/ui/base/models/
H A Dtree_node_model_unittest.cc106 delete model.Remove(root, child1);
306 scoped_ptr<TestNode > c2(root.Remove(child2));
310 scoped_ptr<TestNode > c1(root.Remove(child1));
/external/chromium_org/ash/wm/
H A Ddrag_window_controller.cc117 layer_owner_->root()->parent()->Remove(layer_owner_->root());
H A Dvideo_detector.cc104 observer_manager_.Remove(window);
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_remover_browsertest.cc91 remover->Remove(remove_mask, BrowsingDataHelper::UNPROTECTED_WEB);
103 // The call to Remove() should crash in debug (DCHECK), but the browser-test
/external/chromium_org/chrome/browser/chromeos/
H A Dboot_times_loader.cc323 registrar_.Remove(this,
326 registrar_.Remove(this,
329 registrar_.Remove(this,
332 registrar_.Remove(
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_cache.h115 FileError Remove(const std::string& id);
159 // TODO(hashimoto): Remove this method at some point.
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dinstall_limiter.cc132 registrar_.Remove(this, extensions::NOTIFICATION_CRX_INSTALLER_DONE, source);
/external/chromium_org/chrome/browser/chromeos/policy/
H A Dpolicy_cert_service_factory.cc63 update->Remove(base::StringValue(user_id), NULL);
141 // Remove once it's not necessary anymore.
/external/chromium_org/chrome/browser/extensions/
H A Dactive_tab_permission_granter.cc121 granted_extensions_.Remove(extension->id());
H A Ddefault_apps.cc161 prefs->Remove(*it, NULL);
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_finder_unittest.cc19 ASSERT_TRUE(plugin_list->Remove("x-version", &version));
/external/chromium_org/chrome/browser/printing/
H A Dbackground_printing_manager.cc109 registrar_.Remove(this, chrome::NOTIFICATION_PRINT_JOB_RELEASED,
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dbookmarks_helper.h125 void Remove(int profile, const BookmarkNode* parent, int index);
/external/chromium_org/chrome/browser/ui/blocked_content/
H A Dpopup_blocker_tab_helper.cc130 blocked_popups_.Remove(id);
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Drecently_used_folders_combo_model_unittest.cc110 // Remove a folder, it should remove an item from the model too.
111 GetModel()->Remove(folder, folder->GetIndexOf(sub_folder));
116 // Remove all, which should remove a folder too.
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_navigation_observer.cc89 registrar_.Remove(this, content::NOTIFICATION_NAV_ENTRY_PENDING,

Completed in 373 milliseconds

<<11121314151617181920>>