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

  /external/webkit/WebKit/android/jni/
WebSettings.cpp 80 mDefaultFixedFontSize = env->GetFieldID(clazz, "mDefaultFixedFontSize", "I");
131 LOG_ASSERT(mDefaultFixedFontSize, "Could not find field mDefaultFixedFontSize");
177 jfieldID mDefaultFixedFontSize;
299 size = env->GetIntField(obj, gFieldIds->mDefaultFixedFontSize);
  /frameworks/base/core/java/android/webkit/
WebSettings.java 169 private int mDefaultFixedFontSize = 13;
906 if (mDefaultFixedFontSize != size) {
907 mDefaultFixedFontSize = size;
917 return mDefaultFixedFontSize;
    [all...]

Completed in 45 milliseconds