HomeSort by relevance Sort by last modified time
    Searched defs:EventListener (Results 1 - 25 of 38) sorted by null

1 2

  /external/chromium_org/third_party/icu/source/common/
servnotf.h 34 class U_COMMON_API EventListener : public UObject {
36 virtual ~EventListener();
87 virtual void addListener(const EventListener* l, UErrorCode& status);
94 virtual void removeListener(const EventListener* l, UErrorCode& status);
109 virtual UBool acceptsListener(const EventListener& l) const = 0;
114 virtual void notifyListener(EventListener& l) const = 0;
servnotf.cpp 19 EventListener::~EventListener() {}
20 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(EventListener)
39 ICUNotifier::addListener(const EventListener* l, UErrorCode& status)
53 const EventListener* el = (const EventListener*)(listeners->elementAt(i));
72 ICUNotifier::removeListener(const EventListener *l, UErrorCode& status)
85 const EventListener* el = (const EventListener*)listeners->elementAt(i);
107 EventListener* el = (EventListener*)listeners->elementAt(i)
    [all...]
  /external/icu/icu4c/source/common/
servnotf.h 34 class U_COMMON_API EventListener : public UObject {
36 virtual ~EventListener();
87 virtual void addListener(const EventListener* l, UErrorCode& status);
94 virtual void removeListener(const EventListener* l, UErrorCode& status);
109 virtual UBool acceptsListener(const EventListener& l) const = 0;
114 virtual void notifyListener(EventListener& l) const = 0;
servnotf.cpp 19 EventListener::~EventListener() {}
20 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(EventListener)
39 ICUNotifier::addListener(const EventListener* l, UErrorCode& status)
53 const EventListener* el = (const EventListener*)(listeners->elementAt(i));
72 ICUNotifier::removeListener(const EventListener *l, UErrorCode& status)
85 const EventListener* el = (const EventListener*)listeners->elementAt(i);
107 EventListener* el = (EventListener*)listeners->elementAt(i)
    [all...]
  /libcore/luni/src/main/java/java/util/
EventListener.java 21 * EventListener is the superclass of all event listener interfaces.
25 public interface EventListener {
  /packages/apps/Mms/src/org/w3c/dom/events/
EventListener.java 16 * The <code>EventListener</code> interface is the primary method for
17 * handling events. Users implement the <code>EventListener</code> interface
20 * <code>EventListener</code> from its <code>EventTarget</code> after they
23 * method the <code>EventListener</code>s attached to the source
25 * the user wishes the same <code>EventListener</code>s to be added to the
30 public interface EventListener {
33 * the <code> EventListener</code> interface was registered.
  /external/chromium_org/third_party/WebKit/Source/core/events/
EventListener.h 32 class EventListener : public RefCounted<EventListener> {
42 virtual ~EventListener() { }
43 virtual bool operator==(const EventListener&) = 0;
52 explicit EventListener(Type type)
  /external/chromium_org/chrome/test/logging/win/
test_log_collector.cc 46 // An EventListener that generally delegates to a given default result
48 class EventListener : public testing::TestEventListener {
51 EventListener(TestLogCollector* test_log_collector,
53 virtual ~EventListener();
131 DISALLOW_COPY_AND_ASSIGN(EventListener);
157 // TestLogCollector::EventListener implementation
159 TestLogCollector::EventListener::EventListener(
166 TestLogCollector::EventListener::~EventListener() {
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
event_listener.cc 47 EventListener::EventListener() {
51 EventListener::~EventListener() {
69 : EventListener(),
event_listener.h 26 // down. EventListener provides a mechanism for a thread to wait on
81 class EventListener;
87 // EventListener
89 // The EventListener class provides an object to wait on for specific events
90 // from EventEmitter objects. The EventListener becomes signalled for
92 class EventListener {
94 EventListener();
95 ~EventListener();
103 DISALLOW_COPY_AND_ASSIGN(EventListener);
112 class EventListenerLock : public EventListener {
    [all...]
  /external/chromium_org/extensions/browser/
event_listener_map.cc 20 scoped_ptr<EventListener> EventListener::ForExtension(
25 return make_scoped_ptr(new EventListener(
30 scoped_ptr<EventListener> EventListener::ForURL(
36 new EventListener(event_name, "", listener_url, process, filter.Pass()));
39 EventListener::~EventListener() {}
41 bool EventListener::Equals(const EventListener* other) const
    [all...]
event_listener_map.h 41 class EventListener {
52 static scoped_ptr<EventListener> ForExtension(
57 static scoped_ptr<EventListener> ForURL(
63 ~EventListener();
65 bool Equals(const EventListener* other) const;
67 scoped_ptr<EventListener> Copy() const;
88 EventListener(const std::string& event_name,
101 DISALLOW_COPY_AND_ASSIGN(EventListener);
108 typedef std::vector<linked_ptr<EventListener> > ListenerList;
113 virtual void OnListenerAdded(const EventListener* listener) = 0
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DOMModel.js 476 * @param {function(?Array.<!WebInspector.DOMModel.EventListener>)} callback
484 * @param {!Array.<!DOMAgent.EventListener>} payloads
493 return new WebInspector.DOMModel.EventListener(target, payload);
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
debug.rb 369 =begin rdoc ANTLR3::Debug::EventListener
376 module EventListener
  /frameworks/native/services/surfaceflinger/
DispSync.cpp 156 EventListener listener;
196 struct EventListener {
241 nsecs_t computeListenerNextEventTimeLocked(const EventListener& listener,
271 Vector<EventListener> mEventListeners;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
InputPairer.java 101 public interface EventListener {
293 private EventListener mListener;
312 public InputPairer(Context context, EventListener listener) {
426 public void setListener(EventListener listener) {
  /external/chromium_org/extensions/browser/api/web_request/
web_request_api.cc 451 struct ExtensionWebRequestEventRouter::EventListener {
463 bool operator<(const EventListener& that) const {
472 EventListener() : extra_info_spec(0) {}
732 std::vector<const EventListener*> listeners =
789 std::vector<const EventListener*> listeners =
843 std::vector<const EventListener*> listeners =
    [all...]
  /packages/apps/FMRadio/src/com/android/fmradio/views/
FmScroller.java 97 private EventListener mEventListener;
    [all...]
  /prebuilts/tools/common/m2/repository/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 

Completed in 1583 milliseconds

1 2