Searched refs:_handler (Results 1 - 20 of 20) sorted by relevance

/haiku/src/kits/package/hpkg/
H A DReaderImplBase.cpp100 AttributeHandler** _handler)
164 AttributeHandler** _handler)
224 AttributeHandler** _handler)
230 if (_handler != NULL) {
231 *_handler
235 if (*_handler == NULL)
243 if (_handler != NULL) {
244 *_handler
248 if (*_handler == NULL)
282 AttributeHandler** _handler)
98 HandleAttribute( AttributeHandlerContext* context, uint8 id, const AttributeValue& value, AttributeHandler** _handler) argument
162 HandleAttribute( AttributeHandlerContext* context, uint8 id, const AttributeValue& value, AttributeHandler** _handler) argument
222 HandleAttribute( AttributeHandlerContext* context, uint8 id, const AttributeValue& value, AttributeHandler** _handler) argument
280 HandleAttribute( AttributeHandlerContext* context, uint8 id, const AttributeValue& value, AttributeHandler** _handler) argument
340 HandleAttribute( AttributeHandlerContext* context, uint8 id, const AttributeValue& value, AttributeHandler** _handler) argument
390 HandleAttribute( AttributeHandlerContext* context, uint8 id, const AttributeValue& value, AttributeHandler** _handler) argument
432 HandleAttribute( AttributeHandlerContext* context, uint8 id, const AttributeValue& value, AttributeHandler** _handler) argument
486 HandleAttribute( AttributeHandlerContext* context, uint8 id, const AttributeValue& value, AttributeHandler** _handler) argument
724 HandleAttribute( AttributeHandlerContext* context, uint8 id, const AttributeValue& value, AttributeHandler** _handler) argument
[all...]
H A DPackageReaderImpl.cpp74 uint8 id, const AttributeValue& value, AttributeHandler** _handler)
86 return AttributeHandler::HandleAttribute(context, id, value, _handler);
119 AttributeHandler*& _handler)
135 _handler = handler;
140 uint8 id, const AttributeValue& value, AttributeHandler** _handler)
150 if (_handler != NULL) {
152 value.string, *_handler);
199 if (_handler != NULL) {
200 *_handler = new(std::nothrow) AttributeAttributeHandler(
202 if (*_handler
73 HandleAttribute(AttributeHandlerContext* context, uint8 id, const AttributeValue& value, AttributeHandler** _handler) argument
117 Create(AttributeHandlerContext* context, BPackageEntry* parentEntry, const char* name, AttributeHandler*& _handler) argument
139 HandleAttribute(AttributeHandlerContext* context, uint8 id, const AttributeValue& value, AttributeHandler** _handler) argument
287 HandleAttribute(AttributeHandlerContext* context, uint8 id, const AttributeValue& value, AttributeHandler** _handler) argument
[all...]
H A DRepositoryReaderImpl.cpp61 const AttributeValue& value, AttributeHandler** _handler)
70 if (_handler != NULL) {
77 *_handler = new(std::nothrow) PackageAttributeHandler;
78 if (*_handler == NULL)
60 HandleAttribute(AttributeHandlerContext* context, uint8 id, const AttributeValue& value, AttributeHandler** _handler) argument
/haiku/src/kits/debugger/debug_info/
H A DImageDebugLoadingStateHandlerRoster.h36 _handler);
H A DImageDebugLoadingStateHandlerRoster.cpp110 ImageDebugLoadingStateHandler*& _handler)
125 _handler = handler;
108 FindStateHandler( SpecificImageDebugInfoLoadingState* state, ImageDebugLoadingStateHandler*& _handler) argument
/haiku/src/kits/package/hpkg/v1/
H A DPackageReaderImplV1.cpp76 AttributeHandler*& _handler)
85 _handler = handler;
90 uint8 id, const AttributeValue& value, AttributeHandler** _handler)
119 return AttributeHandler::HandleAttribute(context, id, value, _handler);
139 uint8 id, const AttributeValue& value, AttributeHandler** _handler)
143 if (_handler != NULL) {
145 &fAttribute.Data(), value, *_handler);
155 return AttributeHandler::HandleAttribute(context, id, value, _handler);
188 AttributeHandler*& _handler)
204 _handler
74 Create(AttributeHandlerContext* context, BPackageData* data, const AttributeValue& value, AttributeHandler*& _handler) argument
89 HandleAttribute(AttributeHandlerContext* context, uint8 id, const AttributeValue& value, AttributeHandler** _handler) argument
138 HandleAttribute(AttributeHandlerContext* context, uint8 id, const AttributeValue& value, AttributeHandler** _handler) argument
186 Create(AttributeHandlerContext* context, BPackageEntry* parentEntry, const char* name, AttributeHandler*& _handler) argument
208 HandleAttribute(AttributeHandlerContext* context, uint8 id, const AttributeValue& value, AttributeHandler** _handler) argument
360 HandleAttribute(AttributeHandlerContext* context, uint8 id, const AttributeValue& value, AttributeHandler** _handler) argument
[all...]
H A DReaderImplBaseV1.cpp96 AttributeHandler** _handler)
127 AttributeHandler** _handler)
189 AttributeHandler** _handler)
199 if (_handler != NULL) {
200 *_handler
204 if (*_handler == NULL)
212 if (_handler != NULL) {
213 *_handler
217 if (*_handler == NULL)
261 AttributeHandler** _handler)
94 HandleAttribute( AttributeHandlerContext* context, uint8 id, const AttributeValue& value, AttributeHandler** _handler) argument
125 HandleAttribute( AttributeHandlerContext* context, uint8 id, const AttributeValue& value, AttributeHandler** _handler) argument
187 HandleAttribute( AttributeHandlerContext* context, uint8 id, const AttributeValue& value, AttributeHandler** _handler) argument
259 HandleAttribute( AttributeHandlerContext* context, uint8 id, const AttributeValue& value, AttributeHandler** _handler) argument
320 HandleAttribute( AttributeHandlerContext* context, uint8 id, const AttributeValue& value, AttributeHandler** _handler) argument
496 HandleAttribute( AttributeHandlerContext* context, uint8 id, const AttributeValue& value, AttributeHandler** _handler) argument
[all...]
/haiku/src/apps/debugger/user_interface/gui/value/
H A DValueHandlerRoster.h35 ValueHandler*& _handler);
H A DValueHandlerRoster.cpp120 ValueHandlerRoster::FindValueHandler(Value* value, ValueHandler*& _handler) argument
140 _handler = bestHandler;
/haiku/headers/private/debugger/value/
H A DTypeHandlerRoster.h37 Type* type, TypeHandler*& _handler);
/haiku/src/apps/debugger/user_interface/gui/connection_config/
H A DConnectionConfigHandlerRoster.h45 ConnectionConfigHandler*& _handler) const;
H A DConnectionConfigHandlerRoster.cpp101 ConnectionConfigHandler*& _handler) const
107 _handler = handler;
/haiku/src/apps/stylededit/
H A DReplaceWindow.h26 ReplaceWindow(BRect frame, BHandler* _handler,
H A DFindWindow.cpp29 FindWindow::FindWindow(BRect frame, BHandler* _handler, BString* searchString, argument
64 fHandler = _handler;
H A DReplaceWindow.cpp31 ReplaceWindow::ReplaceWindow(BRect frame, BHandler* _handler, argument
80 fHandler = _handler;
/haiku/headers/private/package/hpkg/v1/
H A DReaderImplBase.h79 const AttributeValue& value, AttributeHandler** _handler);
99 const AttributeValue& value, AttributeHandler** _handler);
116 const AttributeValue& value, AttributeHandler** _handler);
132 const AttributeValue& value, AttributeHandler** _handler);
144 const AttributeValue& value, AttributeHandler** _handler);
159 const AttributeValue& value, AttributeHandler** _handler);
/haiku/headers/private/package/hpkg/
H A DReaderImplBase.h249 AttributeHandler** _handler);
294 AttributeHandler** _handler);
316 AttributeHandler** _handler);
332 AttributeHandler** _handler);
348 AttributeHandler** _handler);
364 AttributeHandler** _handler);
380 AttributeHandler** _handler);
396 AttributeHandler** _handler);
415 AttributeHandler** _handler);
/haiku/src/kits/debugger/value/
H A DTypeHandlerRoster.cpp195 TypeHandler*& _handler)
215 _handler = bestHandler;
194 FindBestTypeHandler(ValueNodeChild* nodeChild, Type* type, TypeHandler*& _handler) argument
/haiku/src/kits/interface/
H A DShelf.cpp441 ShelfContainerViewFilter::_ObjectDropFilter(BMessage *msg, BHandler **_handler) argument
444 if (*_handler)
445 mouseView = dynamic_cast<BView*>(*_handler);
/haiku/headers/os/interface/
H A DTextView.h241 BHandler** _handler);

Completed in 190 milliseconds