HomeSort by relevance Sort by last modified time
    Searched defs:ClearCachedDataForContextID (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/history/
history_service.cc 287 void HistoryService::ClearCachedDataForContextID(
291 &HistoryBackend::ClearCachedDataForContextID, context_id);
    [all...]
history_backend.cc 231 void HistoryBackend::ClearCachedDataForContextID(ContextID context_id) {
232 tracker_.ClearCachedDataForContextID(context_id);
    [all...]

Completed in 256 milliseconds