HomeSort by relevance Sort by last modified time
    Searched refs:EventHandler (Results 1 - 25 of 396) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/frame/
WindowEventHandlers.idl 34 //attribute EventHandler onafterprint;
35 //attribute EventHandler onbeforeprint;
36 attribute EventHandler onbeforeunload;
37 attribute EventHandler onhashchange;
38 attribute EventHandler onmessage;
39 attribute EventHandler onoffline;
40 attribute EventHandler ononline;
41 attribute EventHandler onpagehide;
42 attribute EventHandler onpageshow;
43 attribute EventHandler onpopstate
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequestEventTarget.idl 30 attribute EventHandler onabort;
31 attribute EventHandler onerror;
32 attribute EventHandler onload;
33 attribute EventHandler onloadend;
34 attribute EventHandler onloadstart;
35 attribute EventHandler onprogress;
36 attribute EventHandler ontimeout;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
GlobalEventHandlers.idl 33 attribute EventHandler onabort;
34 attribute EventHandler onblur;
35 attribute EventHandler oncancel;
36 attribute EventHandler oncanplay;
37 attribute EventHandler oncanplaythrough;
38 attribute EventHandler onchange;
39 [PerWorldBindings, ActivityLogging=SetterForIsolatedWorlds] attribute EventHandler onclick;
40 attribute EventHandler onclose;
41 attribute EventHandler oncontextmenu;
42 attribute EventHandler oncuechange
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBOpenDBRequest.idl 27 attribute EventHandler onblocked;
28 attribute EventHandler onupgradeneeded;
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorkerGlobalScope.idl 34 attribute EventHandler oninstall;
35 attribute EventHandler onactivate;
36 attribute EventHandler onfetch;
  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognition.idl 42 attribute EventHandler onaudiostart;
43 attribute EventHandler onsoundstart;
44 attribute EventHandler onspeechstart;
45 attribute EventHandler onspeechend;
46 attribute EventHandler onsoundend;
47 attribute EventHandler onaudioend;
48 attribute EventHandler onresult;
49 attribute EventHandler onnomatch;
50 attribute EventHandler onerror;
51 attribute EventHandler onstart
    [all...]
SpeechSynthesisUtterance.idl 38 attribute EventHandler onstart;
39 attribute EventHandler onend;
40 attribute EventHandler onerror;
41 attribute EventHandler onpause;
42 attribute EventHandler onresume;
43 attribute EventHandler onmark;
44 attribute EventHandler onboundary;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElementInstance.idl 39 [NotEnumerable] attribute EventHandler onabort;
40 [NotEnumerable] attribute EventHandler onblur;
41 [NotEnumerable] attribute EventHandler onchange;
42 [NotEnumerable] attribute EventHandler onclick;
43 [NotEnumerable] attribute EventHandler oncontextmenu;
44 [NotEnumerable] attribute EventHandler ondblclick;
45 [NotEnumerable] attribute EventHandler onerror;
46 [NotEnumerable] attribute EventHandler onfocus;
47 [NotEnumerable] attribute EventHandler oninput;
48 [NotEnumerable] attribute EventHandler onkeydown
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameSetElement.idl 26 [Conditional=ORIENTATION_EVENTS] attribute EventHandler onorientationchange;
29 attribute EventHandler onblur;
30 attribute EventHandler onerror;
31 attribute EventHandler onfocus;
32 attribute EventHandler onload;
33 attribute EventHandler onscroll;
HTMLBodyElement.idl 29 [Conditional=ORIENTATION_EVENTS] attribute EventHandler onorientationchange;
32 attribute EventHandler onblur;
33 attribute EventHandler onerror;
34 attribute EventHandler onfocus;
35 attribute EventHandler onload;
36 attribute EventHandler onscroll;
  /external/chromium_org/third_party/WebKit/Source/core/workers/
AbstractWorker.idl 36 attribute EventHandler onerror;
  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
WebKitNotification.idl 40 attribute EventHandler ondisplay;
41 attribute EventHandler onerror;
42 attribute EventHandler onclose;
43 attribute EventHandler onclick;
  /external/chromium_org/ui/events/
event_handler.cc 12 EventHandler::EventHandler() {
15 EventHandler::~EventHandler() {
23 void EventHandler::OnEvent(Event* event) {
38 void EventHandler::OnKeyEvent(KeyEvent* event) {
41 void EventHandler::OnMouseEvent(MouseEvent* event) {
44 void EventHandler::OnScrollEvent(ScrollEvent* event) {
47 void EventHandler::OnTouchEvent(TouchEvent* event) {
50 void EventHandler::OnGestureEvent(GestureEvent* event)
    [all...]
event_handler.h 29 class EVENTS_EXPORT EventHandler {
31 EventHandler();
32 virtual ~EventHandler();
59 DISALLOW_COPY_AND_ASSIGN(EventHandler);
62 typedef std::vector<EventHandler*> EventHandlerList;
  /external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
ApplicationCache.idl 43 attribute EventHandler onchecking;
44 attribute EventHandler onerror;
45 attribute EventHandler onnoupdate;
46 attribute EventHandler ondownloading;
47 attribute EventHandler onprogress;
48 attribute EventHandler onupdateready;
49 attribute EventHandler oncached;
50 attribute EventHandler onobsolete;
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIAccess.idl 38 attribute EventHandler onconnect;
39 attribute EventHandler ondisconnect;
MIDIInput.idl 36 attribute EventHandler onmidimessage;
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrackList.idl 34 attribute EventHandler onaddtrack;
35 attribute EventHandler onchange;
36 attribute EventHandler onremovetrack;
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
ScriptProcessorNode.idl 30 attribute EventHandler onaudioprocess;
  /external/chromium_org/ui/views/widget/
native_widget.h 11 class EventHandler;
34 virtual ui::EventHandler* GetEventHandler() = 0;
  /frameworks/base/core/java/android/net/http/
ErrorStrings.java 23 * Localized strings for the error codes defined in EventHandler.
46 case EventHandler.OK:
49 case EventHandler.ERROR:
52 case EventHandler.ERROR_LOOKUP:
55 case EventHandler.ERROR_UNSUPPORTED_AUTH_SCHEME:
58 case EventHandler.ERROR_AUTH:
61 case EventHandler.ERROR_PROXYAUTH:
64 case EventHandler.ERROR_CONNECT:
67 case EventHandler.ERROR_IO:
70 case EventHandler.ERROR_TIMEOUT
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
FileWriter.idl 53 attribute EventHandler onwritestart;
54 attribute EventHandler onprogress;
55 attribute EventHandler onwrite;
56 attribute EventHandler onabort;
57 attribute EventHandler onerror;
58 attribute EventHandler onwriteend;
  /external/chromium_org/third_party/WebKit/Source/core/html/ime/
InputMethodContext.idl 41 attribute EventHandler oncandidatewindowshow;
42 attribute EventHandler oncandidatewindowupdate;
43 attribute EventHandler oncandidatewindowhide;
  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeySession.idl 41 [RuntimeEnabled=EncryptedMedia] attribute EventHandler onwebkitkeyadded;
42 [RuntimeEnabled=EncryptedMedia] attribute EventHandler onwebkitkeyerror;
43 [RuntimeEnabled=EncryptedMedia] attribute EventHandler onwebkitkeymessage;
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
MediaStreamTrack.idl 37 attribute EventHandler onmute;
38 attribute EventHandler onunmute;
39 attribute EventHandler onended;

Completed in 158 milliseconds

1 2 3 4 5 6 7 8 91011>>