HomeSort by relevance Sort by last modified time
    Searched refs:InspectorInputAgent (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInputAgent.h 45 class InspectorInputAgent : public InspectorBaseAgent<InspectorInputAgent>, public InspectorBackendDispatcher::InputCommandHandler {
46 WTF_MAKE_NONCOPYABLE(InspectorInputAgent);
48 static PassOwnPtr<InspectorInputAgent> create(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* inspectorState, Page* page, InspectorClient* client)
50 return adoptPtr(new InspectorInputAgent(instrumentingAgents, inspectorState, page, client));
53 ~InspectorInputAgent();
61 InspectorInputAgent(InstrumentingAgents*, InspectorCompositeState*, Page*, InspectorClient*);
InspectorInputAgent.cpp 32 #include "core/inspector/InspectorInputAgent.h"
94 InspectorInputAgent::InspectorInputAgent(InstrumentingAgents* instrumentingAgents, InspectorCompositeState* inspectorState, Page* page, InspectorClient* client)
95 : InspectorBaseAgent<InspectorInputAgent>("Input", instrumentingAgents, inspectorState)
100 InspectorInputAgent::~InspectorInputAgent()
104 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 int* macCharCode, const bool* autoRepeat, const bool* isKeypad, const bool* isSystemKey)
136 void InspectorInputAgent::dispatchMouseEvent(ErrorString* error, const String& type, int x, int y, const int* modifiers, const double* timestamp, const String* button, const int* clickCount)
186 void InspectorInputAgent::dispatchTouchEvent(ErrorString* error, const String& type, const RefPtr<JSONArray>& touchPoints, const int* modifiers, const double* timestamp)
InspectorController.cpp 55 #include "core/inspector/InspectorInputAgent.h"
139 m_agents.append(InspectorInputAgent::create(m_instrumentingAgents.get(), m_state.get(), page, inspectorClient));
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 285 third_party/WebKit/Source/core/inspector/InspectorInputAgent.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 285 third_party/WebKit/Source/core/inspector/InspectorInputAgent.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 285 third_party/WebKit/Source/core/inspector/InspectorInputAgent.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 285 third_party/WebKit/Source/core/inspector/InspectorInputAgent.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 285 third_party/WebKit/Source/core/inspector/InspectorInputAgent.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 285 third_party/WebKit/Source/core/inspector/InspectorInputAgent.cpp \
    [all...]

Completed in 494 milliseconds