Home
last modified time | relevance | path

Searched refs:canResetZoom (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebKit/win/
DWebView.h834 bool canResetZoom(bool isTextOnly);
DWebView.cpp3501 bool notAlreadyStandard = canResetZoom(true); in canMakeTextStandardSize()
3510 bool notAlreadyStandard = canResetZoom(false); in canResetPageZoom()
3515 bool WebView::canResetZoom(bool isTextOnly) in canResetZoom() function in WebView
3534 if (!canResetZoom(isTextOnly)) in resetZoom()
DChangeLog-2009-06-165804 (WebView::canResetZoom):