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

1 2

  /external/icu4c/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/chromium/chrome/common/deprecated/
event_sys.h 22 class EventListener {
27 virtual ~EventListener() {}
  /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/webkit/Source/WebCore/dom/
EventListener.h 36 class EventListener : public RefCounted<EventListener> {
50 virtual ~EventListener() { }
51 virtual bool operator==(const EventListener&) = 0;
63 EventListener(Type type)
  /external/chromium/chrome/browser/extensions/
extension_event_router.cc 47 struct ExtensionEventRouter::EventListener {
51 explicit EventListener(RenderProcessHost* process,
55 bool operator<(const EventListener& that) const {
99 EventListener listener(process, extension_id);
116 EventListener listener(process, extension_id);
150 std::set<EventListener>& listeners = it->second;
151 for (std::set<EventListener>::iterator listener = listeners.begin();
188 std::set<EventListener>& listeners = it->second;
192 for (std::set<EventListener>::iterator listener = listeners.begin();
228 for (std::set<EventListener>::iterator jt = current_it->second.begin()
    [all...]
extension_webrequest_api.cc 172 struct ExtensionWebRequestEventRouter::EventListener {
180 bool operator<(const EventListener& that) const {
306 std::vector<const EventListener*> listeners =
356 std::vector<const EventListener*> listeners =
388 const std::vector<const EventListener*>& listeners,
396 for (std::vector<const EventListener*>::const_iterator it = listeners.begin();
430 EventListener listener;
436 std::set<EventListener>::iterator found =
454 EventListener listener;
475 EventListener listener
    [all...]
  /packages/apps/Calculator/src/com/android/calculator2/
EventListener.java 24 class EventListener implements View.OnKeyListener,
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
debug.rb 369 =begin rdoc ANTLR3::Debug::EventListener
376 module EventListener
  /external/webkit/Source/WebCore/inspector/front-end/
ScriptsPanel.js 205 EventListener: "EventListener",
411 } else if (details.eventData.breakpointType === WebInspector.ScriptsPanel.BrowserBreakpointTypes.EventListener) {
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h     [all...]
  /prebuilts/tools/common/m2/internal/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/internal/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 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 

Completed in 1049 milliseconds

1 2