Searched refs:IsAttribute (Results 1 – 13 of 13) sorted by relevance
47 bool IsAttribute(void) const { return fAttr; } in IsAttribute() function
28 if (data->IsAttribute()) in StringEditor()
111 bool IsAttribute(uint8 byte) const { return byte >= 0xf8 && byte <= 0xf9; } in IsAttribute() function
1222 } else if (IsAttribute(byte)) { in ParsePCL6()
45 bool IsAttribute() const in IsAttribute() function
488 if (IsAttribute()) { in SetTo()733 if (IsAttribute()) { in Save()961 if (IsAttribute()) { in Update()1015 if (IsAttribute()) { in ForceUpdate()
423 B_EMPTY_STRING, editor.IsAttribute() in HeaderView()440 if (editor.IsAttribute()) { in HeaderView()506 stringView = new BStringView(B_EMPTY_STRING, editor.IsAttribute() in HeaderView()1276 BMenu* menu = new BMenu(fEditor.IsAttribute() in AttachedToWindow()1369 if (!fEditor.IsAttribute() && volume.InitCheck() == B_OK in AttachedToWindow()1940 if (fEditor.IsAttribute()) { in MessageReceived()
64 bool IsAttribute() const in IsAttribute() function84 { return IsFile() || IsAttribute() in NeedsFileCache()
250 && !inode->IsAttribute()) in VisitDirectoryEntry()
1335 if (vnode.Get(&inode) != B_OK || !inode->IsAttribute()) in GetAttribute()1771 if (!IsAttribute() && !IsAttributeDirectory() && !IsSymLink() in _GrowStream()
30 bool IsAttribute() const in IsAttribute() function
1018 return IsAttribute() ? B_OK : B_ERROR; in InitCheck()
127 bool IsAttribute() { return fIsAttribute; } in IsAttribute() function in write_overlay::OverlayInode