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

  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry_factory.cc 15 ProtocolHandlerRegistryFactory* ProtocolHandlerRegistryFactory::GetInstance() {
16 return Singleton<ProtocolHandlerRegistryFactory>::get();
20 ProtocolHandlerRegistry* ProtocolHandlerRegistryFactory::GetForProfile(
26 ProtocolHandlerRegistryFactory::ProtocolHandlerRegistryFactory()
32 ProtocolHandlerRegistryFactory::~ProtocolHandlerRegistryFactory() {
39 ProtocolHandlerRegistryFactory::ServiceIsCreatedWithBrowserContext() const {
44 content::BrowserContext* ProtocolHandlerRegistryFactory::GetBrowserContextToUse
    [all...]
protocol_handler_registry_factory.h 19 class ProtocolHandlerRegistryFactory
22 // Returns the singleton instance of the ProtocolHandlerRegistryFactory.
23 static ProtocolHandlerRegistryFactory* GetInstance();
37 friend struct DefaultSingletonTraits<ProtocolHandlerRegistryFactory>;
39 ProtocolHandlerRegistryFactory();
40 virtual ~ProtocolHandlerRegistryFactory();
46 DISALLOW_COPY_AND_ASSIGN(ProtocolHandlerRegistryFactory);
protocol_handler_registry_browsertest.cc 76 ProtocolHandlerRegistryFactory::GetForProfile(browser()->profile());
98 ProtocolHandlerRegistryFactory::GetForProfile(browser()->profile());
protocol_handler_registry.h 252 friend class ProtocolHandlerRegistryFactory;
  /external/chromium_org/chrome/browser/profiles/
chrome_browser_main_extra_parts_profiles.cc 303 ProtocolHandlerRegistryFactory::GetInstance();
off_the_record_profile_io_data.cc 130 ProtocolHandlerRegistryFactory::GetForProfile(profile_)->
profile_impl_io_data.cc 225 ProtocolHandlerRegistryFactory::GetForProfile(profile_)->
profile_io_data.cc 256 ProtocolHandlerRegistryFactory::GetForProfile(profile);
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
handler_options_handler.cc 78 return ProtocolHandlerRegistryFactory::GetForProfile(
content_settings_handler.cc     [all...]
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_impl.cc 803 ProtocolHandlerRegistryFactory::GetForProfile(profile_) : NULL;
    [all...]
  /external/chromium_org/chrome/browser/ui/content_settings/
content_setting_bubble_model.cc     [all...]
  /external/chromium_org/chrome/browser/tab_contents/
render_view_context_menu.cc 409 ProtocolHandlerRegistryFactory::GetForProfile(profile_)),
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser.cc     [all...]

Completed in 2189 milliseconds