Searched defs:handlers (Results 1 - 25 of 94) sorted by path

1234

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/chromium-trace/trace-viewer/examples/stream_server/
H A Dstandalone.py50 <websock_handlers> is the path to the root directory of WebSocket handlers.
52 handlers. If this path is relative, <document_root> is used as the base.
55 handlers under scan_dir are scanned. This is useful in saving scan time.
116 import logging.handlers namespace
564 # we don't have request handlers.
654 handler = logging.handlers.RotatingFileHandler(
720 parser.add_option('-w', '--websock-handlers', '--websock_handlers',
723 help='WebSocket handlers root directory.')
724 parser.add_option('-m', '--websock-handlers-map-file',
728 help=('WebSocket handlers ma
[all...]
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A Dstandalone.py50 <websock_handlers> is the path to the root directory of WebSocket handlers.
52 handlers. If this path is relative, <document_root> is used as the base.
55 handlers under scan_dir are scanned. This is useful in saving scan time.
116 import logging.handlers namespace
560 # we don't have request handlers.
650 handler = logging.handlers.RotatingFileHandler(
716 parser.add_option('-w', '--websock-handlers', '--websock_handlers',
719 help='WebSocket handlers root directory.')
720 parser.add_option('-m', '--websock-handlers-map-file',
724 help=('WebSocket handlers ma
[all...]
/external/chromium_org/apps/
H A Dlauncher.cc228 const std::vector<const extensions::FileHandlerInfo*>& handlers = local
231 if (!handlers.empty())
232 handler = handlers[0];
/external/chromium_org/ash/
H A Dshell_unittest.cc497 const ui::EventHandlerList& handlers = test_api.pre_target_handlers(); local
499 std::find(handlers.begin(), handlers.end(), shell->mouse_cursor_filter());
501 std::find(handlers.begin(), handlers.end(),
503 EXPECT_NE(handlers.end(), cursor_filter);
504 EXPECT_NE(handlers.end(), drag_drop);
/external/chromium_org/chrome/browser/
H A Dchrome_content_browser_client.cc2380 std::vector<storage::URLRequestAutoMountHandler>* handlers) {
2382 extra_parts_[i]->GetURLRequestAutoMountHandlers(handlers);
2379 GetURLRequestAutoMountHandlers( std::vector<storage::URLRequestAutoMountHandler>* handlers) argument
H A Dchrome_content_browser_client_parts.h52 std::vector<storage::URLRequestAutoMountHandler>* handlers) {}
51 GetURLRequestAutoMountHandlers( std::vector<storage::URLRequestAutoMountHandler>* handlers) argument
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfile_browser_handlers.cc99 // Finds file browser handlers that can handle the |selected_file_url|.
468 // Forbid calling undeclared handlers.
472 // Some action IDs of the file manager's file browser handlers require the
493 FileBrowserHandlerList handlers = local
495 // If there is nothing to do for one file, the intersection of handlers
497 if (handlers.empty())
502 common_handlers = handlers;
510 for (FileBrowserHandlerList::const_iterator itr = handlers.begin();
511 itr != handlers.end(); ++itr) {
/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry.cc43 // If true default protocol handlers will be removed if the OS level
103 // Copy of protocol handlers use only on the IO thread.
384 const ProtocolHandlerList* handlers = GetHandlerList(handler.protocol()); local
385 if (!handlers)
387 for (ProtocolHandlerList::const_iterator p = handlers->begin();
388 p != handlers->end(); p++) {
416 // Only chromeos has default protocol handlers at this point.
475 const ProtocolHandlerList* handlers = GetHandlerList(scheme); local
476 if (!handlers)
481 for (i = 0, p = handlers
517 const ProtocolHandlerList* handlers = GetHandlerList(scheme); local
528 const ProtocolHandlerList* handlers = GetHandlerList(handler.protocol()); local
562 const ProtocolHandlerList* handlers = GetHandlerList(handler.protocol()); local
614 ProtocolHandlerList& handlers = protocol_handlers_[handler.protocol()]; local
823 base::ListValue* handlers = new base::ListValue(); local
869 const base::ListValue* handlers = prefs->GetList(pref_name); local
[all...]
H A Dprotocol_handler_registry_unittest.cc692 ProtocolHandlerRegistry::ProtocolHandlerList handlers = local
694 ASSERT_EQ(static_cast<size_t>(3), handlers.size());
696 ASSERT_EQ(ph3, handlers[0]);
697 ASSERT_EQ(ph2, handlers[1]);
698 ASSERT_EQ(ph1, handlers[2]);
867 ProtocolHandlerRegistry::ProtocolHandlerList handlers = local
869 ASSERT_EQ(static_cast<size_t>(2), handlers.size());
871 ASSERT_EQ(ph2, handlers[0]);
872 ASSERT_EQ(ph1, handlers[1]);
933 // This should replace the previous two handlers
[all...]
/external/chromium_org/chrome/browser/extensions/api/file_handlers/
H A Dapp_file_handler_util.cc49 // Also accept files with no extension for handlers that support an
255 std::vector<const FileHandlerInfo*> handlers; local
257 return handlers;
259 // Look for file handlers which can handle all the MIME types specified.
262 return handlers;
275 handlers.push_back(&*data);
277 return handlers;
/external/chromium_org/chrome/browser/extensions/api/socket/
H A Dtcp_socket_unittest.cc138 CompleteHandler handlers[5]; local
156 base::Unretained(&handlers[i])));
158 EXPECT_CALL(handlers[i], OnComplete(io_buffers[i]->size()))
H A Dtls_socket_unittest.cc198 CompleteHandler handlers[kNumIOs]; local
218 base::Unretained(&handlers[i])));
220 // Set up expectations on all |kNumIOs| handlers.
221 EXPECT_CALL(handlers[i], OnComplete(io_buffers[i]->size())).Times(1);
225 // handlers.
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_content_browser_client_extensions_part.cc503 std::vector<storage::URLRequestAutoMountHandler>* handlers) {
504 handlers->push_back(
502 GetURLRequestAutoMountHandlers( std::vector<storage::URLRequestAutoMountHandler>* handlers) argument
/external/chromium_org/chrome/browser/media/
H A Dwebrtc_rtp_dump_handler_unittest.cc199 scoped_ptr<WebRtcRtpDumpHandler> handlers[6]; local
201 for (size_t i = 0; i < arraysize(handlers); ++i) {
202 handlers[i].reset(new WebRtcRtpDumpHandler(base::FilePath()));
204 if (i < arraysize(handlers) - 1) {
205 EXPECT_TRUE(handlers[i]->StartDump(RTP_DUMP_INCOMING, &error));
207 EXPECT_FALSE(handlers[i]->StartDump(RTP_DUMP_INCOMING, &error));
/external/chromium_org/chrome/browser/printing/
H A Dprint_dialog_cloud_unittest.cc107 void(std::vector<WebUIMessageHandler*>* handlers));
267 std::vector<WebUIMessageHandler*> handlers; local
268 delegate_->GetWebUIMessageHandlers(&handlers);
/external/chromium_org/chrome/browser/renderer_context_menu/
H A Drender_view_context_menu.cc939 const ProtocolHandlerRegistry::ProtocolHandlerList handlers = local
941 if (handlers.empty())
945 for (size_t i = 0; i < handlers.size() && i <= max; i++) {
948 base::UTF8ToUTF16(handlers[i].url().host()));
1286 ProtocolHandlerRegistry::ProtocolHandlerList handlers = local
1288 if (handlers.empty())
1296 OpenURL(handlers[handlerIndex].TranslateUrl(params_.link_url),
1690 ProtocolHandlerRegistry::ProtocolHandlerList handlers = local
1692 std::sort(handlers.begin(), handlers
[all...]
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dgtk2_signal_registrar.cc24 HandlerList& handlers = list_iter->second; local
25 for (HandlerList::iterator ids_iter = handlers.begin();
26 ids_iter != handlers.end(); ++ids_iter) {
76 // The signal handlers will be disconnected automatically. Just erase the
89 HandlerList& handlers = iter->second; local
90 for (HandlerList::iterator ids_iter = handlers.begin();
91 ids_iter != handlers.end(); ++ids_iter) {
/external/chromium_org/chrome/browser/ui/login/
H A Dlogin_prompt_test_utils.h34 const std::list<LoginHandler*>& handlers() const { return handlers_; } function in class:LoginPromptBrowserTestObserver
/external/chromium_org/chrome/browser/ui/webui/
H A Dconstrained_web_dialog_ui.cc68 std::vector<WebUIMessageHandler*> handlers; local
69 dialog_delegate->GetWebUIMessageHandlers(&handlers);
72 for (std::vector<WebUIMessageHandler*>::iterator it = handlers.begin();
73 it != handlers.end(); ++it) {
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dhandler_options_handler.cc93 const ProtocolHandlerRegistry::ProtocolHandlerList& handlers,
96 for (handler = handlers.begin(); handler != handlers.end(); ++handler) {
123 handlers_value->Set("handlers", handlers_list);
126 void HandlerOptionsHandler::GetIgnoredHandlers(base::ListValue* handlers) { argument
130 return GetHandlersAsListValue(ignored_handlers, handlers);
138 base::ListValue handlers; local
143 handlers.Append(handler_value);
148 web_ui()->CallJavascriptFunction("HandlerOptions.setHandlers", handlers);
92 GetHandlersAsListValue( const ProtocolHandlerRegistry::ProtocolHandlerList& handlers, base::ListValue* handler_list) argument
/external/chromium_org/chrome/common/extensions/api/file_browser_handlers/
H A Dfile_browser_handler_manifest_unittest.cc73 FileBrowserHandler::List* handlers = local
75 ASSERT_TRUE(handlers != NULL);
76 ASSERT_EQ(1U, handlers->size());
77 const FileBrowserHandler* action = handlers->at(0).get();
109 FileBrowserHandler::List* handlers = local
111 ASSERT_TRUE(handlers != NULL);
112 ASSERT_EQ(1U, handlers->size());
113 const FileBrowserHandler* action = handlers->at(0).get();
140 FileBrowserHandler::List* handlers = local
142 ASSERT_TRUE(handlers !
[all...]
/external/chromium_org/chrome/common/extensions/api/url_handlers/
H A Durl_handlers_parser.cc54 return info ? &info->handlers : NULL;
68 const std::vector<UrlHandlerInfo>* handlers = GetUrlHandlers(extension); local
69 if (!handlers)
77 handlers->begin(); it != handlers->end(); it++) {
155 if (!ParseUrlHandler(iter.key(), *handler, &info->handlers, error)) {
H A Durl_handlers_parser.h35 // Returns an array of URL handlers |extension| has defined in its manifest.
51 std::vector<UrlHandlerInfo> handlers; member in struct:extensions::UrlHandlers

Completed in 5924 milliseconds

1234