Searched refs:mMemento (Results 1 – 2 of 2) sorted by relevance
118 private final IMemento mMemento; field in LintList135 mMemento = memento; in LintList()667 if (mMemento != null && !mSingleFile) { in createColumns()668 columnWidths = mMemento.getChild(KEY_WIDTHS); in createColumns()700 if (mMemento != null && !mSingleFile) { in getColumnWidth()701 IMemento columnWidths = mMemento.getChild(KEY_WIDTHS); in getColumnWidth()737 if (mMemento != null) { in getVisibleColumns()738 visibleColumns = mMemento.getChild(KEY_VISIBLE); in getVisibleColumns()
101 private IMemento mMemento; field in LintViewPart134 mMemento = memento; in init()166 mLintView = new LintList(getSite(), mSashForm, mMemento, false /*singleFile*/); in createPartControl()