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

  /external/chromium_org/android_webview/native/
aw_settings.h 23 class AwSettings : public content::WebContentsObserver {
25 static AwSettings* FromWebContents(content::WebContents* web_contents);
27 AwSettings(JNIEnv* env, jobject obj, jlong web_contents);
28 virtual ~AwSettings();
aw_settings.cc 59 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)
82 AwSettings::~AwSettings() {
95 void AwSettings::Destroy(JNIEnv* env, jobject obj) {
99 AwSettings* AwSettings::FromWebContents(content::WebContents* web_contents)
    [all...]
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwSettings.java 30 public class AwSettings {
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,
    [all...]

Completed in 157 milliseconds