Searched refs:Matches (Results 26 - 40 of 40) sorted by relevance

12

/haiku/src/servers/input/
H A DInputServer.cpp130 InputDeviceListItem::Matches(const char* name, input_device_type type) const function in class:InputDeviceListItem
1338 if (item->Matches(name, type)) {
1415 if (item->Matches(name, type)) {
/haiku/headers/os/media/
H A DMediaDefs.h600 bool Matches(const media_format* other) const;
/haiku/src/add-ons/media/media-add-ons/video_producer_demo/
H A DProducer.cpp410 !const_cast<media_format *>(&format)->Matches(&fOutput.format)) {
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamDevice.cpp90 CamDevice::Matches(BUSBDevice* _device) function in class:CamDevice
H A DProducer.cpp559 || !const_cast<media_format *>(&format)->Matches(&fOutput.format)) {
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixProducer/
H A DProducer.cpp406 !const_cast<media_format *>(&format)->Matches(&fOutput.format)) {
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoProducer.cpp406 if (!const_cast<media_format*>(&format)->Matches(&fOutput.format)) {
/haiku/src/kits/media/
H A DMediaDefs.cpp227 // #pragma mark - media_format::Matches() support
707 media_format::Matches(const media_format* other) const function in class:media_format
1107 return a.Matches(&b);
/haiku/src/apps/showimage/
H A DFilter.cpp326 Scaler::Matches(BRect rect, bool dither) const function in class:Scaler
/haiku/src/kits/package/manager/
H A DPackageManager.cpp749 && package->Info().Matches(*basePackage)) {
/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DProducer.cpp594 !const_cast<media_format *>(&format)->Matches(&fOutput.format)) {
/haiku/src/apps/cortex/NodeManager/
H A DNodeRef.cpp831 if(format && !f1->Matches(f2))
/haiku/src/kits/interface/
H A DWindow.cpp100 bool Matches(uint32 key, uint32 modifiers) const;
273 BWindow::Shortcut::Matches(uint32 key, uint32 modifiers) const function in class:BWindow::Shortcut
3891 if (shortcut->Matches(key, modifiers))
/haiku/src/servers/launch/
H A DLaunchDaemon.cpp1352 if (!item->Matches(jobName.IsEmpty() ? NULL : jobName.String(),
/haiku/src/kits/tracker/
H A DPoseView.cpp6597 // There is room for optimizations here: If regexp-type match, the Matches()
6604 if (name.Matches(expression.String(), !ignoreCase, expressionType)

Completed in 146 milliseconds

12