Searched defs:didFindZoomableArea (Results 1 - 2 of 2) sorted by relevance
/external/webkit/Source/WebKit2/UIProcess/API/qt/ | ||
H A D | qwkpage.cpp | 805 void QWKPagePrivate::didFindZoomableArea(const IntRect& area) function in class:QWKPagePrivate |
/external/webkit/Source/WebKit2/UIProcess/ | ||
H A D | WebPageProxy.cpp | 2074 void WebPageProxy::didFindZoomableArea(const WebCore::IntRect& area) function in class:WebKit::WebPageProxy 2076 m_pageClient->didFindZoomableArea(area); |
Completed in 21 milliseconds