Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/qt/Api/
Dqwebframe_p.h109 void _q_orientationChanged();
Dqwebframe.h237 Q_PRIVATE_SLOT(d, void _q_orientationChanged())
Dqwebframe.cpp442 void QWebFramePrivate::_q_orientationChanged() in _q_orientationChanged() function in QWebFramePrivate
545 connect(&d->m_orientation, SIGNAL(readingChanged()), this, SLOT(_q_orientationChanged())); in QWebFrame()
557 connect(&d->m_orientation, SIGNAL(readingChanged()), this, SLOT(_q_orientationChanged())); in QWebFrame()
/external/webkit/Source/WebKit/qt/
DChangeLog253 (QWebFramePrivate::_q_orientationChanged):