Searched refs:IsQueryTemplate (Results 1 - 7 of 7) sorted by relevance

/haiku/src/kits/tracker/
H A DModel.h133 bool IsQueryTemplate() const;
416 Model::IsQueryTemplate() const function in class:BPrivate::Model
H A DFindPanel.h137 static bool IsQueryTemplate(BNode* file);
H A DFindPanel.cpp252 fFromTemplate = IsQueryTemplate(fFile);
298 FindWindow::IsQueryTemplate(BNode* file) function in class:BPrivate::FindWindow
H A DWidgetAttributeText.cpp1003 || fModel->IsQueryTemplate() || fModel->IsSymLink()
H A DTracker.cpp904 } else if (model->IsQueryTemplate()) {
H A DContainerWindow.cpp2209 if (model.IsQuery() || model.IsQueryTemplate()) {
H A DPoseView.cpp8577 if (!model.IsQuery() && !model.IsQueryTemplate())
8911 return target->IsQuery() || target->IsQueryTemplate()

Completed in 117 milliseconds