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

/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebViewData.mm85 zoomsTextOnly = NO;
H A DWebPreferencesPrivate.h124 - (BOOL)zoomsTextOnly;
125 - (void)setZoomsTextOnly:(BOOL)zoomsTextOnly;
H A DWebViewData.h112 BOOL zoomsTextOnly; variable
H A DWebView.mm1595 BOOL zoomsTextOnly = [preferences zoomsTextOnly];
1596 if (_private->zoomsTextOnly != zoomsTextOnly)
1597 [self _setZoomMultiplier:_private->zoomMultiplier isTextOnly:zoomsTextOnly];
3968 _private->zoomsTextOnly = isTextOnly;
3974 if (_private->zoomsTextOnly)
3998 return _private->zoomsTextOnly;
H A DWebPreferences.mm951 - (BOOL)zoomsTextOnly
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebPreferences.idl187 HRESULT setZoomsTextOnly(BOOL zoomsTextOnly);
188 HRESULT zoomsTextOnly(BOOL *zoomsTextOnly);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebPreferences.h384 /* [retval][out] */ BOOL zoomsTextOnly);
386 virtual HRESULT STDMETHODCALLTYPE zoomsTextOnly(
387 /* [retval][out] */ BOOL *zoomsTextOnly);
H A DWebPreferences.cpp1501 HRESULT WebPreferences::setZoomsTextOnly(BOOL zoomsTextOnly) argument
1503 setBoolValue(CFSTR(WebKitZoomsTextOnlyPreferenceKey), zoomsTextOnly); local
1507 HRESULT WebPreferences::zoomsTextOnly(BOOL* zoomsTextOnly) argument
1509 *zoomsTextOnly = boolValueForKey(CFSTR(WebKitZoomsTextOnlyPreferenceKey));
H A DWebView.cpp4856 hr = preferences->zoomsTextOnly(&enabled);

Completed in 187 milliseconds