OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:all_history
(Results
1 - 10
of
10
) sorted by null
/external/chromium/chrome/browser/history/
history_notifications.cc
17
URLsDeletedDetails::URLsDeletedDetails() :
all_history
(false) {}
history_notifications.h
58
bool
all_history
;
member in struct:history::URLsDeletedDetails
in_memory_history_backend.cc
144
if (details.
all_history
) {
expire_history_backend.cc
338
deleted_details->
all_history
= false;
history.cc
645
if (deleted_details->
all_history
)
top_sites.cc
776
if (deleted_details->
all_history
) {
[
all
...]
history_backend.cc
[
all
...]
/external/chromium/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc
502
changes.
all_history
= false;
537
changes.
all_history
= true;
/external/chromium/chrome/browser/extensions/
extension_history_api.cc
131
dict->SetBoolean(keys::kAllHistoryKey, details->
all_history
);
/external/chromium/chrome/browser/sync/glue/
typed_url_change_processor.cc
131
if (details->
all_history
) {
Completed in 49 milliseconds