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

  /external/webkit/Tools/MiniBrowser/qt/
BrowserWindow.h 60 void urlChanged(const QUrl&);
BrowserWindow.cpp 64 connect(m_browser->view(), SIGNAL(urlChanged(const QUrl&)), SLOT(urlChanged(const QUrl&)));
67 connect(page(), SIGNAL(urlChanged(QUrl)), this, SLOT(printURL(QUrl)));
207 void BrowserWindow::urlChanged(const QUrl& url)
  /external/webkit/Source/WebKit/qt/Api/
qgraphicswebview.h 47 Q_PROPERTY(QUrl url READ url WRITE setUrl NOTIFY urlChanged)
120 void urlChanged(const QUrl&);
qwebview.h 130 void urlChanged(const QUrl&);
qgraphicswebview.cpp 109 emit q->urlChanged(q->url());
194 \fn void QGraphicsWebView::urlChanged(const QUrl &url)
524 connect(mainFrame, SIGNAL(urlChanged(QUrl)),
525 this, SIGNAL(urlChanged(QUrl)));
552 \sa load(), urlChanged()
703 \sa setUrl(), url(), urlChanged()
719 \sa url(), urlChanged()
qwebframe.h 213 void urlChanged(const QUrl &url);
qwebview.cpp 397 connect(mainFrame, SIGNAL(urlChanged(QUrl)),
398 this, SIGNAL(urlChanged(QUrl)));
427 \sa setUrl(), url(), urlChanged(), QUrl::fromUserInput()
443 \sa url(), urlChanged()
544 \sa load(), urlChanged()
1183 \fn void QWebView::urlChanged(const QUrl &url)
    [all...]
qwebframe.cpp 439 emit q->urlChanged(url);
787 \sa urlChanged()
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qgraphicswkview.h 63 Q_SIGNAL void urlChanged(const QUrl&);
ClientImpl.cpp 73 emit toQWKPage(clientInfo)->urlChanged(qUrl);
qwkpage.h 131 Q_SIGNAL void urlChanged(const QUrl&);
qgraphicswkview.cpp 84 connect(d->page, SIGNAL(urlChanged(const QUrl&)), this, SIGNAL(urlChanged(const QUrl&)));
  /external/webkit/Tools/QtTestBrowser/
mainwindow.cpp 83 connect(page()->mainFrame(), SIGNAL(urlChanged(QUrl)), this, SLOT(setAddressUrl(QUrl)));
launcherwindow.cpp 135 connect(page()->mainFrame(), SIGNAL(urlChanged(QUrl)), this, SLOT(printURL(QUrl)));
    [all...]
  /external/webkit/Source/WebKit/qt/declarative/
qdeclarativewebview_p.h 104 Q_PROPERTY(QUrl url READ url WRITE setUrl NOTIFY urlChanged)
207 void urlChanged();
qdeclarativewebview.cpp 354 emit urlChanged();
401 emit urlChanged();
772 connect(page->mainFrame(), SIGNAL(urlChanged(QUrl)), this, SLOT(pageUrlChanged()));
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp     [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp     [all...]

Completed in 426 milliseconds