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

/haiku/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 DApplicationTypeWindow.h37 BRect _Frame(const BMessage& settings) const;
H A DApplicationTypesWindow.cpp160 : BWindow(_Frame(settings), B_TRANSLATE("Application types"),
274 ApplicationTypesWindow::_Frame(const BMessage& settings) const function in class:ApplicationTypesWindow
H A DFileTypesWindow.cpp336 BWindow(_Frame(settings), B_TRANSLATE_SYSTEM_NAME("FileTypes"),
999 FileTypesWindow::_Frame(const BMessage& settings) const function in class:FileTypesWindow
H A DApplicationTypeWindow.cpp303 BWindow(_Frame(settings), B_TRANSLATE("Application type"), B_TITLED_WINDOW,
529 ApplicationTypeWindow::_Frame(const BMessage& settings) const function in class:ApplicationTypeWindow
/haiku/headers/private/debugger/debug_info/
H A DSpecificImageDebugInfo.h67 StackFrame*& _Frame,
/haiku/src/apps/sudoku/
H A DSudokuView.cpp856 FillRect(_Frame(x, y), B_SOLID_LOW);
859 FillRect(_Frame(x, y), B_SOLID_LOW);
998 SudokuView::_Frame(uint32 x, uint32 y) function in class:SudokuView
1025 Invalidate(_Frame(x, y));
1036 Invalidate(_Frame(x, y));
1039 Invalidate(_Frame(x, y));
1048 BRect frame = _Frame(x, y);
1377 BRect frame = _Frame(fKeyboardX, fKeyboardY);
H A DSudokuView.h97 BRect _Frame(uint32, uint32 y);

Completed in 79 milliseconds