• Home
  • Raw
  • Download

Lines Matching refs:CppVariant

66     void mouseDown(const CppArgumentList&, CppVariant*);
67 void mouseUp(const CppArgumentList&, CppVariant*);
68 void mouseMoveTo(const CppArgumentList&, CppVariant*);
69 void leapForward(const CppArgumentList&, CppVariant*);
70 void keyDown(const CppArgumentList&, CppVariant*);
71 void dispatchMessage(const CppArgumentList&, CppVariant*);
72 void textZoomIn(const CppArgumentList&, CppVariant*);
73 void textZoomOut(const CppArgumentList&, CppVariant*);
74 void zoomPageIn(const CppArgumentList&, CppVariant*);
75 void zoomPageOut(const CppArgumentList&, CppVariant*);
76 void mouseScrollBy(const CppArgumentList&, CppVariant*);
77 void continuousMouseScrollBy(const CppArgumentList&, CppVariant*);
78 void scheduleAsynchronousClick(const CppArgumentList&, CppVariant*);
79 void beginDragWithFiles(const CppArgumentList&, CppVariant*);
80 CppVariant dragMode;
82 void addTouchPoint(const CppArgumentList&, CppVariant*);
83 void cancelTouchPoint(const CppArgumentList&, CppVariant*);
84 void clearTouchPoints(const CppArgumentList&, CppVariant*);
85 void releaseTouchPoint(const CppArgumentList&, CppVariant*);
86 void setTouchModifier(const CppArgumentList&, CppVariant*);
87 void touchCancel(const CppArgumentList&, CppVariant*);
88 void touchEnd(const CppArgumentList&, CppVariant*);
89 void touchMove(const CppArgumentList&, CppVariant*);
90 void touchStart(const CppArgumentList&, CppVariant*);
91 void updateTouchPoint(const CppArgumentList&, CppVariant*);
94 void contextClick(const CppArgumentList&, CppVariant*);
95 void enableDOMUIEventLogging(const CppArgumentList&, CppVariant*);
96 void fireKeyboardEventsToElement(const CppArgumentList&, CppVariant*);
97 void clearKillRing(const CppArgumentList&, CppVariant*);
101 CppVariant wmKeyDown;
102 CppVariant wmKeyUp;
103 CppVariant wmChar;
104 CppVariant wmDeadChar;
105 CppVariant wmSysKeyDown;
106 CppVariant wmSysKeyUp;
107 CppVariant wmSysChar;
108 CppVariant wmSysDeadChar;
144 void handleMouseWheel(const CppArgumentList&, CppVariant*, bool continuous);