Searched refs:handlers (Results 1 - 25 of 202) sorted by relevance

123456789

/external/oprofile/daemon/
H A Dopd_extended.c58 && ext_feature_table[opd_ext_feat_index].handlers != NULL)
68 && ext_feature_table[opd_ext_feat_index].handlers != NULL
69 && ext_feature_table[opd_ext_feat_index].handlers->ext_sfile != NULL)
102 ret = ext_feature_table[opd_ext_feat_index].handlers->ext_init(args);
120 ret = ext_feature_table[opd_ext_feat_index].handlers->ext_deinit();
129 && ext_feature_table[opd_ext_feat_index].handlers->ext_print_stats != NULL) {
131 ext_feature_table[opd_ext_feat_index].handlers->ext_print_stats();
143 && ext_feature_table[opd_ext_feat_index].handlers->ext_sfile->create != NULL)
144 ext_feature_table[opd_ext_feat_index].handlers->ext_sfile->create(sf);
152 && ext_feature_table[opd_ext_feat_index].handlers
[all...]
/external/chromium_org/chrome/browser/resources/options/
H A Dhandler_options.css5 .handlers-column-headers {
11 .handlers-type-column {
17 .handlers-site-column {
21 .handlers-site-column select {
25 .handlers-remove-column {
29 .handlers-remove-link {
38 div > .handlers-remove-column {
42 div:not(.none):hover > .handlers-remove-column {
46 #handlers {
H A Dhandler_options.js8 * handlers: Array,
32 'handlers',
43 * The handlers list.
60 * Creates, decorates and initializes the handlers list.
64 var handlersList = $('handlers-list');
69 var ignoredHandlersList = $('ignored-handlers-list');
78 * Sets the list of handlers shown by the view.
79 * @param {Array.<Handlers>} handlers Handlers to be shown in the view.
81 HandlerOptions.setHandlers = function(handlers) {
82 $('handlers
[all...]
H A Dhandler_options_list.js17 * @param {Object} entry A dictionary describing the handlers for a given
40 protocolElement.className = 'handlers-type-column';
46 hostElement.className = 'handlers-site-column';
81 * Set the protocol handlers displayed by this list. See
85 * @param {!Array} list A list of ignored protocol handlers.
97 * handlers: [
102 * @param {Object} entry A dictionary describing the handlers for a given
127 protocolElement.className = 'handlers-type-column';
140 for (var i = 0; i < data.handlers.length; ++i) {
143 optionElement.textContent = data.handlers[
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/cr/
H A Devent_target.js34 var handlers = this.listeners_[type];
35 if (handlers.indexOf(handler) < 0)
36 handlers.push(handler);
50 var handlers = this.listeners_[type];
51 var index = handlers.indexOf(handler);
54 if (handlers.length == 1)
57 handlers.splice(index, 1);
87 var handlers = this.listeners_[type].concat();
88 for (var i = 0, handler; handler = handlers[i]; i++) {
/external/chromium_org/ui/webui/resources/js/cr/
H A Devent_target.js34 var handlers = this.listeners_[type];
35 if (handlers.indexOf(handler) < 0)
36 handlers.push(handler);
50 var handlers = this.listeners_[type];
51 var index = handlers.indexOf(handler);
54 if (handlers.length == 1)
57 handlers.splice(index, 1);
84 var handlers = this.listeners_[type].concat();
85 for (var i = 0, handler; handler = handlers[i]; i++) {
/external/chromium_org/third_party/webrtc/modules/desktop_capture/x11/
H A Dshared_x_display.cc51 EventHandlersMap::iterator handlers = event_handlers_.find(type); local
52 if (handlers == event_handlers_.end())
56 std::remove(handlers->second.begin(), handlers->second.end(), handler);
57 handlers->second.erase(new_end, handlers->second.end());
59 // Check if no handlers left for this event.
60 if (handlers->second.empty())
61 event_handlers_.erase(handlers);
76 EventHandlersMap::iterator handlers local
[all...]
/external/chromium-trace/trace-viewer/src/base/
H A Devent_target.js35 var handlers = this.listeners_[type];
36 if (handlers.indexOf(handler) < 0)
37 handlers.push(handler);
51 var handlers = this.listeners_[type];
52 var index = handlers.indexOf(handler);
55 if (handlers.length == 1)
58 handlers.splice(index, 1);
88 var handlers = this.listeners_[type].concat();
89 for (var i = 0, handler; handler = handlers[i]; i++) {
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DCatchTable.java102 /** {@code non-null;} list of catch handlers */
103 private final CatchHandlerList handlers; field in class:CatchTable.Entry
110 * @param handlers {@code non-null;} list of catch handlers
112 public Entry(int start, int end, CatchHandlerList handlers) { argument
121 if (handlers.isMutable()) {
122 throw new IllegalArgumentException("handlers.isMutable()");
127 this.handlers = handlers;
134 hash = (hash * 31) + handlers
[all...]
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dtts_custom_bindings.js16 var handlers = {};
19 var eventHandler = handlers[event.srcId];
27 delete handlers[event.srcId];
47 handlers[id] = args[1].onEvent;
/external/chromium_org/extensions/common/manifest_handlers/
H A Dfile_handler_manifest_unittest.cc41 const FileHandlersInfo* handlers = local
43 ASSERT_TRUE(handlers != NULL);
44 ASSERT_EQ(2U, handlers->size());
46 FileHandlerInfo handler = handlers->at(0);
54 handler = handlers->at(1);
62 // This should load successfully but have the file handlers ignored.
67 const FileHandlersInfo* handlers = local
69 ASSERT_TRUE(handlers == NULL);
/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-trace/trace-viewer/examples/
H A Drun_stream_server.sh8 HANDLERSPATH=examples/stream_server/handlers
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dlogutils.py129 """Return a list of the default logging handlers to use.
159 handlers=None):
163 A list of references to the logging handlers added to the root
164 logger. This allows the caller to later remove the handlers
176 handlers. The stream must define an "encoding" data attribute,
178 handlers: A list of logging.Handler instances to add to the logger
197 if handlers is None:
198 handlers = _default_handlers(stream, logging_level)
202 for handler in handlers:
207 return handlers
[all...]
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
H A DNaClAM.js177 var handlers = this.listeners_[type];
178 if (handlers.indexOf(handler) < 0) {
179 handlers.push(handler);
195 var handlers = this.listeners_[type];
196 var index = handlers.indexOf(handler);
198 if (handlers.length == 1) {
203 handlers.splice(index, 1);
219 var handlers = this.listeners_[type].concat();
220 for (var i = 0, handler; handler = handlers[i]; i++) {
/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/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/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
H A DInterfaceWithClient.java82 DelegatingConnectionErrorHandler handlers = new DelegatingConnectionErrorHandler();
83 handlers.addConnectionErrorHandler(client);
84 router.setErrorHandler(handlers);
87 handlers.addConnectionErrorHandler(proxy);
/external/chromium_org/ui/web_dialogs/
H A Dweb_dialog_ui.cc87 std::vector<WebUIMessageHandler*> handlers; local
91 delegate->GetWebUIMessageHandlers(&handlers);
96 for (std::vector<WebUIMessageHandler*>::iterator it = handlers.begin();
97 it != handlers.end(); ++it) {
/external/chromium_org/chrome/common/
H A Dworker_thread_ticker.cc28 // You cannot change the list of handlers when the timer is running.
39 // You cannot change the list of handlers when the timer is running.
88 const TickHandlerListType& handlers = tick_handler_list_; local
89 for (TickHandlerListType::const_iterator i = handlers.begin();
90 i != handlers.end(); ++i) {
/external/chromium_org/chrome/browser/policy/
H A Dconfiguration_policy_handler_list_factory.cc550 scoped_ptr<ConfigurationPolicyHandlerList> handlers(
555 handlers->AddHandler(make_scoped_ptr<ConfigurationPolicyHandler>(
561 handlers->AddHandler(make_scoped_ptr<ConfigurationPolicyHandler>(
563 handlers->AddHandler(make_scoped_ptr<ConfigurationPolicyHandler>(
565 handlers->AddHandler(make_scoped_ptr<ConfigurationPolicyHandler>(
567 handlers->AddHandler(make_scoped_ptr<ConfigurationPolicyHandler>(
569 handlers->AddHandler(make_scoped_ptr<ConfigurationPolicyHandler>(
571 handlers->AddHandler(make_scoped_ptr<ConfigurationPolicyHandler>(
575 handlers->AddHandler(make_scoped_ptr<ConfigurationPolicyHandler>(
577 handlers
[all...]
/external/chromium_org/chrome/browser/ui/login/
H A Dlogin_prompt_browsertest.cc186 EXPECT_TRUE(observer.handlers().empty());
210 ASSERT_FALSE(observer.handlers().empty());
214 LoginHandler* handler = *observer.handlers().begin();
227 ASSERT_EQ(1u, observer.handlers().size());
229 LoginHandler* handler = *observer.handlers().begin();
260 ASSERT_FALSE(observer.handlers().empty());
264 LoginHandler* handler = *observer.handlers().begin();
277 ASSERT_EQ(1u, observer.handlers().size());
279 LoginHandler* handler = *observer.handlers().begin();
330 ASSERT_EQ(2u, observer.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)) {
/external/chromium_org/ui/webui/resources/js/
H A Di18n_template_no_process.js9 * It currently supports three handlers:
30 * This provides the handlers for the templating engine. The key is used as
35 var handlers = {
113 var attributeNames = Object.keys(handlers);
128 handlers[name](element, attribute, dictionary);
H A Di18n_template.js11 * It currently supports two handlers:
37 * This provides the handlers for the templating engine. The key is used as
42 var handlers = {
104 for (var key in handlers) {
121 handlers[name](element, att, obj);

Completed in 523 milliseconds

123456789