Searched refs:fExpressionInfo (Results 1 – 6 of 6) sorted by relevance
36 fExpressionInfo(info), in ExpressionEvaluationJob()43 fExpressionInfo->AcquireReference(); in ExpressionEvaluationJob()55 fExpressionInfo->ReleaseReference(); in ~ExpressionEvaluationJob()88 fExpressionInfo->NotifyExpressionEvaluated(result, NULL); in Do()93 result = fLanguage->EvaluateExpression(fExpressionInfo->Expression(), in Do()102 fExpressionInfo->NotifyExpressionEvaluated(result, fResultValue); in Do()
301 ExpressionInfo* fExpressionInfo; variable
39 fExpressionInfo(info), in Event()62 return fExpressionInfo; in GetExpressionInfo()80 BReference<ExpressionInfo> fExpressionInfo; member107 fExpressionInfo(NULL), in CliContext()163 fExpressionInfo = new(std::nothrow) ExpressionInfo(); in Init()164 if (fExpressionInfo == NULL) in Init()166 fExpressionInfo->AddListener(this); in Init()203 if (fExpressionInfo != NULL) { in Cleanup()204 fExpressionInfo->ReleaseReference(); in Cleanup()205 fExpressionInfo = NULL; in Cleanup()[all …]
156 ExpressionInfo* fExpressionInfo; variable
56 fExpressionInfo(NULL), in InspectorWindow()71 if (fExpressionInfo != NULL) { in ~InspectorWindow()72 fExpressionInfo->RemoveListener(this); in ~InspectorWindow()73 fExpressionInfo->ReleaseReference(); in ~InspectorWindow()102 fExpressionInfo = new ExpressionInfo(); in _Init()103 fExpressionInfo->AddListener(this); in _Init()261 fExpressionInfo->SetTo(fAddressInput->Text()); in MessageReceived()264 fExpressionInfo); in MessageReceived()
111 ExpressionInfo* fExpressionInfo; variable