Searched refs:_tokens (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/private/interface/
H A DWindowInfo.h61 status_t get_window_order(int32 workspace, int32** _tokens, int32* _count);
/haiku/src/kits/interface/
H A DInterfaceDefs.cpp1652 get_window_order(int32 workspace, int32** _tokens, int32* _count) argument
1669 *_tokens = (int32*)malloc(count * sizeof(int32));
1670 if (*_tokens == NULL)
1673 link.Read(*_tokens, count * sizeof(int32));

Completed in 41 milliseconds