Home | History | Annotate | Download | only in web

Lines Matching refs:BLINK_EXPORT

39     BLINK_EXPORT int screenX() const;
40 BLINK_EXPORT int screenY() const;
41 BLINK_EXPORT int clientX() const;
42 BLINK_EXPORT int clientY() const;
43 BLINK_EXPORT int offsetX();
44 BLINK_EXPORT int offsetY();
45 BLINK_EXPORT int pageX() const;
46 BLINK_EXPORT int pageY() const;
47 BLINK_EXPORT int x() const;
48 BLINK_EXPORT int y() const;
50 BLINK_EXPORT int button() const;
51 BLINK_EXPORT bool buttonDown() const;