Searched refs:contentsSizeChanged (Results 1 - 25 of 35) sorted by relevance

12

/external/webkit/Tools/QtTestBrowser/
H A Dwebview.h101 void contentsSizeChanged(const QSize&);
H A Dwebview.cpp62 connect(page->mainFrame(), SIGNAL(contentsSizeChanged(const QSize&)), SLOT(contentsSizeChanged(const QSize&)));
83 void WebViewGraphicsBased::contentsSizeChanged(const QSize& size) function in class:WebViewGraphicsBased
/external/webkit/Source/WebCore/page/
H A DChrome.h87 void contentsSizeChanged(Frame*, const IntSize&) const;
H A DChrome.cpp112 void Chrome::contentsSizeChanged(Frame* frame, const IntSize& size) const function in class:WebCore::Chrome
114 m_client->contentsSizeChanged(frame, size);
H A DChromeClient.h163 virtual void contentsSizeChanged(Frame*, const IntSize&) const = 0;
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DChromeClientEfl.h98 virtual void contentsSizeChanged(Frame*, const IntSize&) const;
H A DChromeClientEfl.cpp326 void ChromeClientEfl::contentsSizeChanged(Frame* frame, const IntSize& size) const function in class:WebCore::ChromeClientEfl
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DChromeClientHaiku.h115 virtual void contentsSizeChanged(Frame*, const IntSize&) const;
H A DChromeClientHaiku.cpp304 void ChromeClientHaiku::contentsSizeChanged(Frame*, const IntSize&) const function in class:WebCore::ChromeClientHaiku
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DChromeClientWinCE.h104 virtual void contentsSizeChanged(WebCore::Frame*, const WebCore::IntSize&) const;
H A DChromeClientWinCE.cpp275 void ChromeClientWinCE::contentsSizeChanged(Frame*, const IntSize&) const function in class:WebKit::ChromeClientWinCE
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DChromeClientWx.h115 virtual void contentsSizeChanged(Frame*, const IntSize&) const;
H A DChromeClientWx.cpp388 void ChromeClientWx::contentsSizeChanged(Frame*, const IntSize&) const function in class:WebCore::ChromeClientWx
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkpage.h132 Q_SIGNAL void contentsSizeChanged(const QSize&);
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DChromeClientAndroid.h123 virtual void contentsSizeChanged(Frame*, const IntSize&) const;
/external/webkit/Source/WebKit/chromium/src/
H A DChromeClientImpl.h121 virtual void contentsSizeChanged(WebCore::Frame*, const WebCore::IntSize&) const;
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DChromeClientGtk.h106 virtual void contentsSizeChanged(WebCore::Frame*, const WebCore::IntSize&) const;
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebChromeClient.h101 virtual void contentsSizeChanged(WebCore::Frame*, const WebCore::IntSize&) const;
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebframe.h219 void contentsSizeChanged(const QSize &size);
H A Dqgraphicswebview.cpp129 QObject::connect(page->mainFrame(), SIGNAL(contentsSizeChanged(QSize)),
132 QObject::disconnect(page->mainFrame(), SIGNAL(contentsSizeChanged(QSize)),
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DChromeClientQt.h127 virtual void contentsSizeChanged(Frame*, const IntSize&) const;
H A DChromeClientQt.cpp485 void ChromeClientQt::contentsSizeChanged(Frame* frame, const IntSize& size) const function in class:WebCore::ChromeClientQt
488 QWebFramePrivate::kit(frame)->contentsSizeChanged(size);
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebChromeClient.h107 virtual void contentsSizeChanged(WebCore::Frame*, const WebCore::IntSize&) const;
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebChromeClient.h123 virtual void contentsSizeChanged(WebCore::Frame*, const WebCore::IntSize&) const;
/external/webkit/Source/WebKit/qt/declarative/
H A Dqdeclarativewebview_p.h124 Q_PROPERTY(QSize contentsSize READ contentsSize NOTIFY contentsSizeChanged)
218 void contentsSizeChanged(const QSize&);

Completed in 127 milliseconds

12