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

  /external/webkit/WebKit/qt/Api/
qwebview.h 49 Q_PROPERTY(qreal textSizeMultiplier READ textSizeMultiplier WRITE setTextSizeMultiplier DESIGNABLE false)
97 qreal textSizeMultiplier() const;
qwebframe.h 105 Q_PROPERTY(qreal textSizeMultiplier READ textSizeMultiplier WRITE setTextSizeMultiplier DESIGNABLE false)
176 qreal textSizeMultiplier() const;
qwebview.cpp 250 textSizeMultiplier() property can be used to change the overall size of
656 \property QWebView::textSizeMultiplier
681 qreal QWebView::textSizeMultiplier() const
683 return page()->mainFrame()->textSizeMultiplier();
qwebframe.cpp     [all...]
  /external/webkit/WebKit/mac/WebView/
WebView.h 351 @method textSizeMultiplier
354 - (float)textSizeMultiplier;
WebView.mm     [all...]
  /external/webkit/WebKit/win/Interfaces/
IWebView.idl 372 @method textSizeMultiplier
374 - (float)textSizeMultiplier;
376 HRESULT textSizeMultiplier([out, retval] float* multiplier);
    [all...]
  /external/webkit/WebKit/win/
WebView.h 162 virtual HRESULT STDMETHODCALLTYPE textSizeMultiplier(
    [all...]
WebView.cpp     [all...]

Completed in 242 milliseconds