Home
last modified time | relevance | path

Searched refs:windowContext (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/dom/
DEventDispatcher.cpp290 WindowEventContext windowContext(event.get(), m_node.get(), topEventContext()); in dispatchEvent() local
292 …spectorInstrumentation::willDispatchEvent(m_node->document(), *event, windowContext.window(), m_no… in dispatchEvent()
302 if (windowContext.handleLocalEvents(event.get()) && event->propagationStopped()) in dispatchEvent()
328 windowContext.handleLocalEvents(event.get()); in dispatchEvent()
365 event->setTarget(windowContext.target()); in dispatchEvent()
/external/webkit/Source/WebCore/platform/graphics/win/
DIconWin.cpp93 LocalWindowsContext windowContext(context, r); in paint() local
94 DrawIconEx(windowContext.hdc(), r.x(), r.y(), m_hIcon, r.width(), r.height(), 0, 0, DI_NORMAL); in paint()
/external/webkit/Source/WebKit/qt/declarative/
Dqdeclarativewebview.cpp884 QDeclarativeContext* windowContext = new QDeclarativeContext(qmlContext(this)); in createWindow() local
886 QObject* newObject = d->newWindowComponent->create(windowContext); in createWindow()
888 windowContext->setParent(newObject); in createWindow()
902 delete windowContext; in createWindow()
/external/webkit/Source/WebKit/mac/
DChangeLog-2002-12-039958 - added goForward to windowContext protocol. This is temporary, just like goBack
12209 (-[IFWebController windowContext]): Likewise.