Searched refs:Node (Results 1 - 25 of 535) sorted by last modified time

1234567891011>>

/haiku/src/kits/tracker/
H A DWidgetAttributeText.cpp1172 if (!fModel->Node())
1179 length = fModel->Node()->ReadAttr(fColumn->AttrName(),
1214 if (fModel->Node()->GetAttrInfo(fColumn->AttrName(), &info)
1217 length = fModel->Node()->ReadAttr(fColumn->AttrName(),
2058 BFile* file = dynamic_cast<BFile*>(fModel->Node());
H A DFSUtils.cpp782 ASSERT(model->Node());
783 MoreOptionsStruct::SetQueryTemporary(model->Node(), false);
H A DContainerWindow.cpp928 if (!TargetModel()->IsRoot() && opener.Node() != NULL) {
935 opener.Node(), fIsDesktop);
976 if (!TargetModel()->IsRoot() && opener.Node() != NULL) {
978 opener.Node(), fIsDesktop, PoseView());
3648 return !NodeHasSavedState(opener.Node());
4228 fModelOpener->TargetModel()->Node());
4279 fModelOpener->TargetModel()->Node());
4292 WindowStateNodeOpener::Node() const function in class:WindowStateNodeOpener
4300 return fModelOpener->TargetModel()->Node();
H A DTracker.cpp889 BNodeInfo nodeInfo(model->Node());
H A DPoseView.cpp1191 ASSERT(sourceModel.Node() != NULL);
1193 BDirectory* directory = dynamic_cast<BDirectory*>(sourceModel.Node());
2059 return fRefFilter->Filter(model->EntryRef(), model->Node(), &stat,
2933 if (model->Node() == NULL)
2961 if (model->Node() == NULL)
2964 result = ReadAttr(model->Node(), kAttrPoseInfo,
3013 if (model->Node() == NULL)
3036 result = GetAttrInfo(model->Node(), extendedPoseInfoAttrName,
3044 result = ReadAttr(model->Node(), extendedPoseInfoAttrName,
5903 if (attrName != NULL && poseModel->Node() !
[all...]
H A DQueryPoseView.cpp348 = TargetModel()->Node()->GetAttrInfo(kAttrQueryInitialMime,
351 TargetModel()->Node()->ReadAttrString(kAttrQueryInitialMime,
416 BNode* modelNode = model->Node();
H A DOpenWithWindow.cpp1687 if (!appModel->IsExecutable() || !appModel->Node()) {
1703 BFile* file = dynamic_cast<BFile*>(appModel->Node());
1741 BAppFileInfo appFileInfo(dynamic_cast<BFile*>(appModel->Node()));
H A DFindPanel.cpp3118 if (!MoreOptionsStruct::QueryTemporary(model->Node())) {
H A DDeskWindow.cpp565 opener.Node(), true, PoseView());
/haiku/headers/private/file_systems/
H A DQueryParser.h126 typedef typename QueryPolicy::Node Node; typedef in class:QueryParser::Query
142 void LiveUpdate(Entry* entry, Node* node,
146 void LiveUpdateRenameMove(Entry* entry, Node* node,
186 typedef typename QueryPolicy::Node Node; typedef in class:QueryParser::Term
199 virtual status_t Match(Entry* entry, Node* node,
238 typedef typename QueryPolicy::Node Node; typedef in class:QueryParser::Equation
250 virtual status_t Match(Entry* entry, Node* nod
301 typedef typename QueryPolicy::Node Node; typedef in class:QueryParser::Operator
344 typedef typename QueryPolicy::Node Node; typedef in class:QueryParser::Expression
[all...]
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPFolder.cpp17 #include <Node.h>
/haiku/src/servers/app/font/
H A DFontStyle.h15 #include <Node.h>
H A DFontManager.h14 #include <Node.h>
/haiku/src/apps/diskprobe/
H A DProbeView.cpp37 #include <Node.h>
/haiku/src/apps/codycam/
H A DVideoConsumer.cpp384 fIn.node = Node();
472 fIn.node = Node();
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A Dkernel_interface.cpp58 #include "Node.h"
71 notify_if_stat_changed(Volume *volume, Node *node)
192 Directory* dir = dynamic_cast<Directory*>((Node*)_dir->private_node);
203 Node *node = NULL;
240 Node *foundNode = NULL;
262 //FUNCTION(("node: %lld\n", ((Node*)_node)->GetID()));
272 FUNCTION(("node: %lld\n", ((Node*)_node)->GetID()));
274 Node* node = (Node*)_node->private_node;
366 Node* nod
[all...]
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp799 if (device == NULL || device->Node() != node)
2397 dprintf("Cannot register Devices Root Node\n");
2410 dprintf("Cannot register Generic Devices Node\n");
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dkernel_interface.cpp452 btrfs_inode& node = inode->Node();
/haiku/src/tools/fs_shell/
H A Dcommand_cp.cpp67 // Node
68 class Node { class in namespace:FSShell
70 Node() {} function in class:FSShell::Node
71 virtual ~Node() {}
96 class Directory : public virtual Node {
104 class File : public virtual Node {
113 class SymLink : public virtual Node {
125 virtual fssh_status_t Open(const char *path, int openMode, Node *&node) = 0;
141 class HostNode : public virtual Node {
144 : Node(),
[all...]
/haiku/src/apps/deskbar/
H A DSwitcher.cpp49 #include <Node.h>
/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.cpp828 fRootHub->RegisterNode(Node());
H A Duhci.cpp817 fRootHub->RegisterNode(Node());
H A Dohci.cpp643 fRootHub->RegisterNode(Node());
H A Dehci.cpp893 fRootHub->RegisterNode(Node());
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioNode.cpp295 info->name = const_cast<char*>("MultiAudioNode Node");
402 input->node = Node();
465 output->node = Node();

Completed in 314 milliseconds

1234567891011>>