Home
last modified time | relevance | path

Searched refs:FindMatch (Results 1 – 25 of 29) sorted by relevance

12

/haiku/src/tests/kits/app/bpropertyinfo/
H A DPropertyFindMatchTest.cpp143 assert(propTest->FindMatch(&msg, 0, &specMsg, spec, prop, &extra_data) == result); in ExecFindMatch()
147 assert(propTest->FindMatch(&msg, 0, NULL, spec, prop, &extra_data) == result); in ExecFindMatch()
149 assert(propTest->FindMatch(&msg, 1, &specMsg, spec, prop, &extra_data) == result); in ExecFindMatch()
150 assert(propTest->FindMatch(&msg, 1, NULL, spec, prop, &extra_data) == result); in ExecFindMatch()
152 assert(propTest->FindMatch(&msg, 1, &specMsg, spec, prop, &extra_data) == -1); in ExecFindMatch()
153 assert(propTest->FindMatch(&msg, 1, NULL, spec, prop, &extra_data) == -1); in ExecFindMatch()
/haiku/headers/os/app/
H A DPropertyInfo.h62 virtual int32 FindMatch(BMessage* msg, int32 index,
/haiku/src/servers/print/
H A DTransport.Scripting.cpp89 switch (idx=prop_info.FindMatch(msg,0,spec,form,prop)) { in ResolveSpecifier()
H A DPrinter.Scripting.cpp96 switch( idx=prop_info.FindMatch(msg,0,spec,form,prop) ) { in ResolveSpecifier()
H A DPrintServerApp.Scripting.cpp221 switch( idx=prop_info.FindMatch(msg,0,spec,form,prop) ) { in ResolveSpecifier()
/haiku/src/apps/serialconnect/
H A DSerialApp.cpp240 switch (kScriptingProperties.FindMatch(message, index, &specifier, in MessageReceived()
459 if (kScriptingProperties.FindMatch(message, index, specifier, what, in ResolveSpecifier()
/haiku/src/kits/tracker/
H A DTrackerScripting.cpp120 int32 result = propertyInfo.FindMatch(message, index, specifier, form, in ResolveSpecifier()
H A DPoseViewScripting.cpp699 int32 result = propertyInfo.FindMatch(message, index, specifier, form, in ResolveSpecifier()
/haiku/src/kits/interface/
H A DChannelSlider.cpp209 && propInfo.FindMatch(message, index, &specifier, what, in MessageReceived()
476 if (propertyInfo.FindMatch(message, index, specifier, form, in ResolveSpecifier()
H A DStringView.cpp454 if (propInfo.FindMatch(message, 0, specifier, form, property) >= B_OK) in ResolveSpecifier()
H A DControl.cpp453 if (propInfo.FindMatch(message, 0, specifier, what, property) >= B_OK) in ResolveSpecifier()
H A DShelf.cpp750 switch (shelfPropInfo.FindMatch(msg, 0, specifier, form, property)) { in ResolveSpecifier()
802 switch (replicantPropInfo.FindMatch(msg, 0, specifier, form, property)) { in ResolveSpecifier()
H A DChannelControl.cpp243 if (propertyInfo.FindMatch(message, index, specifier, what, property) in ResolveSpecifier()
H A DListView.cpp314 switch (propInfo.FindMatch(message, index, &specifier, what, in MessageReceived()
1473 if (propInfo.FindMatch(message, 0, specifier, what, property) < 0) { in ResolveSpecifier()
H A DMenu.cpp1203 if (propInfo.FindMatch(msg, index, specifier, form, property) >= B_OK) { in ResolveSpecifier()
1700 switch (propertyInfo.FindMatch(message, index, &specifier, what, in _ScriptReceived()
1894 switch (propertyInfo.FindMatch(message, index, &specifier, what, in _ItemScriptReceived()
H A DTextControl.cpp781 if (propInfo.FindMatch(message, 0, specifier, what, property) >= B_OK) in ResolveSpecifier()
H A DTabView.cpp1172 if (propInfo.FindMatch(message, 0, specifier, what, property) >= B_OK) in ResolveSpecifier()
/haiku/docs/user/app/
H A DPropertyInfo.dox170 \fn int32 BPropertyInfo::FindMatch(BMessage* message, int32 index,
/haiku/src/kits/app/
H A DLooper.cpp306 switch (propertyInfo.FindMatch(message, index, &specifier, what, in MessageReceived()
720 if (propertyInfo.FindMatch(message, index, specifier, what, property, &data) in ResolveSpecifier()
H A DHandler.cpp474 if (propertyInfo.FindMatch(message, index, specifier, what, property) >= 0) in ResolveSpecifier()
H A DPropertyInfo.cpp47 int32 BPropertyInfo::FindMatch(BMessage* message, int32 index, in FindMatch() function in BPropertyInfo
H A DApplication.cpp751 if (propInfo.FindMatch(message, 0, specifier, what, property, &data) >= 0) { in ResolveSpecifier()
/haiku/src/servers/notification/
H A DNotificationView.cpp426 if (prop_info.FindMatch(msg, index, spec, form, prop) >= 0) { in ResolveSpecifier()
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp553 int32 match = propertyInfo.FindMatch(msg, index, &specifier, what, property); in MessageReceived()
744 switch (itemPropertyInfo.FindMatch(msg, index, &specifier, what, property)) { in MessageReceived()
1548 if (propertyInfo.FindMatch(message, index, specifier, what, property) in ResolveSpecifier()
/haiku/src/apps/magnify/
H A DMagnify.cpp368 if (propertyInfo.FindMatch(msg, index, specifier, what, property) >= 0) in ResolveSpecifier()
397 switch (propertyInfo.FindMatch(m, index, &specifier, what, in MessageReceived()

12