HomeSort by relevance Sort by last modified time
    Searched full: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:__anon4633::ExtensionBrowsingDataTest
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_remover_unittest.cc 639 called_with_details_.reset(new BrowsingDataRemover::NotificationDetails());
664 called_with_details_.reset(new BrowsingDataRemover::NotificationDetails());
681 return called_with_details_->removal_begin;
685 return called_with_details_->removal_mask;
689 return called_with_details_->origin_set_mask;
704 called_with_details_.reset(new BrowsingDataRemover::NotificationDetails(
712 scoped_ptr<BrowsingDataRemover::NotificationDetails> called_with_details_; member in class:BrowsingDataRemoverTest
    [all...]

Completed in 70 milliseconds