Home | History | Annotate | Download | only in jni

Lines Matching refs:currentFrame

1984             Frame* currentFrame = (*iter)->pluginView()->parentFrame();
1985 while (currentFrame) {
1986 if (frame == currentFrame) {
1999 currentFrame = currentFrame->tree()->parent();