Searched refs:GetWebKitContext (Results 1 - 11 of 11) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_data_deleter.cc21 webkit_context_ = profile->GetWebKitContext();
H A Dextension_service_unittest.cc2686 profile_->GetWebKitContext()->dom_storage_context();
2695 profile_->GetWebKitContext()->indexed_db_context();
/external/chromium/chrome/browser/
H A Dmemory_purger.cc126 profiles[i]->GetWebKitContext()->PurgeMemory();
H A Dbrowsing_data_local_storage_helper.cc93 profile_->GetWebKitContext()->data_path().Append(
144 profile_->GetWebKitContext()->dom_storage_context()->DeleteLocalStorageFile(
227 profile_->GetWebKitContext()->dom_storage_context()->
H A Dbrowsing_data_indexed_db_helper.cc105 profile_->GetWebKitContext()->data_path().Append(
281 profile_->GetWebKitContext()->indexed_db_context()->
H A Dbrowsing_data_remover.cc184 profile_->GetWebKitContext()->DeleteDataModifiedSince(delete_begin_);
/external/chromium/android/autofill/
H A Dprofile_android.h204 virtual WebKitContext* GetWebKitContext() { NOTREACHED(); return NULL; } function in class:ProfileImplAndroid
/external/chromium/chrome/browser/profiles/
H A Dprofile.h491 virtual WebKitContext* GetWebKitContext() = 0;
H A Dprofile_impl.h115 virtual WebKitContext* GetWebKitContext();
H A Dprofile.cc553 virtual WebKitContext* GetWebKitContext() { function in class:OffTheRecordProfileImpl
H A Dprofile_impl.cc1293 WebKitContext* ProfileImpl::GetWebKitContext() { function in class:ProfileImpl

Completed in 586 milliseconds