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

12

/haiku/src/apps/webpositive/
H A DBrowserApp.h83 BReference<BPrivate::Network::BUrlContext> fContext; member in class:BrowserApp
H A DBrowserWindow.cpp360 fContext(context),
1420 webView = new BWebView("web view", fContext);
1513 BString(), fContext, INTERFACE_ELEMENT_STATUS,
H A DBrowserWindow.h273 BReference<BPrivate::Network::BUrlContext> fContext; member in class:BrowserWindow
/haiku/src/kits/debugger/dwarf/
H A DDwarfExpressionEvaluator.cpp114 fContext(context),
146 fDataReader.SetTo(expression, size, fContext->AddressSize(), fContext->IsBigEndian());
178 fDataReader.SetTo(expression, size, fContext->AddressSize(), fContext->IsBigEndian());
184 if (fContext->GetObjectAddress(objectAddress))
232 if (fContext->GetObjectAddress(objectAddress))
289 _Push(fDataReader.ReadAddress(0) + fContext->RelocationDelta());
373 _DereferenceAddress(fContext->AddressSize());
381 _DereferenceAddressSpaceAddress(fContext
[all...]
H A DDwarfExpressionEvaluator.h91 DwarfExpressionEvaluationContext* fContext; member in class:DwarfExpressionEvaluator
/haiku/src/kits/locale/
H A DDefaultCatalog.cpp393 res = archive.AddString("c:ctxt", entry.key.fContext.String());
460 key.fContext = keyCtx;
H A DHashMapCatalog.cpp31 fContext(ctx),
36 fHashVal = HashFun(fContext.String(),fHashVal);
64 && fContext == right.fContext
76 || fContext != right.fContext
85 if (ctx) *ctx = fContext;
/haiku/src/kits/network/libnetservices/
H A DHttpRequest.cpp128 other.fContext, "BUrlProtocol.HTTP", other.fSSL ? "HTTPS" : "HTTP"),
419 if (fContext->UseProxy()) {
420 host = fContext->GetProxyHost();
421 port = fContext->GetProxyPort();
500 = &fContext->GetAuthentication(fUrl);
508 fContext->AddAuthentication(fUrl, newAuth);
513 authentication = &fContext->GetAuthentication(fUrl);
559 if (fContext->UseProxy()) {
560 BNetworkAddress proxy(fContext->GetProxyHost(), fContext
[all...]
H A DUrlRequest.cpp25 fContext(context),
35 if (fContext == NULL)
36 fContext = gDefaultContext;
111 fContext = gDefaultContext;
113 fContext = context;
154 return fContext;
/haiku/src/kits/package/
H A DActivateRepositoryConfigJob.cpp57 bool yes = fContext.DecisionProvider().YesNoDecisionNeeded(
H A DAddRepositoryRequest.cpp52 result = fContext.GetNewTempfile("repoinfo-", &tempEntry);
56 FetchFileJob* fetchJob = new (std::nothrow) FetchFileJob(fContext,
75 = new (std::nothrow) ActivateRepositoryConfigJob(fContext,
H A DDownloadFileRequest.cpp55 FetchFileJob* fetchJob = new (std::nothrow) FetchFileJob(fContext,
71 fContext, BString("Validating checksum for ") << fFileURL,
H A DRefreshRepositoryRequest.cpp63 result = fContext.GetNewTempfile("repochecksum-", &fFetchedChecksumFile);
71 fContext, title, repoChecksumURL, fFetchedChecksumFile);
90 = new (std::nothrow) ValidateChecksumJob(fContext,
131 status_t result = fContext.GetNewTempfile("repocache-", &tempRepoCache);
137 FetchFileJob* fetchCacheJob = new (std::nothrow) FetchFileJob(fContext,
150 = new (std::nothrow) ValidateChecksumJob(fContext,
173 = new (std::nothrow) ActivateRepositoryCacheJob(fContext,
/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/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/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/tools/locale/
H A DDefaultCatalog.cpp295 res = archive.AddString("c:ctxt", entry.key.fContext.String());
367 key.fContext = keyCtx;

Completed in 288 milliseconds

12