Home | History | Annotate | Download | only in win

Lines Matching defs:zoomsTextOnly

1408 HRESULT WebPreferences::setZoomsTextOnly(BOOL zoomsTextOnly)
1410 setBoolValue(CFSTR(WebKitZoomsTextOnlyPreferenceKey), zoomsTextOnly);
1414 HRESULT WebPreferences::zoomsTextOnly(BOOL* zoomsTextOnly)
1416 *zoomsTextOnly = boolValueForKey(CFSTR(WebKitZoomsTextOnlyPreferenceKey));