Searched refs:fForward (Results 1 – 2 of 2) sorted by relevance
68 fForward(NULL), in TransportControlGroup()121 fForward = new SymbolButton(B_EMPTY_STRING, in TransportControlGroup()168 if (fForward != NULL) in TransportControlGroup()169 buttonLayout->AddView(fForward); in TransportControlGroup()223 if (fForward) in AttachedToWindow()224 fForward->SetTarget(this); in AttachedToWindow()394 if (fForward) in SetEnabled()395 fForward->SetEnabled(buttons & SEEK_FORWARD_ENABLED); in SetEnabled()544 if (fForward != NULL) in SetSymbolScale()545 fForward->SetSymbol(_CreateForwardShape(symbolHeight)); in SetSymbolScale()
116 SymbolButton* fForward; variable