Home
last modified time | relevance | path

Searched refs:WebKitContext (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dextension_data_deleter.h23 class WebKitContext; variable
83 scoped_refptr<WebKitContext> webkit_context_;
/external/chromium/chrome/browser/profiles/
Dprofile.cc553 virtual WebKitContext* GetWebKitContext() { in GetWebKitContext()
555 webkit_context_ = new WebKitContext( in GetWebKitContext()
705 scoped_refptr<WebKitContext> webkit_context_;
Dprofile.h115 class WebKitContext; variable
491 virtual WebKitContext* GetWebKitContext() = 0;
Dprofile_impl.h115 virtual WebKitContext* GetWebKitContext();
251 scoped_refptr<WebKitContext> webkit_context_;
Dprofile_impl.cc1293 WebKitContext* ProfileImpl::GetWebKitContext() { in GetWebKitContext()
1295 webkit_context_ = new WebKitContext( in GetWebKitContext()
/external/chromium/android/autofill/
Dprofile_android.h118 class WebKitContext; variable
204 virtual WebKitContext* GetWebKitContext() { NOTREACHED(); return NULL; } in GetWebKitContext()