HomeSort by relevance Sort by last modified time
    Searched refs:GetWebKitContext (Results 1 - 11 of 11) sorted by null

  /external/chromium/chrome/browser/extensions/
extension_data_deleter.cc 21 webkit_context_ = profile->GetWebKitContext();
extension_service_unittest.cc     [all...]
  /external/chromium/chrome/browser/
memory_purger.cc 126 profiles[i]->GetWebKitContext()->PurgeMemory();
browsing_data_local_storage_helper.cc 93 profile_->GetWebKitContext()->data_path().Append(
144 profile_->GetWebKitContext()->dom_storage_context()->DeleteLocalStorageFile(
227 profile_->GetWebKitContext()->dom_storage_context()->
browsing_data_indexed_db_helper.cc 105 profile_->GetWebKitContext()->data_path().Append(
281 profile_->GetWebKitContext()->indexed_db_context()->
browsing_data_remover.cc 184 profile_->GetWebKitContext()->DeleteDataModifiedSince(delete_begin_);
  /external/chromium/android/autofill/
profile_android.h 204 virtual WebKitContext* GetWebKitContext() { NOTREACHED(); return NULL; }
  /external/chromium/chrome/browser/profiles/
profile.h 491 virtual WebKitContext* GetWebKitContext() = 0;
profile_impl.h 115 virtual WebKitContext* GetWebKitContext();
profile.cc 553 virtual WebKitContext* GetWebKitContext() {
profile_impl.cc     [all...]

Completed in 283 milliseconds