Home | History | Annotate | Download | only in file_manager

Lines Matching defs:always

535   bool always = is_new_job;
536 SendDriveFileTransferEvent(always);
552 bool always = true;
553 SendDriveFileTransferEvent(always);
559 void EventRouter::SendDriveFileTransferEvent(bool always) {
564 // When |always| flag is not set, we don't send the event until certain
567 if (!always) {