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

  /external/webkit/Tools/DumpRenderTree/chromium/
WebPreferences.h 48 WebKit::WebString sansSerifFontFamily;
WebPreferences.cpp 64 sansSerifFontFamily = WebString::fromUTF8("Helvetica");
118 settings->setSansSerifFontFamily(sansSerifFontFamily);
LayoutTestController.cpp     [all...]
  /external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
WKPreferences.cpp 81 WKRetainPtr<WKStringRef> sansSerifFontFamily(AdoptWK, WKPreferencesCopySansSerifFontFamily(preference));
82 TEST_ASSERT(WKStringIsEqualToUTF8CString(sansSerifFontFamily.get(), expectedSansSerifFontFamily));
  /external/webkit/Source/WebKit/mac/WebView/
WebPreferences.h 142 @method sansSerifFontFamily
144 - (NSString *)sansSerifFontFamily;
WebPreferences.mm 558 - (NSString *)sansSerifFontFamily
    [all...]
WebView.mm     [all...]
  /external/webkit/Source/WebKit2/Shared/
WebPreferencesStore.h 100 macro(SansSerifFontFamily, sansSerifFontFamily, String, String, "Arial") \
111 macro(SansSerifFontFamily, sansSerifFontFamily, String, String, "Helvetica") \
122 macro(SansSerifFontFamily, sansSerifFontFamily, String, String, "Helvetica") \
  /external/webkit/Tools/WebKitTestRunner/
TestController.cpp 375 static WKStringRef sansSerifFontFamily = WKStringCreateWithUTF8CString("Helvetica");
382 WKPreferencesSetSansSerifFontFamily(preferences, sansSerifFontFamily);
  /external/webkit/Source/WebCore/page/
Settings.cpp 243 void Settings::setSansSerifFontFamily(const AtomicString& sansSerifFontFamily)
245 if (m_sansSerifFontFamily == sansSerifFontFamily)
248 m_sansSerifFontFamily = sansSerifFontFamily;
Settings.h 87 const AtomicString& sansSerifFontFamily() const { return m_sansSerifFontFamily; }
  /external/webkit/Source/WebKit/qt/declarative/
qdeclarativewebview_p.h 292 Q_PROPERTY(QString sansSerifFontFamily READ sansSerifFontFamily WRITE setSansSerifFontFamily)
326 QString sansSerifFontFamily() const { return s->fontFamily(QWebSettings::SansSerifFont); }
  /external/webkit/Source/WebKit/win/Interfaces/
IWebPreferences.idl 92 HRESULT sansSerifFontFamily([out, retval] BSTR* family);
  /external/webkit/Source/WebKit/win/
WebPreferences.h 76 virtual HRESULT STDMETHODCALLTYPE sansSerifFontFamily(
WebPreferences.cpp 609 HRESULT STDMETHODCALLTYPE WebPreferences::sansSerifFontFamily(
    [all...]
WebView.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPreferences.cpp 212 return toCopiedAPI(toImpl(preferencesRef)->sansSerifFontFamily());
  /external/webkit/Source/WebCore/css/
CSSFontSelector.cpp 404 genericFamily = settings->sansSerifFontFamily();
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.cpp     [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_view.cpp 604 s = priv->page_settings->sansSerifFontFamily();
    [all...]

Completed in 120 milliseconds