Searched refs:owner (Results 51 - 75 of 236) sorted by relevance

12345678910

/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamListItem.h27 virtual void DrawItem(BView* owner, BRect frame,
29 virtual void Update(BView* owner, const BFont* font);
/haiku/src/preferences/input/
H A DInputDeviceView.h48 void Update(BView* owner, const BFont* font);
49 void DrawItem(BView* owner, BRect frame,
/haiku/headers/build/host/darwin/
H A Dunistd.h11 int fchownat(int fd, const char* path, uid_t owner, gid_t group, int flag);
/haiku/src/apps/resedit/
H A DEditor.h22 BHandler *owner);
H A DInternalEditors.h54 BHandler *owner);
65 BHandler *owner);
78 BHandler *owner);
/haiku/src/preferences/joysticks/
H A DPortItem.h18 virtual void DrawItem(BView *owner, BRect frame, bool complete = false);
/haiku/src/preferences/locale/
H A DLanguageListView.h30 virtual void DrawItem(BView* owner, BRect frame,
34 void DrawItemWithTextOffset(BView* owner,
53 virtual void Update(BView* owner, const BFont* font);
55 virtual void DrawItem(BView* owner, BRect frame,
/haiku/src/preferences/appearance/
H A DColorWhichItem.h25 virtual void DrawItem(BView* owner, BRect frame, bool complete);
/haiku/headers/private/shared/
H A DColorItem.h22 virtual void DrawItem(BView* owner, BRect frame, bool complete);
/haiku/src/preferences/filetypes/
H A DAttributeListView.cpp196 AttributeItem::DrawItem(BView* owner, BRect frame, bool drawEverything) argument
198 BStringItem::DrawItem(owner, frame, drawEverything);
206 rgb_color highColor = owner->HighColor();
207 rgb_color lowColor = owner->LowColor();
211 owner->SetLowColor(ui_color(B_LIST_SELECTED_BACKGROUND_COLOR));
213 owner->SetLowColor(ui_color(B_LIST_BACKGROUND_COLOR));
219 owner->SetHighColor(tint_color(textColor, B_DARKEN_2_TINT));
221 owner->SetHighColor(tint_color(textColor, B_LIGHTEN_2_TINT));
224 owner->SetHighColor(ui_color(B_LIST_SELECTED_ITEM_TEXT_COLOR));
226 owner
[all...]
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DFolderConfigWindow.cpp50 void DrawItem(BView* owner, BRect itemRect,
126 CheckBoxItem::DrawItem(BView* owner, BRect itemRect, bool drawEverything) argument
129 rgb_color lowColor = owner->LowColor();
137 owner->GetFontHeight(&fontHeight);
141 owner->PushState();
153 owner->SetHighColor(tint_color(lowColor, B_DARKEN_2_TINT));
154 owner->SetLowColor(owner->HighColor());
156 owner->SetHighColor(lowColor);
158 owner
[all...]
/haiku/src/system/libroot/posix/pthread/
H A Dpthread_rwlock.cpp48 int32_t owner; member in struct:SharedRWLock
54 owner = -1;
77 owner = find_thread(NULL);
83 if (find_thread(NULL) == owner) {
84 owner = -1;
94 int32_t owner; member in struct:LocalRWLock
100 // writer_count includes the write lock owner as well as waiting
107 owner = -1;
166 owner = find_thread(NULL);
177 if (find_thread(NULL) == owner) {
[all...]
H A Dpthread_mutex.cpp37 mutex->owner = -1;
57 if (mutex->owner == thisThread) {
95 assert(mutex->owner == -1);
96 mutex->owner = thisThread;
164 if (mutex->owner != find_thread(NULL))
173 mutex->owner = -1;
/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleterDefaultImpl.cpp268 BDefaultChoiceView::ListItem::DrawItem(BView* owner, BRect frame, argument
289 owner->GetFont(&font);
295 w = owner->StringWidth(fPreText.String());
296 owner->SetLowColor(backColor);
297 owner->FillRect(BRect(xPos, frame.top, xPos + w - 1, frame.bottom),
299 owner->SetHighColor(nonMatchTextColor);
300 owner->DrawString(fPreText.String(), BPoint(xPos, yPos));
304 w = owner->StringWidth(fMatchText.String());
305 owner->SetLowColor(matchColor);
306 owner
[all...]
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.cpp765 SuperItem::DrawItem(BView* owner, BRect item_rect, bool complete) argument
767 owner->PushState();
770 owner->GetPreferredSize(&width, NULL);
772 owner->SetHighColor(ui_color(B_LIST_ITEM_TEXT_COLOR));
773 owner->SetFont(&fBoldFont);
774 owner->TruncateString(&text, B_TRUNCATE_END, width);
775 owner->DrawString(text.String(), BPoint(item_rect.left,
778 owner->PopState();
836 SuperItem::ZoomWidth(BView *owner) argument
838 owner
897 DrawItem(BView* owner, BRect item_rect, bool complete) argument
1021 Update(BView *owner, const BFont *font) argument
1029 CalculateZoomWidths(BView *owner) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DRequestPortPool.cpp62 fPorts[fPortCount].owner = -1;
81 if (info.owner == thread) {
100 info.owner = find_thread(NULL);
H A DRequestPortPool.h37 thread_id owner; member in struct:RequestPortPool::PortAcquirationInfo
/haiku/src/apps/diskusage/
H A DControlsView.cpp43 virtual void DrawLabel(BView* owner, BRect frame);
44 virtual void DrawFocusMark(BView* owner, BRect frame);
77 VolumeTab::DrawLabel(BView* owner, BRect frame) argument
79 owner->SetDrawingMode(B_OP_OVER);
81 owner->MovePenTo(frame.left + kSmallHMargin,
83 owner->DrawBitmap(fIcon);
86 owner->GetFontHeight(&fh);
90 owner->TruncateString(&label, B_TRUNCATE_END,
93 owner->SetHighColor(ui_color(B_CONTROL_TEXT_COLOR));
94 owner
102 DrawFocusMark(BView* owner, BRect frame) argument
[all...]
/haiku/src/apps/powerstatus/
H A DExtendedInfoWindow.h79 virtual void Select(BView* owner);
81 virtual void DrawFocusMark(BView* owner, BRect frame);
82 virtual void DrawLabel(BView* owner, BRect frame);
/haiku/headers/private/interface/
H A DToolTipManager.h22 void* owner);
/haiku/headers/private/locale/
H A DPlainTextCatalog.h21 PlainTextCatalog(const entry_ref& owner, const char *language,
/haiku/headers/private/debugger/files/
H A DLocatableDirectory.h13 LocatableDirectory(LocatableEntryOwner* owner,
H A DSourceFile.h26 SourceFile(SourceFileOwner* owner);
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DAttributeIndexer.h24 status_t CreateCookie(IndexedAttributeOwner* owner,
/haiku/src/preferences/bluetooth/
H A DDeviceListItem.h24 void Update(BView* owner, const BFont* font);

Completed in 138 milliseconds

12345678910