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

  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry.h 195 void GetRegisteredProtocols(std::vector<std::string>* output) const;
protocol_handler_registry_unittest.cc 286 local_registry_->GetRegisteredProtocols(&output);
703 registry()->GetRegisteredProtocols(&protocols);
709 registry()->GetRegisteredProtocols(&protocols);
751 registry()->GetRegisteredProtocols(&handled_protocols);
    [all...]
protocol_handler_registry.cc 504 void ProtocolHandlerRegistry::GetRegisteredProtocols(
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
handler_options_handler.cc 136 registry->GetRegisteredProtocols(&protocols);

Completed in 57 milliseconds