Searched refs:deviceScaleAdjustment (Results 1 – 4 of 4) sorted by relevance
131 void Settings::setDeviceScaleAdjustment(float deviceScaleAdjustment) in setDeviceScaleAdjustment() argument133 m_deviceScaleAdjustment = deviceScaleAdjustment; in setDeviceScaleAdjustment()137 float Settings::deviceScaleAdjustment() const in deviceScaleAdjustment() function in WebCore::Settings
66 float deviceScaleAdjustment() const;
162 void WebSettingsImpl::setDeviceScaleAdjustment(float deviceScaleAdjustment) in setDeviceScaleAdjustment() argument164 m_settings->setDeviceScaleAdjustment(deviceScaleAdjustment); in setDeviceScaleAdjustment()
185 multiplier *= m_document->settings()->deviceScaleAdjustment(); in clusterMultiplier()