Searched refs:fWhich (Results 1 - 10 of 10) sorted by relevance

/haiku/src/kits/tracker/
H A DIconMenuItem.cpp265 fWhich(which)
281 fWhich(which)
304 fWhich(which)
331 fWhich(which)
357 fWhich(B_MINI_ICON)
360 fWhich = (icon_size)data->GetInt32("_which", B_MINI_ICON);
362 fDeviceIcon = new BBitmap(BRect(BPoint(0, 0), be_control_look->ComposeIconSize(fWhich)),
398 result = data->AddInt32("_which", (int32)fWhich);
420 int32 iconHeight = fWhich;
526 be_control_look->ComposeIconSize(fWhich)), ico
[all...]
H A DFavoritesMenu.cpp354 fWhich(which),
363 if (fWhich == 0)
365 else if (fWhich == 1)
367 else if (fWhich == 2)
422 switch(fWhich) {
H A DFavoritesMenu.h130 int32 fWhich; member in class:BPrivate::RecentsMenu
/haiku/src/apps/deskbar/
H A DDeskbarMenu.h73 int32 fWhich; member in class:TRecentsMenu
H A DDeskbarMenu.cpp439 fWhich(which),
524 switch (fWhich) {
551 if (fWhich != kRecentApplications) {
553 if (fWhich == kRecentAppDocuments) {
/haiku/src/preferences/appearance/
H A DAPRView.h68 color_which fWhich; member in class:APRView
H A DAPRView.cpp157 fWhich = item->ColorWhich();
158 rgb_color color = ui_color(fWhich);
192 rgb_color color = fDefaultColors.GetColor(ui_color_name(fWhich),
209 rgb_color color = fPrevColors.GetColor(ui_color_name(fWhich),
289 _SetColor(fWhich, color);
/haiku/headers/private/tracker/
H A DIconMenuItem.h78 icon_size fWhich; member in class:BPrivate::IconMenuItem
/haiku/src/bin/desklink/
H A DMediaReplicant.cpp66 fWhich(which)
81 fWhich = which;
95 control.Connect(fWhich);
110 int32 fWhich; member in class:VolumeToolTip
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp237 fWhich(which),
247 name_for_state(fState), fWhich, fTimeout);
252 const char* fWhich; member in class:TCPTracing::TimerSet
262 fWhich(which),
271 name_for_state(fState), fWhich);
276 const char* fWhich; member in class:TCPTracing::TimerTriggered
285 fWhich(which),
294 name_for_state(fState), fWhich);
299 const char* fWhich; member in class:TCPTracing::APICall

Completed in 59 milliseconds