Searched refs:SetRef (Results 1 - 18 of 18) sorted by relevance

/haiku/src/apps/icon-o-matic/document/savers/
H A DFileSaver.cpp22 // SetRef
24 FileSaver::SetRef(const entry_ref& ref) function in class:FileSaver
H A DFileSaver.h22 void SetRef(const entry_ref& ref);
/haiku/src/apps/stylededit/
H A DStatusView.h34 void SetRef(const entry_ref& ref);
H A DStatusView.cpp240 StatusView::SetRef(const entry_ref& ref) function in class:StatusView
H A DStyledEditWindow.cpp648 fStatusView->SetRef(ref);
/haiku/headers/os/media/
H A DFileInterface.h33 virtual status_t SetRef(const entry_ref& file,
/haiku/src/tests/kits/interface/bshelf/Container/
H A DTPreferences.h12 "SetRef" added - Dec. 2003
44 status_t SetRef(const char *name, entry_ref *ref);
H A DTPreferences.cpp190 status_t TPreferences::SetRef(const char *name, entry_ref *ref) function in class:TPreferences
/haiku/src/tests/kits/interface/bshelf/ShelfInspector/
H A DTPreferences.h12 "SetRef" added - Dec. 2003
44 status_t SetRef(const char *name, entry_ref *ref);
H A DTPreferences.cpp192 status_t TPreferences::SetRef(const char *name, entry_ref *ref) function in class:TPreferences
/haiku/src/add-ons/media/media-add-ons/reader/
H A DMediaReader.h70 using AbstractFileInterfaceNode::SetRef;
72 virtual status_t SetRef(
H A DMediaReader.cpp128 status_t MediaReader::SetRef( function in class:MediaReader
135 status_t status = AbstractFileInterfaceNode::SetRef(file,B_READ_ONLY,create,out_time);
137 PRINT("AbstractFileInterfaceNode::SetRef returned an error\n");
/haiku/src/add-ons/media/media-add-ons/writer/
H A DMediaWriter.h70 using AbstractFileInterfaceNode::SetRef;
72 virtual status_t SetRef(
H A DMediaWriter.cpp121 status_t MediaWriter::SetRef( function in class:MediaWriter
126 fprintf(stderr,"MediaWriter::SetRef\n");
128 status = AbstractFileInterfaceNode::SetRef(file,B_WRITE_ONLY,create,out_time);
130 fprintf(stderr,"AbstractFileInterfaceNode::SetRef returned an error\n");
/haiku/src/add-ons/media/media-add-ons/
H A DAbstractFileInterfaceNode.h133 virtual status_t SetRef(
138 virtual status_t SetRef(
H A DAbstractFileInterfaceNode.cpp356 status_t AbstractFileInterfaceNode::SetRef( function in class:AbstractFileInterfaceNode
/haiku/src/kits/media/
H A DFileInterface.cpp66 rv = SetRef(ref, request->create, &reply.duration);
/haiku/docs/develop/media/
H A DMediaFileProducer.h104 virtual status_t SetRef(

Completed in 98 milliseconds