HomeSort by relevance Sort by last modified time
    Searched refs:URLsDeletedDetails (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/chrome/browser/history/
history_notifications.cc 18 URLsDeletedDetails::URLsDeletedDetails()
23 URLsDeletedDetails::~URLsDeletedDetails() {}
history_notifications.h 50 struct URLsDeletedDetails : public HistoryDetails {
51 URLsDeletedDetails();
52 virtual ~URLsDeletedDetails();
in_memory_history_backend.h 44 struct URLsDeletedDetails;
81 void OnURLsDeleted(const URLsDeletedDetails& details);
in_memory_history_backend.cc 90 OnURLsDeleted(*content::Details<URLsDeletedDetails>(details).ptr());
114 void InMemoryHistoryBackend::OnURLsDeleted(const URLsDeletedDetails& details) {
in_memory_url_index.h 47 struct URLsDeletedDetails;
242 void OnURLsDeleted(const URLsDeletedDetails* details);
in_memory_url_index.cc 195 content::Details<history::URLsDeletedDetails>(details).ptr());
227 void InMemoryURLIndex::OnURLsDeleted(const URLsDeletedDetails* details) {
expire_history_backend.cc 328 scoped_ptr<URLsDeletedDetails> details(new URLsDeletedDetails);
expire_history_backend_unittest.cc 330 URLsDeletedDetails* details = reinterpret_cast<URLsDeletedDetails*>(
history_backend_unittest.cc 471 scoped_ptr<URLsDeletedDetails> details(new URLsDeletedDetails());
681 const URLsDeletedDetails* details = static_cast<const URLsDeletedDetails*>(
    [all...]
top_sites_impl.cc 746 content::Details<history::URLsDeletedDetails> deleted_details(details);
    [all...]
history_backend.cc     [all...]
history_service.cc     [all...]
in_memory_url_index_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/sync/glue/
typed_url_change_processor.h 32 struct URLsDeletedDetails;
82 void HandleURLsDeleted(history::URLsDeletedDetails* details);
typed_url_change_processor.cc 79 content::Details<history::URLsDeletedDetails>(details).ptr());
184 history::URLsDeletedDetails* details) {
favicon_cache_unittest.cc     [all...]
favicon_cache.cc 578 content::Details<history::URLsDeletedDetails> deleted_details(details);
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/history/
history_api.h 44 const history::URLsDeletedDetails* details);
history_api.cc 158 content::Details<const history::URLsDeletedDetails>(details).ptr());
176 const history::URLsDeletedDetails* details) {
  /external/chromium_org/chrome/browser/autocomplete/
shortcuts_backend.cc 184 const history::URLsDeletedDetails* deleted_details =
185 content::Details<const history::URLsDeletedDetails>(details).ptr();
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/predictors/
autocomplete_action_predictor.cc 241 const content::Details<const history::URLsDeletedDetails>
243 content::Details<const history::URLsDeletedDetails>(details);
  /external/chromium_org/chrome/browser/history/android/
android_provider_backend.cc     [all...]
android_provider_backend_unittest.cc 72 static_cast<URLsDeletedDetails*>(details.release()));
88 URLsDeletedDetails* deleted_details() const {
107 scoped_ptr<URLsDeletedDetails> deleted_details_;
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
history_ui.cc     [all...]

Completed in 347 milliseconds