Symbol: largeIcon
headers/private/storage/mime/Database.h
138
const char *extraType, bool largeIcon, int32 action);
headers/private/storage/mime/Database.h
142
bool largeIcon, int32 action);
src/apps/webpositive/BrowserWindow.cpp
1946
const BString& url, const BBitmap* miniIcon, const BBitmap* largeIcon)
src/apps/webpositive/BrowserWindow.cpp
2030
if (largeIcon != NULL && ret == B_OK)
src/apps/webpositive/BrowserWindow.cpp
2031
ret = nodeInfo.SetIcon(largeIcon, B_LARGE_ICON);
src/apps/webpositive/BrowserWindow.cpp
2032
else if (largeIcon == NULL && miniIcon != NULL && ret == B_OK) {
src/apps/webpositive/BrowserWindow.cpp
2100
const BBitmap* largeIcon = NULL;
src/apps/webpositive/BrowserWindow.cpp
2108
miniIcon, largeIcon);
src/apps/webpositive/BrowserWindow.cpp
2133
BBitmap* largeIcon = NULL;
src/apps/webpositive/BrowserWindow.cpp
2142
_CreateBookmark(path, fileName, title, url, miniIcon, largeIcon);
src/apps/webpositive/BrowserWindow.h
183
const BBitmap* largeIcon);
src/kits/storage/mime/AppMetaMimeCreator.cpp
135
BBitmap largeIcon(BRect(0, 0, 31, 31), B_BITMAP_NO_SERVER_LINK, B_CMAP8);
src/kits/storage/mime/AppMetaMimeCreator.cpp
138
if (appInfo.GetIcon(&largeIcon, B_LARGE_ICON) == B_OK) {
src/kits/storage/mime/AppMetaMimeCreator.cpp
140
status = fDatabase->SetIcon(signature, &largeIcon, B_LARGE_ICON);
src/kits/storage/mime/AppMetaMimeCreator.cpp
186
&& appInfo.GetIconForType(type, &largeIcon, B_LARGE_ICON) == B_OK) {
src/kits/storage/mime/AppMetaMimeCreator.cpp
188
status = fDatabase->SetIconForType(signature, type, &largeIcon,
src/kits/storage/mime/Database.cpp
1400
bool largeIcon, int32 action)
src/kits/storage/mime/Database.cpp
1414
err = msg.AddBool("be:large_icon", largeIcon);
src/kits/storage/mime/Database.cpp
1459
Database::_SendMonitorUpdate(int32 which, const char *type, bool largeIcon, int32 action)
src/kits/storage/mime/Database.cpp
1470
err = msg.AddBool("be:large_icon", largeIcon);
src/kits/storage/mime/MimeInfoUpdater.cpp
204
BBitmap largeIcon(BRect(0, 0, 31, 31), B_BITMAP_NO_SERVER_LINK,
src/kits/storage/mime/MimeInfoUpdater.cpp
206
if (largeIcon.InitCheck() != B_OK)
src/kits/storage/mime/MimeInfoUpdater.cpp
207
return largeIcon.InitCheck();
src/kits/storage/mime/MimeInfoUpdater.cpp
208
err = update_icon(appFileInfoRead, appFileInfoWrite, NULL, largeIcon,
src/kits/storage/mime/MimeInfoUpdater.cpp
248
supportedType, largeIcon, B_LARGE_ICON);
src/kits/tracker/TrackerInitialState.cpp
259
BBitmap largeIcon(BRect(0, 0, 31, 31), B_BITMAP_NO_SERVER_LINK, B_CMAP8);
src/kits/tracker/TrackerInitialState.cpp
270
|| mime.GetIcon(&largeIcon, B_LARGE_ICON) != B_OK))
src/kits/tracker/TrackerInitialState.cpp
291
GetIconResource(bitsID, B_LARGE_ICON, &largeIcon) == B_OK)
src/kits/tracker/TrackerInitialState.cpp
292
mime.SetIcon(&largeIcon, B_LARGE_ICON);
src/tests/kits/storage/MimeTypeTest.cpp
3126
bool largeIcon)
src/tests/kits/storage/MimeTypeTest.cpp
3128
hasLargeIcon(true), largeIcon(largeIcon)
src/tests/kits/storage/MimeTypeTest.cpp
3138
NotificationMessage(int32 which, string type, bool largeIcon)
src/tests/kits/storage/MimeTypeTest.cpp
3140
hasLargeIcon(true), largeIcon(largeIcon)
src/tests/kits/storage/MimeTypeTest.cpp
3156
bool largeIcon;
src/tests/kits/storage/MimeTypeTest.cpp
3467
bool largeIcon;
src/tests/kits/storage/MimeTypeTest.cpp
3470
&largeIcon) == B_OK);
src/tests/kits/storage/MimeTypeTest.cpp
3471
CPPUNIT_ASSERT( entry.largeIcon == largeIcon );
src/tests/kits/storage/MimeTypeTest.cpp
3474
&largeIcon) == B_NAME_NOT_FOUND);
src/tests/kits/storage/MimeTypeTest.cpp
3727
const void *miniIcon = NULL, const void *largeIcon = NULL)
src/tests/kits/storage/MimeTypeTest.cpp
3736
SetLargeIcon(largeIcon);
src/tests/kits/storage/MimeTypeTest.cpp
3759
if (largeIcon) {
src/tests/kits/storage/MimeTypeTest.cpp
3760
delete[] largeIcon;
src/tests/kits/storage/MimeTypeTest.cpp
3761
largeIcon = NULL;
src/tests/kits/storage/MimeTypeTest.cpp
3764
largeIcon = new char[1024];
src/tests/kits/storage/MimeTypeTest.cpp
3765
memcpy(largeIcon, icon, 1024);
src/tests/kits/storage/MimeTypeTest.cpp
3795
if (error == B_OK && largeIcon) {
src/tests/kits/storage/MimeTypeTest.cpp
3797
LARGE_ICON_TYPE, 0, largeIcon,
src/tests/kits/storage/MimeTypeTest.cpp
3867
char *largeIcon;
src/tests/kits/storage/NodeInfoTest.cpp
823
BBitmap largeIcon(BRect(0, 0, 31, 31), B_CMAP8);
src/tests/kits/storage/NodeInfoTest.cpp
826
CHK(mimeType.GetIcon(&largeIcon, B_LARGE_ICON) == B_OK);
src/tests/kits/storage/NodeInfoTest.cpp
839
TestTrackerIcon(info, &ref, B_LARGE_ICON, &largeIcon);
src/tests/kits/storage/VolumeTest.cpp
150
BBitmap largeIcon(BRect(0, 0, 31, 31), B_CMAP8);
src/tests/kits/storage/VolumeTest.cpp
154
CHK(volume.GetIcon(&largeIcon, B_LARGE_ICON) == iconError);
src/tests/kits/storage/VolumeTest.cpp
156
CHK(icon_equal(&largeIcon, &largeIcon2));
src/tests/kits/storage/VolumeTest.cpp
181
BBitmap largeIcon(BRect(0, 0, 31, 31), B_CMAP8);
src/tests/kits/storage/VolumeTest.cpp
182
CHK(volume.GetIcon(&largeIcon, B_LARGE_ICON) == B_BAD_VALUE);
src/tests/kits/storage/VolumeTest.cpp
429
BBitmap largeIcon(BRect(0, 0, 31, 31), B_CMAP8);
src/tests/kits/storage/VolumeTest.cpp
430
CHK(volume.GetIcon(&largeIcon, B_MINI_ICON) == B_BAD_VALUE);