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

/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_popup_contents_view.h26 class OmniboxPopupContentsView : public views::View, class in inherits:views::View,OmniboxPopupView,views::ViewTargeterDelegate,gfx::AnimationDelegate
79 OmniboxPopupContentsView(const gfx::FontList& font_list,
83 virtual ~OmniboxPopupContentsView();
183 DISALLOW_COPY_AND_ASSIGN(OmniboxPopupContentsView);
H A Domnibox_popup_contents_view.cc29 class OmniboxPopupContentsView::AutocompletePopupWidget
41 // OmniboxPopupContentsView, public:
43 OmniboxPopupView* OmniboxPopupContentsView::Create(
48 OmniboxPopupContentsView* view = NULL;
49 view = new OmniboxPopupContentsView(
55 OmniboxPopupContentsView::OmniboxPopupContentsView( function in class:OmniboxPopupContentsView
79 void OmniboxPopupContentsView::Init() {
90 OmniboxPopupContentsView::~OmniboxPopupContentsView() {
[all...]

Completed in 749 milliseconds