Searched refs:StartWatching (Results 1 - 25 of 121) sorted by last modified time

12345

/haiku/src/kits/tracker/
H A DContainerWindow.cpp441 tracker->StartWatching(this, kWindowsShowFullPathChanged);
442 tracker->StartWatching(this, kSingleWindowBrowseChanged);
443 tracker->StartWatching(this, kShowNavigatorChanged);
H A DFilePanelPriv.cpp273 BHandler::StartWatching(tracker, kDesktopFilePanelRootChanged);
1766 BFilePanelPoseView::StartWatching() function in class:BFilePanelPoseView
1772 BHandler::StartWatching(tracker, kVolumesOnDesktopChanged);
H A DPoseView.h558 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...]
H A DFilePanelPriv.h174 virtual void StartWatching();
H A DDeskWindow.cpp295 BPathMonitor::StartWatching(path.Path(),
/haiku/src/preferences/filetypes/
H A DIconView.cpp1429 BMimeType::StartWatching(this);
H A DApplicationTypesWindow.cpp262 BMimeType::StartWatching(this);
/haiku/src/apps/text_search/
H A DGrepWindow.cpp687 BPrivate::BPathMonitor::StartWatching(path.Path(),
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp834 fDriverInterface->StartWatching(this);
H A DExtendedInfoWindow.cpp369 fDriverInterface->StartWatching(view);
/haiku/src/apps/installer/
H A DInstallerWindow.cpp318 be_roster->StartWatching(this);
/haiku/src/servers/registrar/
H A DMIMEManager.cpp131 ? fDatabase.StartWatching(messenger)
/haiku/src/apps/haikudepot/ui/
H A DMainWindow.cpp256 BPackageRoster().StartWatching(this,
317 BPackageRoster().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/cortex/NodeManager/
H A DNodeRef.cpp1529 r->StartWatching(
H A DNodeManager.cpp457 D_ROSTER(("# roster->StartWatching(%p)\n", this));
458 roster->StartWatching(BMessenger(this));
/haiku/src/apps/diskprobe/
H A DTypeEditors.cpp257 fEditor.StartWatching(this);
336 fEditor.StartWatching(this);
714 fEditor.StartWatching(this);
812 fEditor.StartWatching(this);
906 fEditor.StartWatching(this);
1263 fEditor.StartWatching(this);
H A DProbeView.cpp894 fEditor.StartWatching(this);
1262 fEditor.StartWatching(this);
1263 fDataView->StartWatching(fHeaderView, kDataViewCursorPosition);
1264 fDataView->StartWatching(this, kDataViewSelection);
1265 fDataView->StartWatching(this, kDataViewPreferredSize);
1266 be_clipboard->StartWatching(this);
H A DDataEditor.cpp1245 DataEditor::StartWatching(BMessenger target) function in class:DataEditor
1261 DataEditor::StartWatching(BHandler *handler, BLooper *looper) function in class:DataEditor
1263 return StartWatching(BMessenger(handler, looper));
/haiku/src/servers/launch/
H A DLaunchDaemon.cpp554 be_roster->StartWatching(this, B_REQUEST_LAUNCHED);
/haiku/src/apps/terminal/
H A DTermView.cpp1334 be_clipboard->StartWatching(thisMessenger);
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp3192 // * StartWatching()
3205 // StartWatching()
3207 CHK(BMimeType::StartWatching(target) == B_OK);
3415 CHK(BMimeType::StartWatching(target3) == B_BAD_VALUE);
3417 CHK(BMimeType::StartWatching(target) == B_OK);
4859 + static status_t StartWatching(BMessenger target);
/haiku/src/kits/media/
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...]

Completed in 382 milliseconds

12345