Home | History | Annotate | Download | only in jni

Lines Matching defs:currentFrame

2094             Frame* currentFrame = (*iter)->pluginView()->parentFrame();
2095 while (currentFrame) {
2096 if (frame == currentFrame) {
2109 currentFrame = currentFrame->tree()->parent();