Lines Matching refs:curr_view
634 static SkView* curr_view(SkWindow* wind) { in curr_view() function
640 SkView* view = curr_view(wind); in curr_title()
652 SkView* view = curr_view(this); in sendAnimatePulse()
1753 if (SampleView::IsSampleView(curr_view(this))) { in onEvent()
1754 ((SampleView*)curr_view(this))->onTileSizeChanged(this->tileSize()); in onEvent()
1793 return curr_view(this)->doQuery(&evt); in onQuery()
1806 SkView* view = curr_view(this); in onHandleChar()
1863 post_event_to_sink(new SkEvent("PictFileView::toggleBBox"), curr_view(this)); in onHandleChar()
1891 curr_view(this)); in onHandleChar()
2018 SkView* view = curr_view(this); in onHandleKey()
2108 curr_view(this)->doEvent(evt); in onDispatchClick()