Searched refs:owner (Results 101 - 125 of 236) sorted by relevance

12345678910

/haiku/headers/private/debugger/files/
H A DLocatableFile.h18 LocatableFile(LocatableEntryOwner* owner,
/haiku/src/preferences/input/
H A DInputDeviceView.cpp120 DeviceListItemView::Update(BView* owner, const BFont* font) argument
122 BListItem::Update(owner, font);
137 DeviceListItemView::DrawItem(BView* owner, BRect frame, bool complete) argument
143 renderer.Render(owner, frame, complete);
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dmutex.h54 mutex->u.mutex_.owner = find_thread(NULL);
69 mutex->u.mutex_.owner = find_thread(NULL);
86 mutex->u.mutex_.owner = -1;
108 return mutex->u.mutex_.owner == find_thread(NULL);
/haiku/src/apps/icon-o-matic/gui/
H A DPathListView.cpp73 virtual void DrawItem(BView* owner, BRect itemFrame, bool even) argument
75 SimpleItem::DrawBackground(owner, itemFrame, even);
78 SimpleItem::DrawItem(owner, itemFrame.OffsetByCopy(offset, 0), even);
89 rgb_color lowColor = owner->LowColor();
99 owner->SetHighColor(tint_color(owner->LowColor(), markRectBorderTint));
100 owner->StrokeRect(markRect);
102 owner->SetHighColor(tint_color(owner->LowColor(), markRectFillTint));
103 owner
[all...]
H A DStyleListView.cpp79 virtual void DrawItem(BView* owner, BRect itemFrame, bool even) argument
81 SimpleItem::DrawBackground(owner, itemFrame, even);
84 SimpleItem::DrawItem(owner, itemFrame.OffsetByCopy(offset, 0), even);
95 rgb_color lowColor = owner->LowColor();
105 owner->SetHighColor(tint_color(owner->LowColor(), markRectBorderTint));
106 owner->StrokeRect(markRect);
108 owner->SetHighColor(tint_color(owner->LowColor(), markRectFillTint));
109 owner
[all...]
/haiku/src/apps/switcher/
H A DGroupListView.h26 virtual void SetTo(BView* owner, void* item) = 0;
32 virtual void Draw(BView* owner, BRect frame, int32 index,
/haiku/src/preferences/filetypes/
H A DMimeTypeListView.h20 virtual void DrawItem(BView* owner, BRect itemRect,
22 virtual void Update(BView* owner, const BFont* font);
/haiku/src/system/kernel/device_manager/
H A DIOSchedulerSimple.h50 bool _NextActiveRequestOwner(IORequestOwner*& owner,
66 void _AddRequestOwner(IORequestOwner* owner);
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DCookie.h36 LockOwner(uint32 owner);
50 LockInfo(LockOwner* owner);
H A DIdMap.cpp40 IdMap::GetUserId(const char* owner) argument
42 ASSERT(owner != NULL);
43 return _GetValue<uid_t>(owner, MsgNameToUID);
/haiku/src/kits/app/
H A DMessageFilter.cpp130 BMessageFilter::SetLooper(BLooper* owner) argument
132 fLooper = owner;
/haiku/src/preferences/printers/
H A DPrinterListView.h79 void DrawItem(BView* owner, BRect bounds,
81 void Update(BView* owner, const BFont* font);
/haiku/src/preferences/mail/
H A DConfigWindow.h44 void Update(BView* owner, const BFont* font);
45 void DrawItem(BView* owner, BRect rect,
/haiku/src/kits/debugger/files/
H A DSourceFile.cpp33 SourceFile::SourceFile(SourceFileOwner* owner) argument
35 fOwner(owner),
/haiku/headers/posix/sys/
H A Dtypes.h79 __haiku_std_int32 owner; member in struct:_pthread_mutex
105 __haiku_std_int32 owner; member in struct:_pthread_rwlock
/haiku/src/add-ons/input_server/devices/easypen/
H A DEasyPenInputDevice.cpp70 EasyPenInputDevice *owner; member in struct:tablet_device
139 device->owner = this;
219 EasyPenInputDevice *owner = dev->owner; local
267 if(lastClickTimeStamp + owner->fClickSpeed <= movements.timestamp)
282 owner->EnqueueMessage(message);
301 owner->EnqueueMessage(message);
312 owner->EnqueueMessage(message);
/haiku/src/apps/webpositive/tabview/
H A DTabView.h30 virtual void DrawBackground(BView* owner, BRect frame,
32 virtual void DrawContents(BView* owner, BRect frame,
H A DTabView.cpp99 TabView::DrawBackground(BView* owner, BRect frame, const BRect& updateRect) argument
112 be_control_look->DrawActiveTab(owner, frame, updateRect, base, flags,
115 be_control_look->DrawInactiveTab(owner, frame, updateRect, base, flags,
122 TabView::DrawContents(BView* owner, BRect frame, const BRect& updateRect) argument
125 be_control_look->DrawLabel(owner, fLabel.String(), frame, updateRect,
/haiku/headers/build/
H A DBeOSBuildCompatibility.h109 int _haiku_build_fchown(int fd, uid_t owner, gid_t group);
110 int _haiku_build_fchownat(int fd, const char* path, uid_t owner,
152 # define fchown(fd, owner, group) _haiku_build_fchown(fd, owner, group)
153 # define fchownat(fd, path, owner, group, flag) \
154 _haiku_build_fchownat(fd, path, owner, group, flag)
/haiku/src/system/kernel/
H A Dsem.cpp62 // write access to sem_entry::owner/team_link.
63 // * sem_entry::lock: Protects all sem_entry members. owner, team_link
99 team_id owner; member in struct:sem_entry::__anon1::__anon2
138 team_id owner = -1; local
143 if (!strcmp(argv[1], "team") || !strcmp(argv[1], "owner"))
144 owner = strtoul(argv[2], NULL, 0);
150 owner = strtoul(argv[1], NULL, 0);
160 || (owner != -1 && sem->u.used.owner != owner))
469 create_sem_etc(int32 count, const char* name, team_id owner) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DAttributeIndex.cpp44 IndexedAttributeOwner* owner; member in struct:AttributeIndexTreeValue
49 static AttributeIndexTreeValue* Create(IndexedAttributeOwner* owner, argument
57 self->owner = owner;
209 AttributeIndexer::CreateCookie(IndexedAttributeOwner* owner, argument
224 fCookie = AttributeIndexTreeValue::Create(owner, attributeCookie,
325 treeValue->owner->UnsetIndexCookie(treeValue->attributeCookie);
/haiku/src/apps/powerstatus/
H A DExtendedInfoWindow.cpp215 BatteryTab::Select(BView* owner) argument
217 BTab::Select(owner);
222 BatteryTab::DrawFocusMark(BView* owner, BRect frame) argument
231 owner->SetHighUIColor(B_KEYBOARD_NAVIGATION_COLOR);
232 owner->StrokeLine(pt1, pt2);
237 BatteryTab::DrawLabel(BView* owner, BRect frame) argument
248 fBatteryView->DrawTo(owner, rect);
/haiku/headers/os/interface/
H A DTabView.h37 virtual void Select(BView* owner);
50 virtual void DrawFocusMark(BView* owner, BRect frame);
51 virtual void DrawLabel(BView* owner, BRect frame);
52 virtual void DrawTab(BView* owner, BRect frame,
77 uint32 _Borders(BView* owner, BRect frame);
/haiku/src/kits/storage/
H A DStatable.cpp102 // Fills out the node's UID into owner.
104 BStatable::GetOwner(uid_t* owner) const
106 status_t result = (owner ? B_OK : B_BAD_VALUE);
113 *owner = stat.st_uid;
119 // Sets the node's UID to owner.
121 BStatable::SetOwner(uid_t owner) argument
124 stat.st_uid = owner;
/haiku/src/kits/interface/
H A DTabView.cpp152 BTab::Select(BView* owner) argument
156 if (owner == NULL || fView == NULL)
161 if (owner->GetLayout() == NULL && fView->Parent() == NULL)
162 owner->AddChild(fView);
240 BTab::DrawFocusMark(BView* owner, BRect frame) argument
242 float width = owner->StringWidth(Label());
244 owner->SetHighColor(ui_color(B_KEYBOARD_NAVIGATION_COLOR));
249 owner->StrokeLine(BPoint((frame.left + frame.right - width) / 2.0,
255 owner->StrokeLine(BPoint((frame.left + frame.right - width) / 2.0,
261 owner
277 DrawLabel(BView* owner, BRect frame) argument
319 DrawTab(BView* owner, BRect frame, tab_position, bool) argument
349 _Borders(BView* owner, BRect frame) argument
[all...]

Completed in 117 milliseconds

12345678910