Home
last modified time | relevance | path

Searched defs:onchange (Results 1 – 9 of 9) sorted by relevance

/third_party/jsframework/runtime/main/extend/mediaquery/
DpluginMediaQuery.ts55 get onchange() { method in MediaQueryList
59 set onchange(onchange: any) { method in MediaQueryList
/third_party/node/test/async-hooks/
Dtest-graph.statwatcher.js12 function onchange() { } function
/third_party/node/lib/internal/fs/
Dwatchers.js79 function onchange(newStatus, stats) { function
336 handle.onchange = (status, eventType, filename) => { function
/third_party/typescript/tests/lib/
Dlib.d.ts4501 onchange: (ev: Event) => any; property
5822 onchange: (ev: Event) => any; property
7970 onchange: (ev: Event) => any; property
14875 onchange: (ev: Event) => any; property
15919 onchange: (ev: Event) => any; property
16752 declare var onchange: (ev: Event) => any; variable
/third_party/typescript/lib/
Dlib.dom.d.ts5893 onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null; property
10299 onchange: ((this: MediaQueryList, ev: MediaQueryListEvent) => any) | null; property
11786 onchange: ((this: PermissionStatus, ev: Event) => any) | null; property
14874 onchange: ((this: ScreenOrientation, ev: Event) => any) | null; property
15873 onchange: ((this: TextTrackList, ev: Event) => any) | null; property
Dlib.webworker.d.ts2629 onchange: ((this: PermissionStatus, ev: Event) => any) | null; property
/third_party/typescript/src/lib/
Ddom.generated.d.ts5873 onchange: ((this: GlobalEventHandlers, ev: Event) => any) | null; property
10279 onchange: ((this: MediaQueryList, ev: MediaQueryListEvent) => any) | null; property
11766 onchange: ((this: PermissionStatus, ev: Event) => any) | null; property
14854 onchange: ((this: ScreenOrientation, ev: Event) => any) | null; property
15853 onchange: ((this: TextTrackList, ev: Event) => any) | null; property
Dwebworker.generated.d.ts2609 onchange: ((this: PermissionStatus, ev: Event) => any) | null; property
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp81901 static nsIAtom* onchange; member in nsGkAtoms