Searched refs:editor (Results 1 - 25 of 37) sorted by path

12

/haiku/headers/private/storage/
H A DDiskSystemAddOn.h44 BPartitionParameterEditor** editor);
111 BPartitionParameterEditor** editor);
124 BPartitionParameterEditor** editor);
H A DPartition.h136 BPartitionParameterEditor** editor);
/haiku/src/add-ons/disk_systems/bfs/
H A DBFSAddOn.h21 BPartitionParameterEditor** editor);
H A DBFSAddOn.cpp188 BPartitionParameterEditor** editor)
190 *editor = NULL;
193 *editor = new InitializeBFSEditor();
187 GetParameterEditor(B_PARAMETER_EDITOR_TYPE type, BPartitionParameterEditor** editor) argument
/haiku/src/add-ons/disk_systems/btrfs/
H A DBTRFSAddOn.cpp162 BPartitionParameterEditor** editor)
164 *editor = NULL;
167 *editor = new InitializeBTRFSEditor();
161 GetParameterEditor(B_PARAMETER_EDITOR_TYPE type, BPartitionParameterEditor** editor) argument
H A DBTRFSAddOn.h23 BPartitionParameterEditor** editor);
/haiku/src/add-ons/disk_systems/fat/
H A DFATAddOn.cpp129 BPartitionParameterEditor** editor)
131 *editor = NULL;
134 *editor = new InitializeFATEditor();
128 GetParameterEditor(B_PARAMETER_EDITOR_TYPE type, BPartitionParameterEditor** editor) argument
H A DFATAddOn.h29 BPartitionParameterEditor** editor);
/haiku/src/add-ons/disk_systems/intel/
H A DExtendedPartitionAddOn.h54 BPartitionParameterEditor** editor);
/haiku/src/add-ons/disk_systems/ntfs/
H A DNTFSAddOn.cpp130 BPartitionParameterEditor** editor)
132 *editor = NULL;
135 *editor = new InitializeNTFSEditor();
129 GetParameterEditor(B_PARAMETER_EDITOR_TYPE type, BPartitionParameterEditor** editor) argument
H A DNTFSAddOn.h28 BPartitionParameterEditor** editor);
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DVariableEditWindow.cpp24 TableCellValueEditor* editor, BHandler* target)
34 fEditor(editor)
57 TableCellValueEditor* editor, BHandler* target)
60 editor, target);
23 VariableEditWindow(Value* initialValue, ValueNode* node, TableCellValueEditor* editor, BHandler* target) argument
56 Create(Value* initialValue, ValueNode* node, TableCellValueEditor* editor, BHandler* target) argument
H A DVariableEditWindow.h24 TableCellValueEditor* editor,
31 TableCellValueEditor* editor,
/haiku/src/apps/debugger/user_interface/gui/value/value_handlers/
H A DBoolValueHandler.cpp95 TableCellBoolEditor* editor = new(std::nothrow) local
97 if (editor == NULL)
100 BReference<TableCellBoolEditor> editorReference(editor, true);
101 error = editor->Init();
106 _editor = editor;
H A DEnumerationValueHandler.cpp88 TableCellEnumerationEditor* editor = new(std::nothrow) local
90 if (editor == NULL)
93 BReference<TableCellEnumerationEditor> editorReference(editor, true);
94 error = editor->Init();
99 _editor = editor;
H A DFloatValueHandler.cpp95 TableCellFloatEditor* editor = new(std::nothrow) local
97 if (editor == NULL)
100 BReference<TableCellFloatEditor> editorReference(editor, true);
101 error = editor->Init();
106 _editor = editor;
H A DIntegerValueHandler.cpp205 TableCellIntegerEditor* editor = new(std::nothrow) TableCellIntegerEditor( local
207 if (editor == NULL)
210 BReference<TableCellIntegerEditor> editorReference(editor, true);
211 error = editor->Init();
216 _editor = editor;
/haiku/src/apps/diskprobe/
H A DDataEditor.h31 DataEditor(const DataEditor& editor);
H A DDataView.h32 DataView(DataEditor& editor);
H A DTypeEditors.h19 DataEditor& editor);
21 DataEditor& editor);
32 extern TypeEditorView* GetTypeEditorFor(BRect rect, DataEditor& editor);
35 DataEditor& editor);
/haiku/src/kits/storage/disk_device/
H A DDiskSystemAddOn.cpp51 BPartitionParameterEditor** editor)
268 BPartitionHandle::GetContentParameterEditor(BPartitionParameterEditor** editor) argument
276 BPartitionParameterEditor** editor)
50 GetParameterEditor(B_PARAMETER_EDITOR_TYPE type, BPartitionParameterEditor** editor) argument
275 GetParameterEditor(B_PARAMETER_EDITOR_TYPE type, BPartitionParameterEditor** editor) argument
H A DPartitionDelegate.cpp497 BPartitionParameterEditor** editor) const
502 return fPartitionHandle->GetParameterEditor(type, editor);
H A DPartitionDelegate.h76 BPartitionParameterEditor** editor) const;
/haiku/src/add-ons/disk_systems/gpt/
H A DGPTPartitionHandle.cpp154 BPartitionParameterEditor** editor)
156 *editor = NULL;
159 *editor = new BPartitionParameterEditor();
153 GetParameterEditor(B_PARAMETER_EDITOR_TYPE type, BPartitionParameterEditor** editor) argument
H A DGPTPartitionHandle.h41 BPartitionParameterEditor** editor);

Completed in 102 milliseconds

12