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

  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry_browsertest.cc 87 ASSERT_EQ(1u, registry->GetHandlersFor(url.scheme()).size());
104 ASSERT_EQ(1u, registry->GetHandlersFor(url.scheme()).size());
109 ASSERT_EQ(0u, registry->GetHandlersFor(url.scheme()).size());
protocol_handler_registry_unittest.cc 693 registry()->GetHandlersFor("test");
706 registry()->GetHandlersFor("test");
714 registry()->GetHandlersFor("test");
813 ASSERT_EQ(static_cast<size_t>(1), registry()->GetHandlersFor("do").size());
815 ASSERT_EQ(static_cast<size_t>(1), registry()->GetHandlersFor("dont").size());
    [all...]
protocol_handler_registry.h 188 ProtocolHandlerList GetHandlersFor(const std::string& scheme) const;
protocol_handler_registry.cc 489 ProtocolHandlerRegistry::GetHandlersFor(
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
handler_options_handler.cc 122 GetHandlersAsListValue(registry->GetHandlersFor(protocol), handlers_list);
  /external/chromium_org/chrome/browser/renderer_context_menu/
render_view_context_menu.cc     [all...]

Completed in 365 milliseconds