HomeSort by relevance Sort by last modified time
    Searched refs:titleChanged (Results 1 - 20 of 20) sorted by null

  /external/webkit/Source/WebKit/qt/Api/
qgraphicswebview.h 43 Q_PROPERTY(QString title READ title NOTIFY titleChanged)
121 void titleChanged(const QString&);
qwebview.h 125 void titleChanged(const QString& title);
qwebframe.h 212 void titleChanged(const QString &title);
qgraphicswebview.cpp 186 \fn void QGraphicsWebView::titleChanged(const QString &title)
520 connect(mainFrame, SIGNAL(titleChanged(QString)),
521 this, SIGNAL(titleChanged(QString)));
574 \sa titleChanged()
qwebview.cpp 257 titleChanged() and iconChanged() signals will be emitted. The
393 connect(mainFrame, SIGNAL(titleChanged(QString)),
394 this, SIGNAL(titleChanged(QString)));
527 \sa titleChanged()
1175 \fn void QWebView::titleChanged(const QString &title)
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qgraphicswkview.h 58 Q_SIGNAL void titleChanged(const QString& title);
ClientImpl.cpp 97 emit toQWKPage(clientInfo)->titleChanged(qTitle);
qwkpage.h 126 Q_SIGNAL void titleChanged(const QString&);
qgraphicswkview.cpp 79 connect(d->page, SIGNAL(titleChanged(QString)), this, SIGNAL(titleChanged(QString)));
  /external/webkit/Tools/DumpRenderTree/qt/
DumpRenderTreeQt.h 119 void titleChanged(const QString &s);
DumpRenderTreeQt.cpp 485 connect(m_page->mainFrame(), SIGNAL(titleChanged(const QString&)),
486 SLOT(titleChanged(const QString&)));
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.h 70 void titleChanged(const QString& title);
FrameLoaderClientQt.cpp 241 connect(this, SIGNAL(titleChanged(QString)),
242 m_webFrame, SIGNAL(titleChanged(QString)));
458 emit titleChanged(title.string());
489 emit titleChanged(QString());
    [all...]
  /external/webkit/Tools/QtTestBrowser/
mainwindow.cpp 89 connect(page()->mainFrame(), SIGNAL(titleChanged(QString)), this, SLOT(onTitleChanged(QString)));
  /external/webkit/Source/WebKit/qt/declarative/
qdeclarativewebview_p.h 94 Q_PROPERTY(QString title READ title NOTIFY titleChanged)
210 void titleChanged(const QString&);
qdeclarativewebview.cpp 773 connect(page->mainFrame(), SIGNAL(titleChanged(QString)), this, SIGNAL(titleChanged(QString)));
    [all...]
  /external/webkit/Tools/MiniBrowser/qt/
BrowserWindow.cpp 63 connect(m_browser->view(), SIGNAL(titleChanged(const QString&)), SLOT(setWindowTitle(const QString&)));
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 803 milliseconds