Searched refs:GetValue (Results 76 - 99 of 99) sorted by relevance

1234

/haiku/src/kits/media/
H A DDefaultMediaTheme.cpp593 if (fParameter.GetValue((void *)&value, &size, NULL) < B_OK) {
626 if (parameter.GetValue((void *)&value, &size, NULL) < B_OK) {
669 if (fParameter.GetValue((void*)&value, &valueSize, NULL) < B_OK) {
725 if (parameter.GetValue((void *)value, &valueSize, NULL) < B_OK) {
768 if (fParameter.GetValue((void *)value, &valueSize, NULL) < B_OK) {
H A DSoundPlayer.cpp612 fVolumeSlider->GetValue(&values, &size, NULL);
H A DParameterWeb.cpp1276 BParameter::GetValue(void* buffer, size_t* _size, bigtime_t* _when) function in class:BParameter
1288 ERROR("BParameter::GetValue: no parent BParameterWeb\n");
1294 ERROR("BParameter::GetValue: the parent BParameterWeb is not assigned to a BMediaNode\n");
1308 ERROR("BParameter::GetValue can't create area of %ld bytes\n",
1336 ERROR("BParameter::GetValue parameter '%s' querying node %d, "
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp370 fZoomTextOnly = fAppSettings->GetValue("zoom text only", fZoomTextOnly);
371 fShowTabsIfSinglePageOpen = fAppSettings->GetValue(
374 fAutoHidePointer = fAppSettings->GetValue(kSettingsKeyAutoHidePointer,
377 fNewWindowPolicy = fAppSettings->GetValue(kSettingsKeyNewWindowPolicy,
379 fNewTabPolicy = fAppSettings->GetValue(kSettingsKeyNewTabPolicy,
381 fStartPageURL = fAppSettings->GetValue(kSettingsKeyStartPageURL,
383 fSearchPageURL = fAppSettings->GetValue(kSettingsKeySearchPageURL,
532 if (!fAppSettings->GetValue(kSettingsKeyShowHomeButton, true))
630 if (fAppSettings->GetValue(kSettingsShowBookmarkBar, true))
667 _SetAutoHideInterfaceInFullscreen(fAppSettings->GetValue(
[all...]
H A DDownloadWindow.cpp133 fDownloadPath = settings->GetValue(kSettingsKeyDownloadPath,
/haiku/src/apps/debuganalyzer/gui/
H A DHeaderView.cpp68 if (!header->GetValue(value))
86 if (!header->GetValue(value))
106 if (!header->GetValue(value))
268 Header::GetValue(BVariant& _value) const function in class:Header
H A DHeaderView.h83 bool GetValue(BVariant& _value) const;
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DIndexImpl.h219 return strategy.GetValue(treeNode);
H A DAttributeIndex.cpp85 Value* GetValue(AVLTreeNode* node) const function in struct:AttributeIndex::TreeDefinition
/haiku/headers/os/interface/
H A DChannelControl.h79 virtual int32 GetValue(int32* _values, int32 fromChannel,
/haiku/src/bin/bfs_tools/lib/
H A DHashtable.cpp101 void *Hashtable::GetValue(const void *key) function in class:Hashtable
/haiku/headers/private/kernel/vm/
H A DVMArea.h180 VMArea* GetValue(AVLTreeNode* node) const function in struct:VMAreasTreeDefinition
/haiku/headers/private/kernel/util/
H A DAVLTreeMap.h30 inline Value& GetValue(Node* node) const
502 return fStrategy.GetValue(node);
631 inline Value& GetValue(Node* node) const function in class:AVLTreeMapStrategy::Auto
H A DAVLTree.h19 Value* GetValue(AVLTreeNode* node) const;
416 return fDefinition.GetValue(const_cast<AVLTreeNode*>(node));
/haiku/src/kits/interface/
H A DChannelControl.cpp423 if (GetValue(&value, channel, 1) <= 0)
431 BChannelControl::GetValue(int32* outValues, int32 fromChannel, function in class:BChannelControl
/haiku/src/apps/tv/
H A DController.cpp172 err = fChannelParam->GetValue(&index, &size, &when);
/haiku/src/bin/debug/strace/
H A DTypeHandler.cpp267 int index = get_value<int>(context.GetValue(context.GetSibling(fSibling)));
H A Dstrace.cpp371 ctx.GetValue(parameter));
441 ctx.GetValue(parameter));
/haiku/headers/os/media/
H A DParameterWeb.h224 status_t GetValue(void* buffer, size_t* _size,
/haiku/src/kits/debugger/user_interface/util/
H A DUiUtils.cpp301 Value* value = node->GetValue();
/haiku/src/system/kernel/events/
H A Devent_queue.cpp67 Value* GetValue(AVLTreeNode* node) const function in struct:EventQueueTreeDefinition
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageExpressionEvaluator.cpp288 Value* value = node->GetValue();
1372 Value* value = fValueNode->GetValue();
/haiku/src/bin/bfs_tools/
H A Drecover.cpp73 return Acquire((Inode *)fHashtable.GetValue(&run));
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp260 if (header->GetValue(value)) {

Completed in 144 milliseconds

1234