HomeSort by relevance Sort by last modified time
    Searched defs:WebSettings (Results 1 - 8 of 8) sorted by null

  /external/webkit/WebKit/chromium/public/
WebSettings.h 41 // WebSettings is owned by the WebView and allows code to modify the settings for
44 class WebSettings {
87 ~WebSettings() { }
  /external/webkit/WebKit/android/jni/
WebSettings.cpp 26 #define LOG_TAG "websettings"
58 "Landroid/webkit/WebSettings$LayoutAlgorithm;");
60 "Landroid/webkit/WebSettings$TextSize;");
87 "Landroid/webkit/WebSettings$PluginState;");
158 c = env->FindClass("android/webkit/WebSettings$TextSize");
230 class WebSettings {
402 (void*) WebSettings::Sync }
407 jclass clazz = env->FindClass("android/webkit/WebSettings");
408 LOG_ASSERT(clazz, "Unable to find class WebSettings!");
410 return jniRegisterNativeMethods(env, "android/webkit/WebSettings",
    [all...]
  /frameworks/base/core/java/android/webkit/
WebSettings.java 32 * from any getter call. A WebSettings object obtained from
34 * been destroyed, any method call on WebSettings will throw an
37 public class WebSettings {
138 // WebView associated with this WebSettings.
150 // The default values need to match those in WebSettings.cpp
212 // private WebSettings, not accessible by the host activity
239 synchronized (WebSettings.this) {
267 synchronized (WebSettings.this) {
311 WebSettings(Context context, WebView webview) {
536 * @see WebSettings.TextSiz
    [all...]
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 51 milliseconds