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

  /external/chromium_org/chrome/browser/safe_browsing/
database_manager.cc 769 bool database_error = true; local
775 database_error = false;
783 this, lists, database_error, callback));
787 const std::vector<SBListChunkRanges>& lists, bool database_error,
791 callback.Run(lists, database_error);
    [all...]
database_manager.h 278 bool database_error,
protocol_manager.h 102 // for each list is done. If database_error is true, that means the protocol
106 bool database_error);
protocol_manager.cc 591 const std::vector<SBListChunkRanges>& lists, bool database_error) {
595 if (database_error) {
protocol_manager_unittest.cc 334 bool database_error,
336 callback.Run(ranges, database_error);
    [all...]

Completed in 439 milliseconds