HomeSort by relevance Sort by last modified time
    Searched refs:zoomsTextOnly (Results 1 - 9 of 9) sorted by null

  /external/webkit/Source/WebKit/mac/WebView/
WebPreferencesPrivate.h 117 - (BOOL)zoomsTextOnly;
118 - (void)setZoomsTextOnly:(BOOL)zoomsTextOnly;
WebViewData.mm 66 zoomsTextOnly = NO;
WebViewData.h 85 BOOL zoomsTextOnly;
WebView.mm     [all...]
WebPreferences.mm 890 - (BOOL)zoomsTextOnly
    [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebPreferences.idl 194 HRESULT setZoomsTextOnly(BOOL zoomsTextOnly);
195 HRESULT zoomsTextOnly(BOOL *zoomsTextOnly);
  /external/webkit/Source/WebKit/win/
WebPreferences.h 348 /* [retval][out] */ BOOL zoomsTextOnly);
350 virtual HRESULT STDMETHODCALLTYPE zoomsTextOnly(
351 /* [retval][out] */ BOOL *zoomsTextOnly);
WebPreferences.cpp     [all...]
WebView.cpp     [all...]

Completed in 83 milliseconds