CheckSignature     29 chrome/browser/safe_browsing/binary_feature_extractor.h   virtual void CheckSignature(
CheckSignature     53 chrome/browser/safe_browsing/binary_feature_extractor_win_unittest.cc   binary_feature_extractor_->CheckSignature(
CheckSignature     70 chrome/browser/safe_browsing/binary_feature_extractor_win_unittest.cc   binary_feature_extractor_->CheckSignature(
CheckSignature     90 chrome/browser/safe_browsing/binary_feature_extractor_win_unittest.cc   binary_feature_extractor_->CheckSignature(
CheckSignature    100 chrome/browser/safe_browsing/binary_feature_extractor_win_unittest.cc   binary_feature_extractor_->CheckSignature(
CheckSignature    517 chrome/browser/safe_browsing/download_protection_service.cc     binary_feature_extractor_->CheckSignature(file_path, &signature_info_);
CheckSignature    104 chrome/browser/safe_browsing/download_protection_service_unittest.cc   MOCK_METHOD2(CheckSignature, void (const base::FilePath&,
CheckSignature    433 chrome/browser/safe_browsing/download_protection_service_unittest.cc   EXPECT_CALL(*binary_feature_extractor_.get(), CheckSignature(a_tmp, _))
CheckSignature    529 chrome/browser/safe_browsing/download_protection_service_unittest.cc   EXPECT_CALL(*binary_feature_extractor_.get(), CheckSignature(a_tmp, _));
CheckSignature    575 chrome/browser/safe_browsing/download_protection_service_unittest.cc   EXPECT_CALL(*binary_feature_extractor_.get(), CheckSignature(a_tmp, _))
CheckSignature    725 chrome/browser/safe_browsing/download_protection_service_unittest.cc   EXPECT_CALL(*binary_feature_extractor_.get(), CheckSignature(a_tmp, _))
CheckSignature    913 chrome/browser/safe_browsing/download_protection_service_unittest.cc   EXPECT_CALL(*binary_feature_extractor_.get(), CheckSignature(a_tmp, _))
CheckSignature    957 chrome/browser/safe_browsing/download_protection_service_unittest.cc   EXPECT_CALL(*binary_feature_extractor_.get(), CheckSignature(tmp_path, _))
CheckSignature   1046 chrome/browser/safe_browsing/download_protection_service_unittest.cc   EXPECT_CALL(*binary_feature_extractor_.get(), CheckSignature(tmp_path, _));
CheckSignature   1130 chrome/browser/safe_browsing/download_protection_service_unittest.cc   EXPECT_CALL(*binary_feature_extractor_.get(), CheckSignature(tmp_path, _))
CheckSignature   1368 chrome/browser/safe_browsing/download_protection_service_unittest.cc   EXPECT_CALL(*binary_feature_extractor_.get(), CheckSignature(tmp_path, _));
CheckSignature   1414 chrome/browser/safe_browsing/download_protection_service_unittest.cc   EXPECT_CALL(*binary_feature_extractor_.get(), CheckSignature(tmp_path, _));
CheckSignature     43 chrome/tools/safe_browsing/sb_sigutil.cc   extractor->CheckSignature(cmd_line->GetSwitchValuePath(kExecutable),
CheckSignature    244 components/policy/core/common/cloud/cloud_policy_validator.cc     { VALIDATE_SIGNATURE,   &CloudPolicyValidatorBase::CheckSignature },
CheckSignature    267 components/policy/core/common/cloud/cloud_policy_validator.h   Status CheckSignature();
CheckSignature     23 webkit/browser/appcache/manifest_parser_unittest.cc TEST(AppCacheManifestParserTest, CheckSignature) {