Home
last modified time | relevance | path

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

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