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

  /external/chromium_org/chrome/browser/extensions/api/webview/
webview_api.h 252 class WebviewGetZoomFunction : public WebviewExtensionFunction {
256 WebviewGetZoomFunction();
259 virtual ~WebviewGetZoomFunction();
264 DISALLOW_COPY_AND_ASSIGN(WebviewGetZoomFunction);
webview_api.cc 392 WebviewGetZoomFunction::WebviewGetZoomFunction() {
395 WebviewGetZoomFunction::~WebviewGetZoomFunction() {
398 bool WebviewGetZoomFunction::RunAsyncSafe(WebViewGuest* guest) {

Completed in 28 milliseconds