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

  /external/webkit/WebKit/mac/WebView/
WebPreferencesPrivate.h 104 - (BOOL)zoomsTextOnly;
105 - (void)setZoomsTextOnly:(BOOL)zoomsTextOnly;
WebPreferences.mm 823 - (BOOL)zoomsTextOnly
    [all...]
WebView.mm     [all...]
  /external/webkit/WebKit/win/Interfaces/
IWebPreferences.idl 187 HRESULT setZoomsTextOnly(BOOL zoomsTextOnly);
188 HRESULT zoomsTextOnly(BOOL *zoomsTextOnly);
  /external/webkit/WebCore/page/
Settings.cpp 663 void Settings::setZoomsTextOnly(bool zoomsTextOnly)
665 if (zoomsTextOnly == m_zoomsTextOnly)
668 m_zoomsTextOnly = zoomsTextOnly;
Settings.h 301 bool zoomsTextOnly() const { return m_zoomsTextOnly; }
Frame.cpp 670 return m_page->settings()->zoomsTextOnly();
    [all...]
  /external/webkit/WebKit/win/
WebPreferences.h 342 /* [retval][out] */ BOOL zoomsTextOnly);
344 virtual HRESULT STDMETHODCALLTYPE zoomsTextOnly(
345 /* [retval][out] */ BOOL *zoomsTextOnly);
WebPreferences.cpp     [all...]
WebView.cpp     [all...]

Completed in 32 milliseconds