Searched refs:OnExternalExtensionFileFound (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/extensions/browser/
H A Dexternal_provider_interface.h37 virtual bool OnExternalExtensionFileFound(
/external/chromium_org/chrome/browser/chromeos/
H A Dcustomization_document_unittest.cc194 MOCK_METHOD6(OnExternalExtensionFileFound,
368 EXPECT_CALL(visitor, OnExternalExtensionFileFound(_, _, _, _, _, _))
413 EXPECT_CALL(visitor, OnExternalExtensionFileFound(_, _, _, _, _, _))
424 EXPECT_CALL(visitor, OnExternalExtensionFileFound(_, _, _, _, _, _))
463 EXPECT_CALL(visitor, OnExternalExtensionFileFound(_, _, _, _, _, _))
474 EXPECT_CALL(visitor, OnExternalExtensionFileFound(_, _, _, _, _, _))
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Ddevice_local_account_external_policy_loader_unittest.cc66 MOCK_METHOD6(OnExternalExtensionFileFound,
158 EXPECT_CALL(visitor_, OnExternalExtensionFileFound(_, _, _, _, _, _))
277 EXPECT_CALL(visitor_, OnExternalExtensionFileFound(
/external/chromium_org/chrome/browser/extensions/
H A Dexternal_policy_loader_unittest.cc72 virtual bool OnExternalExtensionFileFound(const std::string& id,
H A Dextension_service_unittest.cc261 visitor_->OnExternalExtensionFileFound(
369 virtual bool OnExternalExtensionFileFound(const std::string& id,
1505 // Tests that flags passed to OnExternalExtensionFileFound() make it to the
1520 if (service()->OnExternalExtensionFileFound(good_crx,
1555 if (service()->OnExternalExtensionFileFound(good_crx,
1572 service()->OnExternalExtensionFileFound(good_crx,
1586 service()->OnExternalExtensionFileFound(good_crx,
1653 service()->OnExternalExtensionFileFound(wrong_id,
1667 if (service()->OnExternalExtensionFileFound(correct_id,
1690 service()->OnExternalExtensionFileFound(good_cr
[all...]
H A Dextension_service.h237 virtual bool OnExternalExtensionFileFound(
H A Dexternal_provider_impl.cc276 service_->OnExternalExtensionFileFound(extension_id, &version, path,
H A Dextension_service.cc1948 bool ExtensionService::OnExternalExtensionFileFound( function in class:ExtensionService

Completed in 124 milliseconds