Searched refs:addEvents (Results 1 – 11 of 11) sorted by relevance
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
D | CCombo3.java | 55 addEvents(this, m_comboListener, new int[]{SWT.Dispose, SWT.Move, SWT.Resize}); in CCombo3() 60 addEvents(m_text, m_textListener, new int[]{ in CCombo3() 74 addEvents(m_arrow, m_arrowListener, new int[]{SWT.Selection, SWT.FocusIn, SWT.FocusOut}); in CCombo3() 85 addEvents(m_table, m_tableListener, new int[]{SWT.Selection, SWT.FocusIn, SWT.FocusOut}); in CCombo3() 287 private void addEvents(Widget widget, Listener listener, int[] events) { in addEvents() method in CCombo3
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/ |
D | eventhistory.ui.h | 23 void EventHistory::addEvents(WpaMsgList msgs) in addEvents() function
|
D | wpagui.ui.h | 521 eh->addEvents(msgs); in eventHistory()
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | eventhistory.h | 47 virtual void addEvents(WpaMsgList msgs);
|
D | eventhistory.cpp | 103 void EventHistory::addEvents(WpaMsgList msgs) in addEvents() function in EventHistory
|
D | wpagui.cpp | 761 eh->addEvents(msgs); in eventHistory()
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
D | eventhistory.h | 53 virtual void addEvents(WpaMsgList msgs);
|
D | eventhistory.cpp | 109 void EventHistory::addEvents(WpaMsgList msgs) in addEvents() function in EventHistory
|
D | wpagui.cpp | 738 eh->addEvents(msgs); in eventHistory()
|
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/ |
D | mootools-1.2.2-core-nc.js | 1233 addEvents: function(events){ method 1981 this.addEvents(events); 2034 addEvents: function(events){ method
|
D | concat-jquery-mootools-prototype.js | 5609 addEvents: function(events){ method 6357 this.addEvents(events); 6410 addEvents: function(events){ method
|