Searched refs:shrinksStandaloneImagesToFit (Results 1 – 12 of 12) sorted by relevance
86 shrinksStandaloneImagesToFit = false; in reset()140 settings->setShrinksStandaloneImagesToFit(shrinksStandaloneImagesToFit); in applyTo()
70 bool shrinksStandaloneImagesToFit; member
1334 prefs->shrinksStandaloneImagesToFit = cppVariantToBool(value); in overridePreference()
87 - (BOOL)shrinksStandaloneImagesToFit;
950 - (BOOL)shrinksStandaloneImagesToFit
1499 settings->setShrinksStandaloneImagesToFit([preferences shrinksStandaloneImagesToFit]);
523 void Settings::setShrinksStandaloneImagesToFit(bool shrinksStandaloneImagesToFit) in setShrinksStandaloneImagesToFit() argument525 m_shrinksStandaloneImagesToFit = shrinksStandaloneImagesToFit; in setShrinksStandaloneImagesToFit()
245 bool shrinksStandaloneImagesToFit() const { return m_shrinksStandaloneImagesToFit; } in shrinksStandaloneImagesToFit() function
380 return frame()->page()->settings()->shrinksStandaloneImagesToFit() && in shouldShrinkToFit()
258 -[WebPreferences(WebPrivate) shrinksStandaloneImagesToFit]
22066 (-[WebPreferences shrinksStandaloneImagesToFit]):
608 priv->settings.auto_shrink_images = priv->page_settings->shrinksStandaloneImagesToFit(); in _ewk_view_priv_new()