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

  /external/chromium_org/extensions/browser/
external_provider_interface.h 24 class ExternalProviderInterface {
61 const ExternalProviderInterface* provider) = 0;
67 virtual ~ExternalProviderInterface() {}
94 typedef std::vector<linked_ptr<ExternalProviderInterface> >
  /external/chromium_org/chrome/browser/extensions/
external_provider_impl.cc 390 linked_ptr<ExternalProviderInterface>(
434 linked_ptr<ExternalProviderInterface>(
453 linked_ptr<ExternalProviderInterface>(new ExternalProviderImpl(
467 provider_list->push_back(linked_ptr<ExternalProviderInterface>(
480 linked_ptr<ExternalProviderInterface>(
494 linked_ptr<ExternalProviderInterface>(
508 linked_ptr<ExternalProviderInterface>(
521 linked_ptr<ExternalProviderInterface>(
535 linked_ptr<ExternalProviderInterface>(
548 linked_ptr<ExternalProviderInterface>(
    [all...]
external_policy_loader_unittest.cc 43 : public ExternalProviderInterface::VisitorInterface {
103 const ExternalProviderInterface* provider) OVERRIDE {
external_provider_impl.h 28 class ExternalProviderImpl : public ExternalProviderInterface {
extension_service.h 153 public extensions::ExternalProviderInterface::VisitorInterface,
224 const extensions::ExternalProviderInterface* provider) OVERRIDE;
404 // Adds an ExternalProviderInterface for the service to use during testing.
407 extensions::ExternalProviderInterface* test_provider);
extension_service.cc 192 extensions::ExternalProviderInterface* test_provider) {
195 linked_ptr<extensions::ExternalProviderInterface>(test_provider));
385 extensions::ExternalProviderInterface* provider = i->get();
    [all...]
extension_service_unittest.cc 228 class MockExtensionProvider : public extensions::ExternalProviderInterface {
312 : public extensions::ExternalProviderInterface::VisitorInterface {
443 const extensions::ExternalProviderInterface* provider) OVERRIDE {
525 extensions::ExternalProviderInterface* provider) {
    [all...]
  /external/chromium_org/chrome/browser/chromeos/extensions/
device_local_account_external_policy_loader_unittest.cc 61 : public extensions::ExternalProviderInterface::VisitorInterface {
81 void(const extensions::ExternalProviderInterface* provider));
  /external/chromium_org/chrome/browser/chromeos/
customization_document_unittest.cc 190 : public extensions::ExternalProviderInterface::VisitorInterface {
209 void(const extensions::ExternalProviderInterface* provider));

Completed in 720 milliseconds