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

/haiku/src/kits/storage/mime/
H A DAppMetaMimeCreator.cpp135 BBitmap largeIcon(BRect(0, 0, 31, 31), B_BITMAP_NO_SERVER_LINK, B_CMAP8);
138 if (appInfo.GetIcon(&largeIcon, B_LARGE_ICON) == B_OK) {
140 status = fDatabase->SetIcon(signature, &largeIcon, B_LARGE_ICON);
186 && appInfo.GetIconForType(type, &largeIcon, B_LARGE_ICON) == B_OK) {
188 status = fDatabase->SetIconForType(signature, type, &largeIcon,
H A DMimeInfoUpdater.cpp204 BBitmap largeIcon(BRect(0, 0, 31, 31), B_BITMAP_NO_SERVER_LINK,
206 if (largeIcon.InitCheck() != B_OK)
207 return largeIcon.InitCheck();
208 err = update_icon(appFileInfoRead, appFileInfoWrite, NULL, largeIcon,
248 supportedType, largeIcon, B_LARGE_ICON);
H A DDatabase.cpp1395 \param largeIcon \true if the the large icon was updated, \false if the
1400 bool largeIcon, int32 action)
1414 err = msg.AddBool("be:large_icon", largeIcon);
1455 \param largeIcon \true if the the large icon was updated, \false if the
1459 Database::_SendMonitorUpdate(int32 which, const char *type, bool largeIcon, int32 action) argument
1470 err = msg.AddBool("be:large_icon", largeIcon);
1399 _SendMonitorUpdate(int32 which, const char *type, const char *extraType, bool largeIcon, int32 action) argument
/haiku/src/tests/kits/storage/
H A DVolumeTest.cpp150 BBitmap largeIcon(BRect(0, 0, 31, 31), B_CMAP8);
154 CHK(volume.GetIcon(&largeIcon, B_LARGE_ICON) == iconError);
156 CHK(icon_equal(&largeIcon, &largeIcon2));
181 BBitmap largeIcon(BRect(0, 0, 31, 31), B_CMAP8);
182 CHK(volume.GetIcon(&largeIcon, B_LARGE_ICON) == B_BAD_VALUE);
429 BBitmap largeIcon(BRect(0, 0, 31, 31), B_CMAP8);
430 CHK(volume.GetIcon(&largeIcon, B_MINI_ICON) == B_BAD_VALUE);
H A DMimeTypeTest.cpp3126 bool largeIcon)
3128 hasLargeIcon(true), largeIcon(largeIcon)
3134 hasLargeIcon(false), largeIcon(false)
3138 NotificationMessage(int32 which, string type, bool largeIcon) argument
3140 hasLargeIcon(true), largeIcon(largeIcon)
3146 hasLargeIcon(false), largeIcon(false)
3156 bool largeIcon; member in class:NotificationMessage
3467 bool largeIcon;
3125 NotificationMessage(int32 which, string type, string extraType, bool largeIcon) argument
[all...]
H A DNodeInfoTest.cpp823 BBitmap largeIcon(BRect(0, 0, 31, 31), B_CMAP8);
826 CHK(mimeType.GetIcon(&largeIcon, B_LARGE_ICON) == B_OK);
839 TestTrackerIcon(info, &ref, B_LARGE_ICON, &largeIcon);
/haiku/headers/private/storage/mime/
H A DDatabase.h138 const char *extraType, bool largeIcon, int32 action);
142 bool largeIcon, int32 action);
/haiku/src/kits/tracker/
H A DTrackerInitialState.cpp259 BBitmap largeIcon(BRect(0, 0, 31, 31), B_BITMAP_NO_SERVER_LINK, B_CMAP8);
270 || mime.GetIcon(&largeIcon, B_LARGE_ICON) != B_OK))
291 GetIconResource(bitsID, B_LARGE_ICON, &largeIcon) == B_OK)
292 mime.SetIcon(&largeIcon, B_LARGE_ICON);
/haiku/src/apps/webpositive/
H A DBrowserWindow.h185 const BBitmap* largeIcon);
H A DBrowserWindow.cpp1938 miniIcon and largeIcon may be NULL.
1942 const BString& url, const BBitmap* miniIcon, const BBitmap* largeIcon)
2026 if (largeIcon != NULL && ret == B_OK)
2027 ret = nodeInfo.SetIcon(largeIcon, B_LARGE_ICON);
2028 else if (largeIcon == NULL && miniIcon != NULL && ret == B_OK) {
2029 // If largeIcon is not available but miniIcon is, use a magnified miniIcon instead.
2096 const BBitmap* largeIcon = NULL; local
2099 originatorData.FindData("largeIcon", B_COLOR_8_BIT_TYPE,
2104 miniIcon, largeIcon); local
2129 BBitmap* largeIcon local
1941 _CreateBookmark(const BPath& path, BString fileName, const BString& title, const BString& url, const BBitmap* miniIcon, const BBitmap* largeIcon) argument
[all...]

Completed in 157 milliseconds