Searched refs:StartWatching (Results 76 - 100 of 121) sorted by path

12345

/haiku/src/apps/diskusage/
H A DControlsView.cpp247 fVolumeRoster->StartWatching(BMessenger(this));
/haiku/src/apps/drivesetup/
H A DMainWindow.cpp335 status_t status = fDiskDeviceRoster.StartWatching(BMessenger(this));
/haiku/src/apps/haikudepot/ui/
H A DMainWindow.cpp256 BPackageRoster().StartWatching(this,
317 BPackageRoster().StartWatching(this,
/haiku/src/apps/installer/
H A DInstallerWindow.cpp318 be_roster->StartWatching(this);
/haiku/src/apps/mail/
H A DMailWindow.cpp3088 BPrivate::BPathMonitor::StartWatching(queryPath.Path(),
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp374 roster->StartWatching(BMessenger(this, this), B_MEDIA_SERVER_STARTED);
375 roster->StartWatching(BMessenger(this, this), B_MEDIA_SERVER_QUIT);
/haiku/src/apps/powerstatus/
H A DExtendedInfoWindow.cpp369 fDriverInterface->StartWatching(view);
H A DPowerStatusView.cpp834 fDriverInterface->StartWatching(this);
/haiku/src/apps/processcontroller/
H A DQuitMenu.cpp54 be_roster->StartWatching(*fMe, B_REQUEST_LAUNCHED | B_REQUEST_QUIT);
/haiku/src/apps/terminal/
H A DTermView.cpp1334 be_clipboard->StartWatching(thisMessenger);
/haiku/src/apps/text_search/
H A DGrepWindow.cpp687 BPrivate::BPathMonitor::StartWatching(path.Path(),
/haiku/src/bin/desklink/
H A DMediaReplicant.cpp627 roster->StartWatching(this, B_MEDIA_SERVER_STARTED);
628 roster->StartWatching(this, B_MEDIA_SERVER_QUIT);
629 roster->StartWatching(this, B_MEDIA_NODE_CREATED);
645 roster->StartWatching(this, fMixerControl->MuteNode(),
/haiku/src/kits/app/
H A DRoster.cpp836 BRoster::StartWatching(BMessenger target, uint32 eventMask) const function in class:BRoster
/haiku/src/kits/media/
H A DDefaultMediaTheme.cpp204 if (roster->StartWatching(control, parameter.Web()->Node(),
H A DMediaRoster.cpp186 if (be_roster->StartWatching(BMessenger(this, this),
2010 BMediaRoster::StartWatching(const BMessenger& where) function in class:BMediaRoster
2014 ERROR("BMediaRoster::StartWatching: messenger invalid!\n");
2023 BMediaRoster::StartWatching(const BMessenger & where, int32 notificationType) function in class:BMediaRoster
2027 ERROR("BMediaRoster::StartWatching: messenger invalid!\n");
2032 ERROR("BMediaRoster::StartWatching: notificationType invalid!\n");
2045 BMediaRoster::StartWatching(const BMessenger& where, const media_node& node, function in class:BMediaRoster
2050 ERROR("BMediaRoster::StartWatching: messenger invalid!\n");
2054 ERROR("BMediaRoster::StartWatching: node invalid!\n");
2059 ERROR("BMediaRoster::StartWatching
[all...]
/haiku/src/kits/network/libnetapi/
H A DNetworkRoster.cpp288 BNetworkRoster::StartWatching(const BMessenger& target, uint32 eventMask) function in class:BNetworkRoster
/haiku/src/kits/package/
H A DPackageRoster.cpp284 BPackageRoster::StartWatching(const BMessenger& target, uint32 eventMask) function in class:BPackageKit::BPackageRoster
/haiku/src/kits/storage/
H A DVolumeRoster.cpp96 BVolumeRoster::StartWatching(BMessenger messenger) function in class:OpenBeOS::BVolumeRoster
118 // Stops watching volumes initiated by StartWatching().
/haiku/src/kits/storage/mime/
H A DDatabase.cpp958 Database::StartWatching(BMessenger target) function in class:BPrivate::Storage::Mime::Database
960 DBG(OUT("Database::StartWatching()\n"));
/haiku/src/kits/tracker/
H A DContainerWindow.cpp441 tracker->StartWatching(this, kWindowsShowFullPathChanged);
442 tracker->StartWatching(this, kSingleWindowBrowseChanged);
443 tracker->StartWatching(this, kShowNavigatorChanged);
H A DDeskWindow.cpp295 BPathMonitor::StartWatching(path.Path(),
H A DFSClipboard.cpp628 be_clipboard->StartWatching(this);
H A DFilePanelPriv.cpp273 BHandler::StartWatching(tracker, kDesktopFilePanelRootChanged);
1766 BFilePanelPoseView::StartWatching() function in class:BFilePanelPoseView
1772 BHandler::StartWatching(tracker, kVolumesOnDesktopChanged);
H A DFilePanelPriv.h174 virtual void StartWatching();
H A DPoseView.cpp369 StartWatching();
870 BPoseView::StartWatching() function in class:BPoseView
879 BMimeType::StartWatching(BMessenger(this));
1009 tracker->StartWatching(this, kShowSelectionWhenInactiveChanged);
1010 tracker->StartWatching(this, kTransparentSelectionChanged);
1011 tracker->StartWatching(this, kSortFolderNamesFirstChanged);
1012 tracker->StartWatching(this, kHideDotFilesChanged);
1013 tracker->StartWatching(this, kTypeAheadFilteringChanged);
8485 StartWatching();
8518 StartWatching();
[all...]

Completed in 266 milliseconds

12345