Searched refs:magnification (Results 1 – 8 of 8) sorted by relevance
98 …int magnification = doc->page() ? doc->page()->settings()->validationMessageTimerMaginification() … in setMessageDOMAndStartTimer() local99 if (magnification <= 0) in setMessageDOMAndStartTimer()103 … m_timer->startOneShot(max(5.0, static_cast<double>(m_message.length()) * magnification / 1000)); in setMessageDOMAndStartTimer()
19 // magnification.
727 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.
4408 % being visible, for instance under high magnification.
4412 % being visible, for instance under high magnification.
4632 % being visible, for instance under high magnification.
4322 % being visible, for instance under high magnification.
34060 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.