Home
last modified time | relevance | path

Searched refs:FocusEvent (Results 1 – 25 of 32) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/events/
DFocusEvent.h42 class FocusEvent : public UIEvent {
44 static PassRefPtr<FocusEvent> create() in create()
46 return adoptRef(new FocusEvent); in create()
49 …static PassRefPtr<FocusEvent> create(const AtomicString& type, bool canBubble, bool cancelable, Pa… in create()
51 return adoptRef(new FocusEvent(type, canBubble, cancelable, view, detail, relatedTarget)); in create()
54 … static PassRefPtr<FocusEvent> create(const AtomicString& type, const FocusEventInit& initializer) in create()
56 return adoptRef(new FocusEvent(type, initializer)); in create()
67 FocusEvent();
68FocusEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<AbstractView>, in…
69 FocusEvent(const AtomicString& type, const FocusEventInit&);
[all …]
DFocusEvent.cpp41 const AtomicString& FocusEvent::interfaceName() const in interfaceName()
43 return EventNames::FocusEvent; in interfaceName()
46 bool FocusEvent::isFocusEvent() const in isFocusEvent()
51 FocusEvent::FocusEvent() in FocusEvent() function in WebCore::FocusEvent
56 FocusEvent::FocusEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Abstra… in FocusEvent() function in WebCore::FocusEvent
63 FocusEvent::FocusEvent(const AtomicString& type, const FocusEventInit& initializer) in FocusEvent() function in WebCore::FocusEvent
70 PassRefPtr<FocusEventDispatchMediator> FocusEventDispatchMediator::create(PassRefPtr<FocusEvent> fo… in create()
75 FocusEventDispatchMediator::FocusEventDispatchMediator(PassRefPtr<FocusEvent> focusEvent) in FocusEventDispatchMediator()
86 PassRefPtr<BlurEventDispatchMediator> BlurEventDispatchMediator::create(PassRefPtr<FocusEvent> focu… in create()
91 BlurEventDispatchMediator::BlurEventDispatchMediator(PassRefPtr<FocusEvent> focusEvent) in BlurEventDispatchMediator()
[all …]
DEventRetargeter.h31 class FocusEvent; variable
41 static void adjustForFocusEvent(Node*, FocusEvent&);
DFocusEvent.idl28 ] interface FocusEvent : UIEvent {
DEventRetargeter.cpp45 void EventRetargeter::adjustForFocusEvent(Node* node, FocusEvent& focusEvent) in adjustForFocusEvent()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/binding/editors/controls/
DAbstractControlActionsManager.java26 import org.eclipse.swt.events.FocusEvent;
65 public void focusGained(FocusEvent e) { in AbstractControlActionsManager()
71 public void focusLost(FocusEvent e) { in AbstractControlActionsManager()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
DAbstractTextPropertyEditor.java23 import org.eclipse.swt.events.FocusEvent;
127 public void focusGained(FocusEvent event) { in focusGained()
132 public void focusLost(FocusEvent event) { in focusLost()
DAbstractComboPropertyEditor.java19 import org.eclipse.swt.events.FocusEvent;
59 public void focusLost(FocusEvent e) { in activate()
DAbstractComboBoxPropertyEditor.java22 import org.eclipse.swt.events.FocusEvent;
65 public void focusLost(FocusEvent e) { in activate()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
DCSpinner.java15 import org.eclipse.swt.events.FocusEvent;
127 public void focusGained(FocusEvent e) { in CSpinner()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp2241 …RefPtr<FocusEvent> event = FocusEvent::create(EventTypeNames::focus, false, false, document().domW… in dispatchFocusEvent()
2247 …RefPtr<FocusEvent> event = FocusEvent::create(EventTypeNames::blur, false, false, document().domWi… in dispatchBlurEvent()
2255 …dispatchScopedEventDispatchMediator(FocusInEventDispatchMediator::create(FocusEvent::create(eventT… in dispatchFocusInEvent()
2262 …dispatchScopedEventDispatchMediator(FocusOutEventDispatchMediator::create(FocusEvent::create(event… in dispatchFocusOutEvent()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_dom.target.linux-x86.mk178 third_party/WebKit/Source/core/events/FocusEvent.cpp \
Dwebcore_dom.target.darwin-x86.mk178 third_party/WebKit/Source/core/events/FocusEvent.cpp \
Dwebcore_dom.target.linux-mips.mk178 third_party/WebKit/Source/core/events/FocusEvent.cpp \
Dwebcore_dom.target.darwin-mips.mk178 third_party/WebKit/Source/core/events/FocusEvent.cpp \
Dwebcore_dom.target.darwin-arm.mk178 third_party/WebKit/Source/core/events/FocusEvent.cpp \
Dwebcore_dom.target.linux-arm.mk178 third_party/WebKit/Source/core/events/FocusEvent.cpp \
Dcore.gypi104 'events/FocusEvent.idl',
2122 'events/FocusEvent.cpp',
2123 'events/FocusEvent.h',
/external/chromium_org/third_party/WebKit/Source/bindings/
Dmain_idl_files_list.tmp98 ../core/events/FocusEvent.idl
Dinterface_dependencies.target.darwin-mips.mk21 …ts/EventTarget.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/FocusEvent.idl $(LOCAL_PATH…
Dinterface_dependencies.target.darwin-x86.mk21 …ts/EventTarget.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/FocusEvent.idl $(LOCAL_PATH…
Dinterface_dependencies.target.darwin-arm.mk21 …ts/EventTarget.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/FocusEvent.idl $(LOCAL_PATH…
Dinterface_dependencies.target.linux-mips.mk21 …ts/EventTarget.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/FocusEvent.idl $(LOCAL_PATH…
Dinterface_dependencies.target.linux-arm.mk21 …ts/EventTarget.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/FocusEvent.idl $(LOCAL_PATH…
Dinterface_dependencies.target.linux-x86.mk21 …ts/EventTarget.idl $(LOCAL_PATH)/third_party/WebKit/Source/core/events/FocusEvent.idl $(LOCAL_PATH…

12