HomeSort by relevance Sort by last modified time
    Searched refs:mHeaderFormat (Results 1 - 4 of 4) sorted by null

  /development/simulator/app/
LogPrefsDialog.h 35 HeaderFormat mHeaderFormat;
LogWindow.h 103 LogPrefsDialog::HeaderFormat mHeaderFormat;
LogPrefsDialog.cpp 37 mHeaderFormat(kHFFull), mSingleLine(false), mExtraSpacing(0),
111 fmtFull->SetValue(mHeaderFormat == kHFFull);
112 fmtBrief->SetValue(mHeaderFormat == kHFBrief);
113 fmtMinimal->SetValue(mHeaderFormat == kHFMinimal);
183 mHeaderFormat = kHFFull;
185 mHeaderFormat = kHFBrief;
187 mHeaderFormat = kHFMinimal;
LogWindow.cpp 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;
    [all...]

Completed in 93 milliseconds