Home | History | Annotate | Download | only in win

Lines Matching refs:zoomsTextOnly

1328 HRESULT WebPreferences::setZoomsTextOnly(BOOL zoomsTextOnly)
1330 setBoolValue(CFSTR(WebKitZoomsTextOnlyPreferenceKey), zoomsTextOnly);
1334 HRESULT WebPreferences::zoomsTextOnly(BOOL* zoomsTextOnly)
1336 *zoomsTextOnly = boolValueForKey(CFSTR(WebKitZoomsTextOnlyPreferenceKey));