OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ids_reassigned_
(Results
1 - 8
of
8
) sorted by null
/external/chromium/chrome/browser/bookmarks/
bookmark_storage.h
63
void set_ids_reassigned(bool value) {
ids_reassigned_
= value; }
64
bool ids_reassigned() const { return
ids_reassigned_
; }
73
bool
ids_reassigned_
;
member in class:BookmarkLoadDetails
bookmark_codec.h
73
bool ids_reassigned() const { return
ids_reassigned_
; }
142
bool
ids_reassigned_
;
member in class:BookmarkCodec
bookmark_codec.cc
38
:
ids_reassigned_
(false),
51
ids_reassigned_
= false;
73
ids_reassigned_
= false;
296
ids_reassigned_
= true;
bookmark_storage.cc
124
ids_reassigned_
(false) {
/external/chromium_org/chrome/browser/bookmarks/
bookmark_storage.h
93
void set_ids_reassigned(bool value) {
ids_reassigned_
= value; }
94
bool ids_reassigned() const { return
ids_reassigned_
; }
106
bool
ids_reassigned_
;
member in class:BookmarkLoadDetails
bookmark_codec.h
84
bool ids_reassigned() const { return
ids_reassigned_
; }
179
bool
ids_reassigned_
;
member in class:BookmarkCodec
bookmark_codec.cc
43
:
ids_reassigned_
(false),
66
ids_reassigned_
= false;
96
ids_reassigned_
= false;
439
ids_reassigned_
= true;
bookmark_storage.cc
110
ids_reassigned_
(false) {
Completed in 189 milliseconds