Searched refs:WindowEventContext (Results 1 – 11 of 11) sorted by relevance
/external/webkit/Source/WebCore/dom/ |
D | WindowEventContext.h | 40 class WindowEventContext { 42 WindowEventContext(Event*, PassRefPtr<Node>, const EventContext*); 53 inline DOMWindow* WindowEventContext::window() const in window() 58 inline EventTarget* WindowEventContext::target() const in target()
|
D | WindowEventContext.cpp | 38 WindowEventContext::WindowEventContext(Event* event, PassRefPtr<Node> node, const EventContext* top… in WindowEventContext() function in WebCore::WindowEventContext 53 bool WindowEventContext::handleLocalEvents(Event* event) in handleLocalEvents()
|
D | EventDispatcher.cpp | 290 WindowEventContext windowContext(event.get(), m_node.get(), topEventContext()); in dispatchEvent()
|
/external/webkit/Source/WebCore/ |
D | Android.mk | 216 dom/WindowEventContext.cpp \
|
D | CMakeLists.txt | 637 dom/WindowEventContext.cpp
|
D | GNUmakefile.list.am | 1294 Source/WebCore/dom/WindowEventContext.cpp \ 1295 Source/WebCore/dom/WindowEventContext.h \
|
D | WebCore.pro | 559 dom/WindowEventContext.cpp \
|
D | GNUmakefile.am | 1340 Source/WebCore/dom/WindowEventContext.cpp \ 1341 Source/WebCore/dom/WindowEventContext.h \
|
D | WebCore.gypi | 2588 'dom/WindowEventContext.cpp', 2589 'dom/WindowEventContext.h',
|
D | ChangeLog-2010-12-06 | 13260 …This patch adds the notion of EventContext (and a very similar-acting WindowEventContext, specific… 13266 * Android.mk: Added EventContext, WindowEventContext files. 13291 * dom/WindowEventContext.cpp: Added. 13292 * dom/WindowEventContext.h: Added. 18689 * dom/WindowEventContext.cpp: Removed. 18690 * dom/WindowEventContext.h: Removed. 19256 …This patch adds the notion of EventContext (and a very similar-acting WindowEventContext, specific… 19262 * Android.mk: Added EventContext, WindowEventContext files. 19295 * dom/WindowEventContext.cpp: Added. 19296 * dom/WindowEventContext.h: Added. [all …]
|
/external/webkit/Source/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 895 …27B3041000FEEA7 /* WindowEventContext.h in Headers */ = {isa = PBXBuildFile; fileRef = 4123E567127… 896 …7B3041000FEEA7 /* WindowEventContext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4123E56812… 7393 …00FEEA7 /* WindowEventContext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 7394 …EEA7 /* WindowEventContext.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =… 19633 4123E568127B3041000FEEA7 /* WindowEventContext.cpp */, 19634 4123E567127B3041000FEEA7 /* WindowEventContext.h */, 22905 4123E569127B3041000FEEA7 /* WindowEventContext.h in Headers */, 25622 4123E56A127B3041000FEEA7 /* WindowEventContext.cpp in Sources */,
|