Searched defs:Events (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/tools/flip_server/
H A Depoll_server.h626 // Events are removed before they are added, thus, if ~0 is put
787 Events& events_for_fd = event_counts_[fd];
860 struct Events { struct in struct:net::EpollServer::EventRecorder
861 Events() : function in struct:net::EpollServer::EventRecorder::Events
890 friend ostream& operator<<(ostream& os, const Events& ev) {
945 std::vector<Events> unregistered_fds_;
946 typedef __gnu_cxx::hash_map<int, Events> EventCountsMap;
/external/webkit/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js1219 var Events = new Class({
1224 type = Events.removeOn(type);
1239 type = Events.removeOn(type);
1248 type = Events.removeOn(type);
1260 if (events) events = Events.removeOn(events);
1271 Events.removeOn = function(string){
1974 Contains Element methods for dealing with events, and custom Events.
1991 var realType = type, custom = Element.Events.get(type), condition = fn, self = this;
2026 var custom = Element.Events.get(type);
2101 Element.Events
[all...]

Completed in 390 milliseconds