Searched defs:AwSettings (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/android_webview/native/
H A Daw_settings.h21 class AwSettings : public content::WebContentsObserver { class in namespace:android_webview
23 static AwSettings* FromWebContents(content::WebContents* web_contents);
25 AwSettings(JNIEnv* env, jobject obj, jlong web_contents);
26 virtual ~AwSettings();
H A Daw_settings.cc97 AwSettingsUserData(AwSettings* ptr) : settings_(ptr) {}
99 static AwSettings* GetSettings(content::WebContents* web_contents) {
108 AwSettings* settings_;
111 AwSettings::AwSettings(JNIEnv* env, jobject obj, jlong web_contents) function in class:android_webview::AwSettings
120 AwSettings::~AwSettings() {
133 void AwSettings::Destroy(JNIEnv* env, jobject obj) {
137 AwSettings* AwSettings
[all...]
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwSettings.java31 public class AwSettings { class
49 private static final String TAG = "AwSettings";
101 // Although this bit is stored on AwSettings it is actually controlled via the CookieManager.
215 public AwSettings(Context context, method in class:AwSettings

Completed in 105 milliseconds