Lines Matching refs:code

285 	int32 code;
286 if (link.FlushWithReply(code) != B_OK
287 || code != B_OK)
1216 int32 code;
1217 link.FlushWithReply(code);
1374 BView::MouseMoved(BPoint where, uint32 code, const BMessage* dragMessage)
1549 int32 code;
1550 fOwner->fLink->FlushWithReply(code);
1640 int32 code;
1641 if (fOwner->fLink->FlushWithReply(code) == B_OK
1642 && code == B_OK) {
1910 int32 code;
1911 if (fOwner->fLink->FlushWithReply(code) == B_OK && code == B_OK)
1949 int32 code;
1950 if (fOwner->fLink->FlushWithReply(code) == B_OK && code == B_OK)
1988 int32 code;
1989 if (fOwner->fLink->FlushWithReply(code) == B_OK && code == B_OK)
2010 int32 code;
2011 if (fOwner->fLink->FlushWithReply(code) == B_OK && code == B_OK) {
2174 int32 code;
2175 if (fOwner->fLink->FlushWithReply(code) == B_OK && code == B_OK) {
2221 int32 code;
2222 if (fOwner->fLink->FlushWithReply(code) == B_OK && code == B_OK) {
2266 int32 code;
2267 if (fOwner->fLink->FlushWithReply(code) == B_OK
2268 && code == B_OK) {
2318 int32 code;
2319 if (fOwner->fLink->FlushWithReply(code) == B_OK && code == B_OK) {
2387 int32 code;
2388 if (fOwner->fLink->FlushWithReply(code) == B_OK
2389 && code == B_OK) {
2428 int32 code;
2429 if (fOwner->fLink->FlushWithReply(code) == B_OK
2430 && code == B_OK) {
2474 int32 code;
2475 if (fOwner->fLink->FlushWithReply(code) == B_OK
2476 && code == B_OK) {
2530 int32 code;
2531 if (fOwner->fLink->FlushWithReply(code) == B_OK
2532 && code == B_OK) {
2581 int32 code;
2582 if (fOwner->fLink->FlushWithReply(code) == B_OK
2583 && code == B_OK) {
2637 int32 code;
2638 if (fOwner->fLink->FlushWithReply(code) == B_OK
2639 && code == B_OK) {
2766 int32 code;
2767 if (fOwner->fLink->FlushWithReply(code) == B_OK
2768 && code == B_OK) {
2825 int32 code;
2826 if (fOwner->fLink->FlushWithReply(code) == B_OK
2827 && code == B_OK) {
3014 int32 code;
3015 if (fOwner->fLink->FlushWithReply(code) == B_OK
3016 && code == B_OK) {
4272 int32 code;
4273 if (fOwner->fLink->FlushWithReply(code) == B_OK
4274 && code == B_OK
5094 // TODO: The dropping code may have the following problem: On
5288 BView::Perform(perform_code code, void* _data)
5290 switch (code) {
5368 return BHandler::Perform(code, _data);
6161 // we're not supposed to exercise the resizing code in case
6461 // status_t code;
6462 // if (fOwner->fLink->FlushWithReply(code) == B_OK
6463 // && code == B_OK) {