OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:all_history
(Results
1 - 25
of
35
) sorted by null
1
2
/external/chromium_org/chrome/browser/history/
history_notifications.h
49
bool
all_history
;
member in struct:history::URLsDeletedDetails
55
// The URLRows of URLs deleted. This is valid only when |
all_history
| is false
59
// The list of deleted favicon urls. This is valid only when |
all_history
| is
history_notifications.cc
19
:
all_history
(false),
in_memory_history_backend.cc
129
if (details.
all_history
) {
typed_url_syncable_service.h
61
void OnUrlsDeleted(bool
all_history
, bool archived, URLRows* rows);
typed_url_syncable_service.cc
176
void TypedUrlSyncableService::OnUrlsDeleted(bool
all_history
,
197
if (
all_history
) {
typed_url_syncable_service_unittest.cc
552
// Delete urls with |
all_history
| flag set.
553
bool
all_history
= true;
local
556
typed_url_sync_service_->OnUrlsDeleted(
all_history
, false, NULL);
expire_history_backend.h
39
virtual void NotifySyncURLsDeleted(bool
all_history
,
shortcuts_backend.cc
228
all_history
) {
in_memory_url_index.cc
224
if (details->
all_history
) {
expire_history_backend.cc
382
deleted_details->
all_history
= false;
expire_history_backend_unittest.cc
171
bool
all_history
,
[
all
...]
top_sites_impl.cc
724
if (deleted_details->
all_history
) {
/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
...]
/external/chromium/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc
502
changes.
all_history
= false;
537
changes.
all_history
= true;
/external/chromium_org/chrome/browser/extensions/api/history/
history_api.cc
180
removed.
all_history
= details->
all_history
;
/external/chromium_org/chrome/browser/sync/
profile_sync_service_typed_url_unittest.cc
[
all
...]
/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
) {
/external/chromium_org/chrome/browser/sync/glue/
typed_url_change_processor.cc
194
if (details->
all_history
) {
/external/chromium_org/chrome/browser/predictors/
autocomplete_action_predictor.cc
230
if (urls_deleted_details->
all_history
)
Completed in 421 milliseconds
1
2