Home
last modified time | relevance | path

Searched refs:focusInEvent (Results 1 – 13 of 13) sorted by relevance

/external/webkit/WebCore/plugins/qt/
DPluginContainerQt.h39 virtual void focusInEvent(QFocusEvent*);
DPluginContainerQt.cpp134 void PluginContainerQt::focusInEvent(QFocusEvent* event) in focusInEvent() function in PluginContainerQt
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
DSDL_QWin.h86 void focusInEvent(QFocusEvent *);
DSDL_QWin.cc66 void SDL_QWin::focusInEvent(QFocusEvent *) { in focusInEvent() function in SDL_QWin
/external/webkit/WebKit/qt/Api/
Dqwebpage_p.h100 void focusInEvent(QFocusEvent*);
Dqwebview.h156 virtual void focusInEvent(QFocusEvent*);
Dqwebview.cpp924 void QWebView::focusInEvent(QFocusEvent* ev) in focusInEvent() function in QWebView
929 QWidget::focusInEvent(ev); in focusInEvent()
Dqwebpage.cpp862 void QWebPagePrivate::focusInEvent(QFocusEvent *ev) in focusInEvent() function in QWebPagePrivate
2108 d->focusInEvent(static_cast<QFocusEvent*>(ev)); in event()
/external/webkit/WebKit/qt/
DChangeLog579 (QWebPagePrivate::focusInEvent):
1043 (QWebPagePrivate::focusInEvent):
3670 (QWebPagePrivate::focusInEvent):
4448 (QWebView::focusInEvent):
5478 (QWebPagePrivate::focusInEvent):
5784 (QWebPagePrivate::focusInEvent):
6187 * Correctly de- and reactivate the focused frame in focusOut/focusInEvent
6194 (QWebPagePrivate::focusInEvent):
8222 (QWebView::focusInEvent):
8312 (QWebPagePrivate::focusInEvent):
[all …]
/external/webkit/WebCore/
DChangeLog-2006-05-1020716 * page/FrameView.h: Removed resizeEvent, focusInEvent, focusOutEvent, and
35538 (KHTMLView::focusInEvent):
DChangeLog-2005-08-2339863 (KHTMLView::focusInEvent): Remove caret code from here. Not needed.
40193 (KHTMLView::focusInEvent): Call setCaretVisible(true)
DChangeLog-2005-12-19559 (KHTMLView::focusInEvent):
DChangeLog-2009-06-1617587 (PluginContainerQt::focusInEvent):
17801 (PluginContainerQt::focusInEvent): Set the focus controller active on focus in events.