Searched refs:currentSubwindow_ (Results 1 – 2 of 2) sorted by relevance
231 currentSubwindow_ = subwindow; in SetCurrentSubwindow()237 return currentSubwindow_; in GetCurrentWindow()244 CHECK_NULL_RETURN(currentSubwindow_, rect); in GetParentWindowRect()245 return currentSubwindow_->GetParentWindowRect(); in GetParentWindowRect()
173 RefPtr<Subwindow> currentSubwindow_; variable