Searched refs:windowContext (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebCore/dom/ |
D | EventDispatcher.cpp | 290 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/ |
D | IconWin.cpp | 93 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/ |
D | qdeclarativewebview.cpp | 884 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/ |
D | ChangeLog-2002-12-03 | 9958 - added goForward to windowContext protocol. This is temporary, just like goBack 12209 (-[IFWebController windowContext]): Likewise.
|