Searched defs:container_view (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view_test.cc1621 views::View* container_view = new ContainerViewForMenuExit; variable
1622 container_view->AddChildView(bb_view_.get());
1623 container_view->AddChildView(test_view_);
1624 parent->AddChildView(container_view);
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_popup_controller_impl.cc73 gfx::NativeView container_view,
78 if (previous.get() && previous->container_view() == container_view &&
89 delegate, container_view, element_bounds, text_direction);
95 gfx::NativeView container_view,
100 container_view_(container_view),
354 gfx::NativeView AutofillPopupControllerImpl::container_view() const { function in class:autofill::AutofillPopupControllerImpl
658 return gfx::Screen::GetScreenFor(container_view())->GetDisplayNearestPoint(
70 GetOrCreate( WeakPtr<AutofillPopupControllerImpl> previous, WeakPtr<AutofillPopupDelegate> delegate, gfx::NativeView container_view, const gfx::RectF& element_bounds, base::i18n::TextDirection text_direction) argument
93 AutofillPopupControllerImpl( base::WeakPtr<AutofillPopupDelegate> delegate, gfx::NativeView container_view, const gfx::RectF& element_bounds, base::i18n::TextDirection text_direction) argument

Completed in 75 milliseconds