Home
last modified time | relevance | path

Searched defs:handlers (Results 1 – 25 of 66) sorted by relevance

123

/external/chromium_org/chrome/common/extensions/api/file_browser_handlers/
Dfile_browser_handler_manifest_unittest.cc73 FileBrowserHandler::List* handlers = in TEST_F() local
109 FileBrowserHandler::List* handlers = in TEST_F() local
140 FileBrowserHandler::List* handlers = in TEST_F() local
/external/chromium_org/chrome/browser/resources/options/
Dhandler_options.js64 HandlerOptions.setHandlers = function(handlers) { argument
72 HandlerOptions.setIgnoredHandlers = function(handlers) { argument
/external/chromium_org/chrome/common/extensions/api/file_handlers/
Dfile_handlers_manifest_unittest.cc48 const std::vector<FileHandlerInfo>* handlers = in TEST_F() local
76 const std::vector<FileHandlerInfo>* handlers = in TEST_F() local
/external/chromium_org/chrome/browser/ui/webui/options/
Dhandler_options_handler.cc83 const ProtocolHandlerRegistry::ProtocolHandlerList& handlers, in GetHandlersAsListValue()
108 void HandlerOptionsHandler::GetIgnoredHandlers(ListValue* handlers) { in GetIgnoredHandlers()
120 ListValue handlers; in UpdateHandlerList() local
/external/chromium_org/chrome/browser/custom_handlers/
Dprotocol_handler_registry.cc384 const ProtocolHandlerList* handlers = GetHandlerList(handler.protocol()); in GetReplacedHandlers() local
489 const ProtocolHandlerList* handlers = GetHandlerList(scheme); in GetHandlerIndex() local
531 const ProtocolHandlerList* handlers = GetHandlerList(scheme); in CanSchemeBeOverridden() local
542 const ProtocolHandlerList* handlers = GetHandlerList(handler.protocol()); in IsRegistered() local
565 const ProtocolHandlerList* handlers = GetHandlerList(handler.protocol()); in HasRegisteredEquivalent() local
616 ProtocolHandlerList& handlers = protocol_handlers_[handler.protocol()]; in RemoveHandler() local
814 ListValue* handlers = new ListValue(); in EncodeIgnoredHandlers() local
852 const ListValue* handlers = prefs->GetList(pref_name); in GetHandlersFromPref() local
/external/chromium_org/ui/base/gtk/
Dgtk_signal_registrar.cc24 HandlerList& handlers = list_iter->second; in ~GtkSignalRegistrar() local
89 HandlerList& handlers = iter->second; in DisconnectAll() local
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DCatchTable.java103 private final CatchHandlerList handlers; field in CatchTable.Entry
112 public Entry(int start, int end, CatchHandlerList handlers) { in Entry()
DStdCatchBuilder.java144 CatchHandlerList handlers = handlersFor(block, addresses); in build() local
275 BasicBlock end, CatchHandlerList handlers, in makeEntry()
/external/chromium_org/chrome/browser/policy/
Dconfiguration_policy_handler_list_factory.cc465 scoped_ptr<ConfigurationPolicyHandlerList> handlers( in BuildHandlerList() local
/external/chromium_org/chrome/common/extensions/api/url_handlers/
Durl_handlers_parser.h51 std::vector<UrlHandlerInfo> handlers; member
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DTraceEventDispatcher.cpp95 Vector<BoundTraceEventHandler>& handlers = it->value; in processBackgroundEvents() local
122 Vector<BoundTraceEventHandler>& handlers = it->value; in removeAllListeners() local
/external/chromium/chrome/browser/ui/webui/
Dconstrained_html_ui.cc31 std::vector<WebUIMessageHandler*> handlers; in RenderViewCreated() local
Dhtml_dialog_ui.cc47 std::vector<WebUIMessageHandler*> handlers; in RenderViewCreated() local
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
Dlogutils.py159 handlers=None): argument
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DCatchStructs.java248 CatchHandlerList handlers = entry.getHandlers(); in annotateEntries() local
304 private static void annotateAndConsumeHandlers(CatchHandlerList handlers, in annotateAndConsumeHandlers()
/external/chromium_org/chrome/common/
Dworker_thread_ticker.cc88 const TickHandlerListType& handlers = tick_handler_list_; in TimerTask() local
/external/chromium_org/ui/webui/resources/js/
Di18n_template.js35 var handlers = { variable
Di18n_template_no_process.js35 var handlers = { variable
/external/chromium/chrome/browser/resources/shared/js/
Di18n_template.js33 var handlers = { variable
/external/chromium/chrome/common/
Dworker_thread_ticker.cc22 TickHandlerListType* handlers = &ticker_->tick_handler_list_; in Run() local
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
DTryListBuilder.java61 public LinkedList<Handler> handlers; field in TryListBuilder.TryRange
142 … ArrayList<CodeItem.EncodedCatchHandler> handlers = new ArrayList<CodeItem.EncodedCatchHandler>(); in encodeTries() local
/external/chromium/chrome/browser/chromeos/login/
Dlogin_html_dialog.h62 std::vector<WebUIMessageHandler*>* handlers) const {} in GetWebUIMessageHandlers()
/external/javassist/src/main/javassist/bytecode/stackmap/
DLiveness.java78 BasicBlock.Catch handlers = tb.toCatch; in computeLiveness1() local
171 BasicBlock.Catch handlers = tb.toCatch; in computeLiveness2except() local
/external/chromium_org/chrome_frame/
Dchrome_frame_activex.cc428 EventHandlers* handlers[] = { in IOleObject_SetClientSite() local
582 void ChromeFrameActivex::FireEvent(const EventHandlers& handlers, in FireEvent()
592 void ChromeFrameActivex::FireEvent(const EventHandlers& handlers, in FireEvent()
610 void ChromeFrameActivex::FireEvent(const EventHandlers& handlers, in FireEvent()
/external/chromium_org/chrome/browser/ui/webui/
Dconstrained_web_dialog_ui.cc61 std::vector<WebUIMessageHandler*> handlers; in RenderViewCreated() local

123