Searched refs:_Frame (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/preferences/filetypes/
H A DApplicationTypesWindow.h34 BRect _Frame(const BMessage& settings) const;
H A DFileTypesWindow.h47 BRect _Frame(const BMessage& settings) const;
H A DApplicationTypesWindow.cpp167 : BWindow(_Frame(settings), B_TRANSLATE("Application types"),
282 ApplicationTypesWindow::_Frame(const BMessage& settings) const function in class:ApplicationTypesWindow
H A DFileTypesWindow.cpp328 BWindow(_Frame(settings), B_TRANSLATE_SYSTEM_NAME("FileTypes"),
990 FileTypesWindow::_Frame(const BMessage& settings) const function in class:FileTypesWindow
/haiku-fatelf/src/apps/debugger/debug_info/
H A DSpecificImageDebugInfo.h60 StackFrame*& _Frame,
/haiku-fatelf/src/apps/sudoku/
H A DSudokuView.h93 BRect _Frame(uint32, uint32 y);
H A DSudokuView.cpp662 SudokuView::_Frame(uint32 x, uint32 y) function in class:SudokuView
689 Invalidate(_Frame(x, y));
700 Invalidate(_Frame(x, y));
703 Invalidate(_Frame(x, y));
712 BRect frame = _Frame(x, y);
1186 BRect frame = _Frame(fKeyboardX, fKeyboardY);
1286 FillRect(_Frame(x, y), B_SOLID_LOW);
1289 FillRect(_Frame(x, y), B_SOLID_LOW);

Completed in 200 milliseconds