Searched refs:reference_view (Results 1 – 2 of 2) sorted by relevance
300 const views::View* reference_view = NULL; in ShowInternal() local313 reference_view = container->GetBrowserActionView( in ShowInternal()318 if (!reference_view || !reference_view->IsVisible()) { in ShowInternal()319 reference_view = container->chevron(); in ShowInternal()320 if (!reference_view || !reference_view->IsVisible()) in ShowInternal()321 reference_view = NULL; // fall back to app menu below. in ShowInternal()327 reference_view = location_bar_view->GetPageActionView( in ShowInternal()329 DCHECK(reference_view); in ShowInternal()332 reference_view = location_bar_view; in ShowInternal()333 DCHECK(reference_view); in ShowInternal()[all …]
503 View* reference_view = button->parent()->IsVisible() ? button : chevron_; in OnBrowserActionExecuted() local505 View::ConvertPointToScreen(reference_view, &origin); in OnBrowserActionExecuted()506 gfx::Rect rect = reference_view->bounds(); in OnBrowserActionExecuted()