OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ClearCachedDataForContextID
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/chrome/browser/history/
visit_tracker.h
35
void
ClearCachedDataForContextID
(ContextID context_id);
visit_tracker.cc
88
void VisitTracker::
ClearCachedDataForContextID
(ContextID context_id) {
visit_tracker_unittest.cc
121
tracker.
ClearCachedDataForContextID
(reinterpret_cast<ContextID>(1));
history_backend.h
138
void
ClearCachedDataForContextID
(ContextID context_id);
[
all
...]
history_service.h
132
void
ClearCachedDataForContextID
(history::ContextID context_id);
[
all
...]
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
...]
history_unittest.cc
[
all
...]
/external/chromium_org/chrome/test/base/
testing_profile.cc
473
history_service->
ClearCachedDataForContextID
(0);
[
all
...]
Completed in 58 milliseconds