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

/external/chromium_org/android_webview/native/
H A Daw_settings.h23 class AwSettings : public content::WebContentsObserver { class in namespace:android_webview
25 static AwSettings* FromWebContents(content::WebContents* web_contents);
27 AwSettings(JNIEnv* env, jobject obj, jlong web_contents);
28 virtual ~AwSettings();
H A Daw_settings.cc59 AwSettingsUserData(AwSettings* ptr) : settings_(ptr) {}
61 static AwSettings* GetSettings(content::WebContents* web_contents) {
70 AwSettings* settings_;
73 AwSettings::AwSettings(JNIEnv* env, jobject obj, jlong web_contents) function in class:android_webview::AwSettings
82 AwSettings::~AwSettings() {
95 void AwSettings::Destroy(JNIEnv* env, jobject obj) {
99 AwSettings* AwSettings
[all...]
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwSettings.java30 public class AwSettings { class
48 private static final String TAG = "AwSettings";
100 // Although this bit is stored on AwSettings it is actually controlled via the CookieManager.
214 public AwSettings(Context context, method in class:AwSettings

Completed in 390 milliseconds