Searched refs:owner (Results 1 - 25 of 323) sorted by last modified time

1234567891011>>

/haiku-fatelf/src/preferences/filetypes/
H A DAttributeListView.cpp179 AttributeItem::DrawItem(BView* owner, BRect frame, bool drawEverything) argument
181 BStringItem::DrawItem(owner, frame, drawEverything);
183 rgb_color highColor = owner->HighColor();
184 rgb_color lowColor = owner->LowColor();
187 owner->SetLowColor(tint_color(lowColor, B_DARKEN_2_TINT));
192 owner->SetHighColor(tint_color(black, B_LIGHTEN_2_TINT));
194 owner->SetHighColor(black);
196 owner->MovePenTo(frame.left + frame.Width() / 2.0f + 5.0f,
197 owner->PenLocation().y);
201 owner
[all...]
/haiku-fatelf/src/system/kernel/
H A Dteam.cpp3504 AssociatedData::OwnerDeleted(AssociatedDataOwner* owner) argument
3511 mutex_init(&fLock, "associated data owner");
3561 // move all data to a temporary list and unset the owner
3586 data object is already associated with another owner.
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::__anon328::__anon329
142 team_id owner = -1; local
147 if (!strcmp(argv[1], "team") || !strcmp(argv[1], "owner"))
148 owner = strtoul(argv[2], NULL, 0);
154 owner = strtoul(argv[1], NULL, 0);
164 || (owner != -1 && sem->u.used.owner != owner))
479 create_sem_etc(int32 count, const char* name, team_id owner) argument
[all...]
/haiku-fatelf/src/kits/tracker/
H A DTrackerSettingsWindow.cpp54 void DrawItem(BView* owner, BRect rect, bool drawEverything);
304 SettingsItem::DrawItem(BView* owner, BRect rect, bool drawEverything) argument
315 color = owner->ViewColor();
317 owner->SetHighColor(color);
318 owner->SetLowColor(color);
319 owner->FillRect(rect);
323 owner->SetFont(be_bold_font);
325 owner->SetFont(be_plain_font);
328 owner->SetHighColor(ui_color(B_LIST_SELECTED_ITEM_TEXT_COLOR));
330 owner
[all...]
/haiku-fatelf/src/kits/interface/
H A DColumnListView.cpp314 bool owner);
H A DScrollBar.cpp103 void DrawScrollBarButton(BScrollBar *owner, arrow_direction direction,
H A DStringItem.cpp71 BStringItem::DrawItem(BView *owner, BRect frame, bool complete) argument
76 rgb_color highColor = owner->HighColor();
77 rgb_color lowColor = owner->LowColor();
81 owner->SetHighColor(ui_color(B_LIST_SELECTED_BACKGROUND_COLOR));
82 owner->SetLowColor(owner->HighColor());
84 owner->SetHighColor(lowColor);
86 owner->FillRect(frame);
89 owner->MovePenTo(frame.left + be_control_look->DefaultLabelSpacing(),
95 owner
131 Update(BView *owner, const BFont *font) argument
[all...]
/haiku-fatelf/src/libs/compat/freebsd_network/compat/sys/
H A Dmutex.h50 mutex->u.mutex.owner = find_thread(NULL);
60 mutex->u.mutex.owner = -1;
79 return mutex->u.mutex.owner == find_thread(NULL);
/haiku-fatelf/src/apps/cdplayer/
H A DCDDBSupport.cpp1000 CDDBQuery::_QueryThread(void *owner) argument
1002 CDDBQuery *query = (CDDBQuery *)owner;
/haiku-fatelf/src/preferences/shortcuts/
H A DShortcutsSpec.cpp329 ShortcutsSpec::_CacheViewFont(BView* owner) argument
333 owner->GetFont(&sViewFont);
342 ShortcutsSpec::DrawItemColumn(BView* owner, BRect item_column_rect, argument
353 owner->SetLowColor(color);
354 owner->SetDrawingMode(B_OP_COPY);
355 owner->SetHighColor(color);
356 owner->FillRect(item_column_rect);
363 _CacheViewFont(owner);
396 _CacheViewFont(owner);
402 owner
468 Update(BView* owner, const BFont* font) argument
804 Pulse(BView* owner) argument
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DJournal.cpp488 Journal::Lock(Transaction *owner) argument
490 if (owner == fOwner)
495 fOwner = owner;
506 Journal::Unlock(Transaction *owner, bool success) argument
508 if (owner != fOwner)
529 Transaction *owner = fOwner;
532 return owner;
/haiku-fatelf/src/apps/firstbootprompt/
H A DBootPromptWindow.cpp96 void DrawItem(BView* owner, BRect frame, bool complete) argument
98 BStringItem::DrawItem(owner, frame, true/*complete*/);
108 owner->SetDrawingMode(B_OP_OVER);
109 owner->DrawBitmap(fIcon, iconFrame);
110 owner->SetDrawingMode(B_OP_COPY);
/haiku-fatelf/src/kits/media/
H A DBufferProducer.cpp434 command.header.owner = 0; // XXX fill with "buffer owner info area"
/haiku-fatelf/src/preferences/printers/
H A DPrinterListView.cpp343 PrinterItem::Update(BView *owner, const BFont *font) argument
345 BListItem::Update(owner,font);
370 PrinterItem::DrawItem(BView *owner, BRect /*bounds*/, bool complete) argument
372 BListView* list = dynamic_cast<BListView*>(owner);
377 owner->GetFont(&font);
386 rgb_color color = owner->ViewColor();
388 rgb_color oldLowColor = owner->LowColor();
389 rgb_color oldHighColor = owner->HighColor();
394 owner->SetViewColor(color);
395 owner
[all...]
H A DJobListView.cpp249 JobItem::Update(BView *owner, const BFont *font) argument
251 BListItem::Update(owner, font);
261 JobItem::DrawItem(BView *owner, BRect, bool complete) argument
263 BListView* list = dynamic_cast<BListView*>(owner);
266 owner->GetFont(&font);
274 rgb_color color = owner->ViewColor();
276 rgb_color oldLowColor = owner->LowColor();
277 rgb_color oldHighColor = owner->HighColor();
282 owner->SetViewColor(color);
283 owner
[all...]
/haiku-fatelf/src/tests/kits/net/preflet/InterfacesAddOn/
H A DInterfacesListView.cpp77 InterfaceListItem::Update(BView* owner, const BFont* font) argument
79 BListItem::Update(owner, font);
95 InterfaceListItem::DrawItem(BView* owner, BRect /*bounds*/, bool complete) argument
97 BListView* list = dynamic_cast<BListView*>(owner);
102 owner->PushState();
201 owner->PopState();
H A DInterfacesListView.h39 void DrawItem(BView* owner,
41 void Update(BView* owner, const BFont* font);
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DJournal.cpp956 Journal::Lock(Transaction* owner, bool separateSubTransactions) argument
970 if (owner != NULL)
971 owner->SetParent(fOwner);
973 fOwner = owner;
1003 Journal::Unlock(Transaction* owner, bool success) argument
1009 if (owner != NULL) {
1019 owner->NotifyListeners(success);
1022 fOwner = owner->Parent();
1032 owner->MoveListenersTo(fOwner);
1098 kprintf(" owner
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/ext2/
H A DJournal.cpp221 Journal::Lock(Transaction* owner, bool separateSubTransactions) argument
239 if (owner != NULL)
240 owner->SetParent(fOwner);
242 fOwner = owner;
269 Journal::Unlock(Transaction* owner, bool success) argument
276 if (owner != NULL) {
285 TRACE("Journal::Unlock(): Notifying listeners for: %p\n", owner);
286 owner->NotifyListeners(success);
290 fOwner = owner->Parent();
298 owner
[all...]
/haiku-fatelf/src/libs/compat/freebsd_network/
H A Dmutex.c29 mutex->u.mutex.owner = -1;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/kernel_add_on/
H A DKernelDebug.cpp52 kprintf(" port %p, owner: %ld, count: %ld\n", portPool->fPorts[i].port,
53 portPool->fPorts[i].owner, portPool->fPorts[i].count);
69 kprintf(" is owner : %d\n", port->fPort.fOwner);
70 kprintf(" owner port: %ld\n", port->fPort.fInfo.owner_port);
H A DRequestPortPool.cpp59 fPorts[fPortCount].owner = -1;
78 if (info.owner == thread) {
97 info.owner = find_thread(NULL);
H A DRequestPortPool.h37 thread_id owner; member in struct:RequestPortPool::PortAcquirationInfo
/haiku-fatelf/src/tests/kits/interface/flatten_picture/
H A DTestResultItem.cpp34 TestResultItem::DrawItem(BView *owner, BRect itemRect, bool drawEverthing) argument
36 owner->SetDrawingMode(B_OP_COPY);
38 owner->PushState();
40 rgb_color lowColor = owner->LowColor();
41 owner->SetHighColor(tint_color(lowColor, B_DARKEN_2_TINT));
45 owner->SetHighColor(200, 255, 200);
49 owner->SetHighColor(255, 200, 200);
51 owner->FillRect(itemRect);
52 owner->PopState();
56 owner
99 Update(BView *owner, const BFont *font) argument
[all...]
H A DTestResultItem.h23 void DrawItem(BView *owner, BRect itemRect, bool drawEverthing);
24 void Update(BView *owner, const BFont *font);

Completed in 184 milliseconds

1234567891011>>