Searched refs:fContext (Results 26 - 42 of 42) sorted by relevance

12

/haiku/src/kits/interface/
H A DLayout.cpp62 fContext(NULL),
76 fContext(NULL),
393 // printf("BLayout(%p)::_LayoutWithinContext(%i, %p), state %x, fContext %p\n",
394 // this, force, context, (unsigned int)fState, fContext);
399 BLayoutContext* oldContext = fContext;
400 fContext = context;
422 fContext = oldContext;
596 return fContext;
/haiku/src/kits/package/
H A DActivateRepositoryConfigJob.cpp57 bool yes = fContext.DecisionProvider().YesNoDecisionNeeded(
/haiku/src/kits/debugger/dwarf/
H A DDwarfExpressionEvaluator.h91 DwarfExpressionEvaluationContext* fContext; member in class:DwarfExpressionEvaluator
/haiku/src/kits/package/manager/
H A DRepositoryBuilder.cpp40 fContext(context)
47 fContext, line, column, message.String());
56 const char* fContext; member in class:BPackageKit::BManager::BPrivate::__anon2::PackageInfoErrorListener
/haiku/src/tests/system/kernel/device_manager/
H A Ddma_resource_test.cpp113 fContext(context)
156 addr_t DataBase() const { return fContext.DataBase(); }
157 addr_t PhysicalDataBase() const { return fContext.PhysicalDataBase(); }
159 { return fContext.SecondPhysicalDataBase(); }
160 bool IsContiguous() const { return fContext.IsContiguous(); }
161 addr_t CompareBase() const { return fContext.CompareBase(); }
162 size_t Size() const { return fContext.Size(); }
165 TestSuiteContext& fContext; member in class:TestSuite
/haiku/src/system/kernel/locks/
H A Duser_mutex.cpp470 fContext = get_team_user_mutex_context();
471 if (fContext == NULL) {
478 fContext = &sSharedUserMutexContext;
502 { return fContext; }
513 struct user_mutex_context* fContext;
/haiku/headers/os/interface/
H A DLayout.h122 BLayoutContext* fContext; member in class:BLayout
/haiku/headers/private/locale/
H A DHashMapCatalog.h36 BString fContext; member in class:BPrivate::CatKey
/haiku/src/tools/locale/
H A DDefaultCatalog.cpp295 res = archive.AddString("c:ctxt", entry.key.fContext.String());
367 key.fContext = keyCtx;
H A DPlainTextCatalog.cpp295 << entry.key.fContext.String() << "\t"
/haiku/src/kits/locale/
H A DDefaultCatalog.cpp393 res = archive.AddString("c:ctxt", entry.key.fContext.String());
460 key.fContext = keyCtx;
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp217 fContext(pool->GetContext())
223 fPool->PutContext(fContext);
228 return fContext;
233 DebugContext* fContext; member in struct:LocalDebuggerInterface::DebugContextGetter
/haiku/src/add-ons/translators/rtf/
H A Dconvert.cpp67 conversion_context fContext; member in class:TextOutput
446 fOffset += process_command(fContext, command, fTarget);
507 fOffset += process_command(fContext, command, fTarget);
514 fOffset += write_text(fContext, text->String(), text->Length(), fTarget);
/haiku/src/apps/webpositive/
H A DBrowserWindow.h273 BReference<BPrivate::Network::BUrlContext> fContext; member in class:BrowserWindow
H A DBrowserWindow.cpp360 fContext(context),
1420 webView = new BWebView("web view", fContext);
1513 BString(), fContext, INTERFACE_ELEMENT_STATUS,
/haiku/headers/private/file_systems/
H A DQueryParser.h164 Context* fContext; member in class:QueryParser::Query
1324 fContext(context),
1564 status_t status = fCurrent->PrepareQuery(fContext, fIndex,
1577 status_t status = fCurrent->GetNextMatching(fContext, fIterator, dirent,
1600 notify(fPort, fToken, QueryPolicy::ContextGetVolumeID(fContext),
/haiku/src/add-ons/locale/catalogs/plaintext/
H A DCatalog.cpp323 << entry.key.fContext.String() << "\t"

Completed in 223 milliseconds

12