/external/webkit/Source/WebKit/qt/Api/ |
D | qgraphicswebview.h | 43 Q_PROPERTY(QString title READ title NOTIFY titleChanged) 121 void titleChanged(const QString&);
|
D | qwebview.h | 125 void titleChanged(const QString& title);
|
D | qwebframe.h | 212 void titleChanged(const QString &title);
|
D | qwebview.cpp | 393 connect(mainFrame, SIGNAL(titleChanged(QString)), in setPage() 394 this, SIGNAL(titleChanged(QString))); in setPage()
|
D | qgraphicswebview.cpp | 520 connect(mainFrame, SIGNAL(titleChanged(QString)), in setPage() 521 this, SIGNAL(titleChanged(QString))); in setPage()
|
/external/webkit/Source/WebKit2/UIProcess/API/qt/ |
D | qgraphicswkview.h | 58 Q_SIGNAL void titleChanged(const QString& title);
|
D | qgraphicswkview.cpp | 79 connect(d->page, SIGNAL(titleChanged(QString)), this, SIGNAL(titleChanged(QString))); in QGraphicsWKView()
|
D | qwkpage.h | 126 Q_SIGNAL void titleChanged(const QString&);
|
D | ClientImpl.cpp | 97 emit toQWKPage(clientInfo)->titleChanged(qTitle); in qt_wk_didReceiveTitleForFrame()
|
/external/webkit/Tools/DumpRenderTree/qt/ |
D | DumpRenderTreeQt.h | 119 void titleChanged(const QString &s);
|
D | DumpRenderTreeQt.cpp | 485 connect(m_page->mainFrame(), SIGNAL(titleChanged(const QString&)), in DumpRenderTree() 486 SLOT(titleChanged(const QString&))); in DumpRenderTree() 1036 void DumpRenderTree::titleChanged(const QString &s) in titleChanged() function in WebCore::DumpRenderTree
|
/external/webkit/Source/WebKit/qt/declarative/ |
D | qdeclarativewebview_p.h | 94 Q_PROPERTY(QString title READ title NOTIFY titleChanged) 210 void titleChanged(const QString&);
|
D | qdeclarativewebview.cpp | 773 connect(page->mainFrame(), SIGNAL(titleChanged(QString)), this, SIGNAL(titleChanged(QString))); in setPage()
|
/external/webkit/Tools/QtTestBrowser/ |
D | mainwindow.cpp | 89 … connect(page()->mainFrame(), SIGNAL(titleChanged(QString)), this, SLOT(onTitleChanged(QString))); in buildUI()
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | FrameLoaderClientQt.cpp | 241 connect(this, SIGNAL(titleChanged(QString)), in setFrame() 242 m_webFrame, SIGNAL(titleChanged(QString))); in setFrame() 458 emit titleChanged(title.string()); in dispatchDidReceiveTitle() local 489 emit titleChanged(QString()); in dispatchDidCommitLoad() local
|
D | FrameLoaderClientQt.h | 70 void titleChanged(const QString& title);
|
/external/webkit/Tools/MiniBrowser/qt/ |
D | BrowserWindow.cpp | 63 …connect(m_browser->view(), SIGNAL(titleChanged(const QString&)), SLOT(setWindowTitle(const QString… in BrowserWindow()
|
/external/webkit/Source/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/Source/WebKit/qt/ |
D | ChangeLog | 725 [Qt] Pass QString() instead of String() when emitting titleChanged() for new loads. 1186 (QDeclarativeWebView::setPage): Don't forward the frame's titleChanged
|
D | ChangeLog-2011-02-16 | 13777 * During navigation notifications/callbacks (titleChanged, urlChanged, 23678 …For the titleChanged() signal we use the documentloader's title. For the property we have to use t… 26002 … users might be reimplementing that method. Make sure we get only one titleChanged() signal per ti…
|
/external/webkit/Tools/ |
D | ChangeLog-2011-02-16 | 1367 [Qt] MiniBrowser: Clean up handling of titleChanged() signal 1371 (BrowserView::BrowserView): Remove unnecessary titleChanged() handling. 1373 (BrowserWindow::BrowserWindow): Connect titleChanged() directly to setWindowTitle(). 27341 [Qt] Add MiniBrowser features: urlChanged, titleChanged and from user input load 27347 (BrowserWindow::titleChanged):
|
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):
|