Searched refs:web_prefs (Results 1 – 11 of 11) sorted by relevance
/external/chromium/chrome/browser/tab_contents/ |
D | render_view_host_delegate_helper.cc | 208 WebPreferences web_prefs; in GetWebkitPrefs() local 210 web_prefs.standard_font_family = in GetWebkitPrefs() 212 web_prefs.fixed_font_family = in GetWebkitPrefs() 214 web_prefs.serif_font_family = in GetWebkitPrefs() 216 web_prefs.sans_serif_font_family = in GetWebkitPrefs() 218 web_prefs.cursive_font_family = in GetWebkitPrefs() 220 web_prefs.fantasy_font_family = in GetWebkitPrefs() 223 web_prefs.default_font_size = in GetWebkitPrefs() 225 web_prefs.default_fixed_font_size = in GetWebkitPrefs() 227 web_prefs.minimum_font_size = in GetWebkitPrefs() [all …]
|
/external/chromium_org/android_webview/native/ |
D | aw_settings.cc | 183 void AwSettings::PopulateFixedPreferences(WebPreferences* web_prefs) { in PopulateFixedPreferences() argument 184 web_prefs->shrinks_standalone_images_to_fit = false; in PopulateFixedPreferences() 185 web_prefs->should_clear_document_background = false; in PopulateFixedPreferences() 188 void AwSettings::PopulateWebPreferences(WebPreferences* web_prefs) { in PopulateWebPreferences() argument 196 env, obj, reinterpret_cast<jlong>(web_prefs)); in PopulateWebPreferences() 204 WebPreferences* web_prefs = reinterpret_cast<WebPreferences*>(web_prefs_ptr); in PopulateWebPreferencesLocked() local 205 PopulateFixedPreferences(web_prefs); in PopulateWebPreferencesLocked() 207 web_prefs->text_autosizing_enabled = in PopulateWebPreferencesLocked() 211 if (web_prefs->text_autosizing_enabled) { in PopulateWebPreferencesLocked() 212 web_prefs->font_scale_factor = text_size_percent / 100.0f; in PopulateWebPreferencesLocked() [all …]
|
D | aw_settings.h | 31 void PopulateWebPreferencesLocked(JNIEnv* env, jobject obj, jlong web_prefs); 39 void PopulateWebPreferences(WebPreferences* web_prefs); 46 static void PopulateFixedPreferences(WebPreferences* web_prefs);
|
D | aw_web_preferences_populater_impl.cc | 19 WebPreferences* web_prefs) { in PopulateFor() argument 22 aw_settings->PopulateWebPreferences(web_prefs); in PopulateFor()
|
D | aw_web_preferences_populater_impl.h | 29 WebPreferences* web_prefs) OVERRIDE;
|
/external/chromium_org/chrome/browser/ |
D | chrome_content_browser_client.cc | 2172 RenderViewHost* rvh, const GURL& url, WebPreferences* web_prefs) { in OverrideWebkitPrefs() argument 2181 &web_prefs->standard_font_family_map); in OverrideWebkitPrefs() 2183 &web_prefs->fixed_font_family_map); in OverrideWebkitPrefs() 2185 &web_prefs->serif_font_family_map); in OverrideWebkitPrefs() 2187 &web_prefs->sans_serif_font_family_map); in OverrideWebkitPrefs() 2189 &web_prefs->cursive_font_family_map); in OverrideWebkitPrefs() 2191 &web_prefs->fantasy_font_family_map); in OverrideWebkitPrefs() 2193 &web_prefs->pictograph_font_family_map); in OverrideWebkitPrefs() 2196 web_prefs->default_font_size = in OverrideWebkitPrefs() 2198 web_prefs->default_fixed_font_size = in OverrideWebkitPrefs() [all …]
|
/external/chromium/chrome/browser/notifications/ |
D | balloon_host.cc | 73 WebPreferences web_prefs = in GetWebkitPrefs() local 76 web_prefs.allow_scripts_to_close_windows = true; in GetWebkitPrefs() 77 return web_prefs; in GetWebkitPrefs()
|
/external/chromium_org/android_webview/browser/ |
D | aw_web_preferences_populater.h | 22 WebPreferences* web_prefs) = 0;
|
D | aw_content_browser_client.cc | 483 WebPreferences* web_prefs) { in OverrideWebkitPrefs() argument 489 content::WebContents::FromRenderViewHost(rvh), web_prefs); in OverrideWebkitPrefs()
|
D | aw_content_browser_client.h | 164 WebPreferences* web_prefs) OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/prefs/ |
D | prefs_tab_helper.cc | 572 WebPreferences web_prefs = in OnWebPrefChanged() local 574 OverrideFontFamily(&web_prefs, generic_family, script, std::string()); in OnWebPrefChanged() 575 web_contents_->GetRenderViewHost()->UpdateWebkitPreferences(web_prefs); in OnWebPrefChanged()
|