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

  /external/chromium_org/chrome/browser/ui/webui/options/
handler_options_handler.cc 110 ProtocolHandlerRegistry::ProtocolHandlerList ignored_handlers = local
112 return GetHandlersAsListValue(ignored_handlers, handlers);
128 scoped_ptr<ListValue> ignored_handlers(new ListValue());
129 GetIgnoredHandlers(ignored_handlers.get());
132 *ignored_handlers);
  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry.cc 459 std::vector<const DictionaryValue*> ignored_handlers = local
462 ignored_handlers.begin();
463 p != ignored_handlers.end(); ++p) {

Completed in 904 milliseconds