Home
last modified time | relevance | path

Searched refs:MSG_REPLACE_ALL (Results 1 – 3 of 3) sorted by relevance

/haiku/src/apps/stylededit/
H A DReplaceWindow.cpp51 new BMessage(MSG_REPLACE_ALL)); in ReplaceWindow()
105 case MSG_REPLACE_ALL: in MessageReceived()
106 _SendMessage(MSG_REPLACE_ALL); in MessageReceived()
H A DConstants.h45 const uint32 MSG_REPLACE_ALL = 'mrea'; variable
H A DStyledEditWindow.cpp339 case MSG_REPLACE_ALL: in MessageReceived()
1084 message= new BMessage(MSG_REPLACE_ALL); in SearchAllWindows()