Searched refs:webkit_context_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_data_deleter.cc21 webkit_context_ = profile->GetWebKitContext();
78 webkit_context_->dom_storage_context()->DeleteLocalStorageForOrigin(
84 webkit_context_->indexed_db_context()->DeleteIndexedDBForOrigin(origin_id_);
H A Dextension_data_deleter.h83 scoped_refptr<WebKitContext> webkit_context_; member in class:ExtensionDataDeleter
/external/chromium/chrome/browser/profiles/
H A Dprofile.cc554 if (!webkit_context_.get()) {
555 webkit_context_ = new WebKitContext(
559 return webkit_context_.get();
705 scoped_refptr<WebKitContext> webkit_context_; member in class:OffTheRecordProfileImpl
H A Dprofile_impl.cc1294 if (!webkit_context_.get()) {
1295 webkit_context_ = new WebKitContext(
1299 return webkit_context_.get();
1330 if (webkit_context_) {
1331 webkit_context_->set_clear_local_state_on_exit(
H A Dprofile_impl.h251 scoped_refptr<WebKitContext> webkit_context_; member in class:ProfileImpl

Completed in 54 milliseconds