HomeSort by relevance Sort by last modified time
    Searched full:cb_other (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_host_unittest.cc 367 ClientSideDetectionService::ClientReportPhishingRequestCallback* cb_other; local
372 .WillOnce(DoAll(DeleteArg<0>(), SaveArg<1>(&cb_other)));
375 ASSERT_TRUE(cb_other);
397 cb_other->Run(other_phishing_url, true); // Should show interstitial.
398 delete cb_other;

Completed in 264 milliseconds