Searched refs:zoomsTextOnly (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebKit/mac/WebView/
H A DWebPreferencesPrivate.h117 - (BOOL)zoomsTextOnly;
118 - (void)setZoomsTextOnly:(BOOL)zoomsTextOnly;
H A DWebViewData.mm66 zoomsTextOnly = NO;
H A DWebViewData.h85 BOOL zoomsTextOnly; variable
H A DWebView.mm1564 BOOL zoomsTextOnly = [preferences zoomsTextOnly];
1565 if (_private->zoomsTextOnly != zoomsTextOnly)
1566 [self _setZoomMultiplier:_private->zoomMultiplier isTextOnly:zoomsTextOnly];
3589 _private->zoomsTextOnly = isTextOnly;
3595 if (_private->zoomsTextOnly)
3619 return _private->zoomsTextOnly;
H A DWebPreferences.mm890 - (BOOL)zoomsTextOnly
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebPreferences.idl194 HRESULT setZoomsTextOnly(BOOL zoomsTextOnly);
195 HRESULT zoomsTextOnly(BOOL *zoomsTextOnly);
/external/webkit/Source/WebKit/win/
H A DWebPreferences.h348 /* [retval][out] */ BOOL zoomsTextOnly);
350 virtual HRESULT STDMETHODCALLTYPE zoomsTextOnly(
351 /* [retval][out] */ BOOL *zoomsTextOnly);
H A DWebPreferences.cpp1408 HRESULT WebPreferences::setZoomsTextOnly(BOOL zoomsTextOnly) argument
1410 setBoolValue(CFSTR(WebKitZoomsTextOnlyPreferenceKey), zoomsTextOnly); local
1414 HRESULT WebPreferences::zoomsTextOnly(BOOL* zoomsTextOnly) argument
1416 *zoomsTextOnly = boolValueForKey(CFSTR(WebKitZoomsTextOnlyPreferenceKey));
H A DWebView.cpp4653 hr = preferences->zoomsTextOnly(&enabled);

Completed in 134 milliseconds