Searched defs:WebPreferences (Results 1 – 11 of 11) sorted by relevance
24 struct WebPreferences { struct25 string16 standard_font_family;26 string16 fixed_font_family;27 string16 serif_font_family;28 string16 sans_serif_font_family;29 string16 cursive_font_family;30 string16 fantasy_font_family;31 int default_font_size;32 int default_fixed_font_size;33 int minimum_font_size;[all …]
23 WebPreferences::WebPreferences() in WebPreferences() function in WebPreferences
42 struct WebPreferences { struct43 WebKit::WebString cursiveFontFamily;44 WebKit::WebString fantasyFontFamily;45 WebKit::WebString serifFontFamily;46 WebKit::WebString standardFontFamily;47 WebKit::WebString fixedFontFamily;48 WebKit::WebString sansSerifFontFamily;50 int defaultFontSize;51 int defaultFixedFontSize;52 int minimumFontSize;[all …]
33 WebPreferences::WebPreferences() in WebPreferences() function in WebKit::WebPreferences38 WebPreferences::WebPreferences(const String& identifier) in WebPreferences() function in WebKit::WebPreferences
36 class WebPreferences; variable
43 class WebPreferences; variable
118 WebPreferences::WebPreferences() in WebPreferences() function in WebPreferences
178 @interface WebPreferences (WebInternal) interface in WebInternal183 @interface WebPreferences (WebForwardDeclarations) interface in WebForwardDeclarations198 @implementation WebPreferences implementation809 @implementation WebPreferences (WebPrivate) implementation in WebPrivate1154 {1489 @implementation WebPreferences (WebInternal) implementation in WebInternal
1429 {
1453 { 3391 {
77 class WebPreferences; variable