Searched refs:Token (Results 1 - 25 of 53) sorted by last modified time

123

/haiku/src/servers/app/
H A DServerApp.cpp456 fPictureMap.insert(std::make_pair(picture->Token(), BReference<ServerPicture>(picture, false)));
473 fPictureMap.erase(picture->Token());
583 bitmap->Token(), bitmap->Width(), bitmap->Height(),
774 fLink.Attach<int32>(bitmap->Token());
884 fLink.Attach<int32>(bitmap->Token());
920 fLink.Attach<int32>(picture->Token());
954 fLink.Attach<int32>(cloned->Token());
1144 if (fDesktop->ViewUnderMouse(window) == view->Token())
1184 // fLink.Attach<int32>(cursor->Token());
1199 fLink.Attach<int32>(cursor->Token());
[all...]
H A DBitmapManager.cpp231 gTokenSpace.RemoveToken(bitmap->Token());
H A DWindow.cpp961 viewToken = view->Token();
980 *_viewToken = view->Token();
992 *_viewToken = view->Token();
H A DView.h52 int32 Token() const function in class:View
H A DServerWindow.cpp562 newView->Token(), eventMask, eventOptions);
1334 fCurrentView->Token(), eventMask, options);
1337 fCurrentView->Token());
1357 fCurrentView->Token(), eventMask, options);
1360 fCurrentView->Token());
2425 fLink.Attach<int32>(picture->Token());
3932 picture->WriteDrawPicture(where, copy->Token());
3983 picture->WriteClipToPicture(copy->Token(), where, inverse);
4055 fLink.Attach<int32>(picture->Token());
H A DServerPicture.cpp1378 link.Attach<int32>(subPicture->Token());
H A DServerBitmap.h60 inline int32 Token() const function in class:ServerBitmap
/haiku/src/kits/package/
H A DPackageInfoParser.h41 struct Token;
62 Token _NextToken();
63 void _RewindTo(const Token& token);
72 static void _ParseVersionValue(Token& word,
76 const Token& token,
79 const Token& token,
132 struct BPackageInfo::Parser::Token { struct in class:BPackageKit::BPackageInfo::Parser
137 Token(TokenType _type, const char* _pos, int length = 0, function in struct:BPackageKit::BPackageInfo::Parser::Token
161 virtual void operator()(const Token& token) = 0;
H A DPackageInfoParser.cpp91 Token token(TOKEN_STRING, fPos, versionString.Length());
116 Token token(TOKEN_STRING, fPos, expressionString.Length());
141 Token token(TOKEN_STRING, fPos, expressionString.Length());
159 BPackageInfo::Parser::Token
185 return Token(TOKEN_ITEM_SEPARATOR, itemSeparatorPos);
191 return Token(TOKEN_EOF, fPos);
195 return Token(TOKEN_OPEN_BRACE, tokenPos);
199 return Token(TOKEN_CLOSE_BRACE, tokenPos);
205 return Token(TOKEN_OPERATOR_LESS_EQUAL, tokenPos, 2);
207 return Token(TOKEN_OPERATOR_LES
[all...]
/haiku/src/apps/haikudepot/ui/
H A DUserLoginWindow.cpp586 // Token Bearer. Since the connection is encrypted, it is hopefully
588 // the Token Bearer. See section 5.1.2 in the haiku-depot-web
1098 detail.SetCaptchaToken(fCaptcha->Token());
/haiku/src/apps/haikudepot/server/
H A DWebAppInterface.cpp1026 authentication.SetToken(accessToken.Token());
/haiku/src/apps/haikudepot/model/
H A DAccessToken.h32 const BString& Token() const;
H A DAccessToken.cpp70 AccessToken::Token() const function in class:AccessToken
/haiku/headers/private/netservices/
H A DHttpAuthentication.h69 const BString& Token() const;
/haiku/src/system/kernel/debug/
H A Ddebug_parser.cpp100 struct Token { struct
201 const Token& NextToken()
222 const Token& CurrentToken() const
233 const Token& _NextTokenExpression()
329 const Token& _NextTokenCommand()
350 const Token& _QuotedString()
391 const Token& _UnquotedString()
445 Token fCurrentToken;
485 const Token& _EatToken(int32 type);
508 const Token
[all...]
/haiku/src/servers/launch/
H A DLaunchDaemon.cpp540 int32 token = messengerPrivate.Token();
/haiku/src/system/kernel/fs/
H A Dnode_monitor.cpp85 && other->Token() == Token();
/haiku/src/kits/app/
H A DMessage.cpp2227 header->reply_target = replyToPrivate.Token();
/haiku/src/kits/interface/
H A DView.cpp4249 int32 token = picture->Token();
4426 if (_CheckOwnerLockAndSwitchCurrent() && picture->Token() > 0) {
4428 fOwner->fLink->Attach<int32>(picture->Token());
5952 fOwner->fLink->Attach<int32>(picture->Token());
/haiku/src/kits/shared/
H A DExpressionParser.cpp51 struct ExpressionParser::Token { struct in class:ExpressionParser
52 Token() function in struct:ExpressionParser::Token
60 Token(const Token& other) function in struct:ExpressionParser::Token
68 Token(const char* string, int32 length, int32 position, int32 type) function in struct:ExpressionParser::Token
76 Token& operator=(const Token& other)
115 fCurrentToken = Token();
119 const Token& NextToken()
137 return fCurrentToken = Token("",
[all...]
/haiku/headers/private/shared/
H A DExpressionParser.h56 struct Token;
67 MAPM _ParseFunction(const Token& token);
/haiku/src/kits/storage/
H A DQuery.cpp228 ? -1 : messengerPrivate.Token());
/haiku/src/kits/storage/sniffer/
H A DParser.cpp64 // Token
67 Token::Token(TokenType type, const ssize_t pos) function in class:Token
72 // cout << "New Token, fType == " << tokenTypeToString(fType) << endl;
75 Token::~Token() {
79 Token::Type() const {
84 Token::String() const {
85 throw new Err("Sniffer scanner error: Token::String() called on non-string token", fPos);
89 Token
[all...]
/haiku/headers/private/storage/sniffer/
H A DParser.h70 class Token { class in namespace:BPrivate::Storage::Sniffer
72 Token(TokenType type = EmptyToken, const ssize_t pos = -1);
73 virtual ~Token();
79 bool operator==(Token &ref) const;
90 class StringToken : public Token {
104 class IntToken : public Token {
118 class FloatToken : public Token {
127 //! Manages a stream of Token objects
130 Token objects in the stream (i.e. never delete a Token objec
[all...]
/haiku/headers/private/kernel/
H A DNotifications.h80 int32 Token() const { return fToken; } function in class:UserMessagingListener
97 && other->Token() == Token();

Completed in 301 milliseconds

123