Home
last modified time | relevance | path

Searched refs:setGlobalBounds (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/android/jni/
DWebViewCore.h305 void setGlobalBounds(int x, int y, int h, int v);
DWebViewCore.cpp1120 void WebViewCore::setGlobalBounds(int x, int y, int h, int v) in setGlobalBounds() function in android::WebViewCore
4527 viewImpl->setGlobalBounds(x, y, h, v); in SetGlobalBounds()