Searched refs:titleChanged (Results 1 – 14 of 14) sorted by relevance
/external/webkit/WebKit/qt/Api/ |
D | qgraphicswebview.h | 41 Q_PROPERTY(QString title READ title NOTIFY titleChanged) 104 void titleChanged(const QString&);
|
D | qwebview.h | 119 void titleChanged(const QString& title);
|
D | qwebview.cpp | 376 connect(mainFrame, SIGNAL(titleChanged(QString)), in setPage() 377 this, SIGNAL(titleChanged(QString))); in setPage()
|
D | qwebframe.h | 208 void titleChanged(const QString &title);
|
D | qgraphicswebview.cpp | 592 connect(mainFrame, SIGNAL(titleChanged(QString)), in setPage() 593 this, SIGNAL(titleChanged(QString))); in setPage()
|
/external/webkit/WebKitTools/DumpRenderTree/qt/ |
D | DumpRenderTreeQt.cpp | 352 connect(m_page->mainFrame(), SIGNAL(titleChanged(const QString&)), in DumpRenderTree() 353 SLOT(titleChanged(const QString&))); in DumpRenderTree() 747 void DumpRenderTree::titleChanged(const QString &s) in titleChanged() function in WebCore::DumpRenderTree
|
D | DumpRenderTreeQt.h | 108 void titleChanged(const QString &s);
|
/external/webkit/WebKit/qt/WebCoreSupport/ |
D | FrameLoaderClientQt.cpp | 177 connect(this, SIGNAL(titleChanged(QString)), in setFrame() 178 m_webFrame, SIGNAL(titleChanged(QString))); in setFrame() 355 emit titleChanged(title); in dispatchDidReceiveTitle() local 373 emit titleChanged(String()); in dispatchDidCommitLoad() local
|
D | FrameLoaderClientQt.h | 67 void titleChanged(const QString& title);
|
/external/webkit/WebKitTools/QtLauncher/ |
D | mainwindow.cpp | 74 connect(page()->mainFrame(), SIGNAL(titleChanged(const QString&)), in buildUI()
|
/external/webkit/WebKit/qt/QGVLauncher/ |
D | main.cpp | 307 …connect(scene->webView(), SIGNAL(titleChanged(const QString&)), this, SLOT(setWindowTitle(const QS… in init()
|
/external/webkit/WebKit/qt/symbian/bwins/ |
D | QtWebKitu.def | 543 …?titleChanged@QGraphicsWebView@@IAEXABVQString@@@Z @ 542 NONAME ; void QGraphicsWebView::titleChan… 544 …?titleChanged@QWebFrame@@IAEXABVQString@@@Z @ 543 NONAME ; void QWebFrame::titleChanged(class QStr… 545 …?titleChanged@QWebView@@IAEXABVQString@@@Z @ 544 NONAME ; void QWebView::titleChanged(class QStrin…
|
/external/webkit/WebKit/qt/ |
D | ChangeLog | 3277 * During navigation notifications/callbacks (titleChanged, urlChanged, 13178 …For the titleChanged() signal we use the documentloader's title. For the property we have to use t… 15502 … users might be reimplementing that method. Make sure we get only one titleChanged() signal per ti…
|
/external/webkit/WebKitTools/ |
D | ChangeLog-2009-06-16 | 13405 … users might be reimplementing that method. Make sure we get only one titleChanged() signal per ti… 13410 (WebCore::DumpRenderTree::titleChanged): 13526 (titleChanged):
|