Home
last modified time | relevance | path

Searched refs:titleChanged (Results 1 – 22 of 22) sorted by relevance

/external/webkit/Source/WebKit/qt/Api/
Dqgraphicswebview.h43 Q_PROPERTY(QString title READ title NOTIFY titleChanged)
121 void titleChanged(const QString&);
Dqwebview.h125 void titleChanged(const QString& title);
Dqwebframe.h212 void titleChanged(const QString &title);
Dqwebview.cpp393 connect(mainFrame, SIGNAL(titleChanged(QString)), in setPage()
394 this, SIGNAL(titleChanged(QString))); in setPage()
Dqgraphicswebview.cpp520 connect(mainFrame, SIGNAL(titleChanged(QString)), in setPage()
521 this, SIGNAL(titleChanged(QString))); in setPage()
/external/webkit/Source/WebKit2/UIProcess/API/qt/
Dqgraphicswkview.h58 Q_SIGNAL void titleChanged(const QString& title);
Dqgraphicswkview.cpp79 connect(d->page, SIGNAL(titleChanged(QString)), this, SIGNAL(titleChanged(QString))); in QGraphicsWKView()
Dqwkpage.h126 Q_SIGNAL void titleChanged(const QString&);
DClientImpl.cpp97 emit toQWKPage(clientInfo)->titleChanged(qTitle); in qt_wk_didReceiveTitleForFrame()
/external/webkit/Tools/DumpRenderTree/qt/
DDumpRenderTreeQt.h119 void titleChanged(const QString &s);
DDumpRenderTreeQt.cpp485 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/
Dqdeclarativewebview_p.h94 Q_PROPERTY(QString title READ title NOTIFY titleChanged)
210 void titleChanged(const QString&);
Dqdeclarativewebview.cpp773 connect(page->mainFrame(), SIGNAL(titleChanged(QString)), this, SIGNAL(titleChanged(QString))); in setPage()
/external/webkit/Tools/QtTestBrowser/
Dmainwindow.cpp89 … connect(page()->mainFrame(), SIGNAL(titleChanged(QString)), this, SLOT(onTitleChanged(QString))); in buildUI()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DFrameLoaderClientQt.cpp241 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
DFrameLoaderClientQt.h70 void titleChanged(const QString& title);
/external/webkit/Tools/MiniBrowser/qt/
DBrowserWindow.cpp63 …connect(m_browser->view(), SIGNAL(titleChanged(const QString&)), SLOT(setWindowTitle(const QString… in BrowserWindow()
/external/webkit/Source/WebKit/qt/symbian/bwins/
DQtWebKitu.def543 …?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/
DChangeLog725 [Qt] Pass QString() instead of String() when emitting titleChanged() for new loads.
1186 (QDeclarativeWebView::setPage): Don't forward the frame's titleChanged
DChangeLog-2011-02-1613777 * 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/
DChangeLog-2011-02-161367 [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):
DChangeLog-2009-06-1613405 … users might be reimplementing that method. Make sure we get only one titleChanged() signal per ti…
13410 (WebCore::DumpRenderTree::titleChanged):
13526 (titleChanged):