Home | History | Annotate | Download | only in app

Lines Matching refs:mHeaderFormat

103       mHeaderFormat(LogPrefsDialog::kHFFull),
125 int tmpInt = (int) mHeaderFormat;
127 mHeaderFormat = (LogPrefsDialog::HeaderFormat) tmpInt;
306 pPrefs->SetInt("log-header-format", mHeaderFormat);
491 dialog.mHeaderFormat = mHeaderFormat;
514 mHeaderFormat = dialog.mHeaderFormat;
765 headerFmt = mHeaderFormat;