Home
last modified time | relevance | path

Searched refs:magnification (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/html/
DValidationMessage.cpp98 …int magnification = doc->page() ? doc->page()->settings()->validationMessageTimerMaginification() … in setMessageDOMAndStartTimer() local
99 if (magnification <= 0) in setMessageDOMAndStartTimer()
103 … m_timer->startOneShot(max(5.0, static_cast<double>(m_message.length()) * magnification / 1000)); in setMessageDOMAndStartTimer()
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dstar_decoration.mm19 // magnification.
/external/webkit/Source/WebKit/mac/
DChangeLog727 the timer magnification to WebCore::Settings.
730 * WebView/WebViewData.h: Declare a member for the timer magnification.
732 (-[WebViewPrivate init]): Initialize the timer magnification.
734 Declare a setter and a getter for the timer magnification.
/external/bison/build-aux/
Dtexinfo.tex4408 % being visible, for instance under high magnification.
/external/e2fsprogs/doc/
Dtexinfo.tex4412 % being visible, for instance under high magnification.
/external/libffi/
Dtexinfo.tex4632 % being visible, for instance under high magnification.
/external/grub/docs/
Dtexinfo.tex4322 % being visible, for instance under high magnification.
/external/webkit/Source/WebCore/
DChangeLog34060 Don't set a timer if the timer magnification value is 0 or negative.
34061 Otherwise, hides the bubble length * magnification / 1000 seconds.
34063 (WebCore::Settings::Settings): Initialize the timer magnification value.