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

  /external/webkit/Source/WebCore/platform/graphics/win/
IconWin.cpp 93 LocalWindowsContext windowContext(context, r);
94 DrawIconEx(windowContext.hdc(), r.x(), r.y(), m_hIcon, r.width(), r.height(), 0, 0, DI_NORMAL);
  /external/webkit/Source/WebCore/dom/
EventDispatcher.cpp 290 WindowEventContext windowContext(event.get(), m_node.get(), topEventContext());
292 InspectorInstrumentationCookie cookie = InspectorInstrumentation::willDispatchEvent(m_node->document(), *event, windowContext.window(), m_node.get(), m_ancestors);
302 if (windowContext.handleLocalEvents(event.get()) && event->propagationStopped())
328 windowContext.handleLocalEvents(event.get());
365 event->setTarget(windowContext.target());
  /external/webkit/Source/WebKit/qt/declarative/
qdeclarativewebview.cpp 884 QDeclarativeContext* windowContext = new QDeclarativeContext(qmlContext(this));
886 QObject* newObject = d->newWindowComponent->create(windowContext);
888 windowContext->setParent(newObject);
902 delete windowContext;
    [all...]

Completed in 189 milliseconds