Searched defs:InspectorInputAgent (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorInputAgent.cpp32 #include "core/inspector/InspectorInputAgent.h"
92 InspectorInputAgent::InspectorInputAgent(Page* page, InspectorClient* client) function in class:blink::InspectorInputAgent
93 : InspectorBaseAgent<InspectorInputAgent>("Input")
98 InspectorInputAgent::~InspectorInputAgent()
102 void InspectorInputAgent::dispatchKeyEvent(ErrorString* error, const String& type, const int* modifiers, const double* timestamp, const String* text, const String* unmodifiedText, const String* keyIdentifier, const int* windowsVirtualKeyCode, const int* nativeVirtualKeyCode, const bool* autoRepeat, const bool* isKeypad, const bool* isSystemKey)
133 void InspectorInputAgent::dispatchMouseEvent(ErrorString* error, const String& type, int x, int y, const int* modifiers, const double* timestamp, const String* button, const int* clickCount)
184 void InspectorInputAgent::dispatchTouchEvent(ErrorString* error, const String& type, const RefPtr<JSONArray>& touchPoints, const int* modifiers, const double* timestamp)
270 void InspectorInputAgent
[all...]

Completed in 509 milliseconds