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

  /external/chromium_org/chrome/browser/extensions/api/browsing_data/
browsing_data_test.cc 49 return called_with_details_->removal_begin;
53 return called_with_details_->removal_mask;
57 return called_with_details_->origin_set_mask;
62 called_with_details_.reset(new BrowsingDataRemover::NotificationDetails());
75 called_with_details_.reset(new BrowsingDataRemover::NotificationDetails(
257 scoped_ptr<BrowsingDataRemover::NotificationDetails> called_with_details_; member in class:__anon8180::ExtensionBrowsingDataTest
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover_unittest.cc 638 called_with_details_.reset(new BrowsingDataRemover::NotificationDetails());
662 called_with_details_.reset(new BrowsingDataRemover::NotificationDetails());
680 return called_with_details_->removal_begin;
684 return called_with_details_->removal_mask;
688 return called_with_details_->origin_set_mask;
703 called_with_details_.reset(new BrowsingDataRemover::NotificationDetails(
719 scoped_ptr<BrowsingDataRemover::NotificationDetails> called_with_details_; member in class:BrowsingDataRemoverTest
    [all...]

Completed in 94 milliseconds