OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:trashed_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/google_apis/
drive_api_parser.h
424
bool is_trashed() const { return
trashed_
; }
432
void set_trashed(bool trashed) {
trashed_
= trashed; }
445
bool
trashed_
;
member in class:google_apis::FileLabels
drive_api_parser.cc
790
trashed_
(false),
801
converter->RegisterBoolField(kLabelTrashed, &FileLabels::
trashed_
);
Completed in 84 milliseconds