HomeSort by relevance Sort by last modified time
    Searched defs:OmniboxPopupContentsView (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.h 26 class OmniboxPopupContentsView : public views::View,
77 OmniboxPopupContentsView(const gfx::FontList& font_list,
81 virtual ~OmniboxPopupContentsView();
172 DISALLOW_COPY_AND_ASSIGN(OmniboxPopupContentsView);
omnibox_popup_contents_view.cc 40 class OmniboxPopupContentsView::AutocompletePopupWidget
52 // OmniboxPopupContentsView, public:
54 OmniboxPopupView* OmniboxPopupContentsView::Create(
59 OmniboxPopupContentsView* view = NULL;
64 view = new OmniboxPopupContentsView(
72 OmniboxPopupContentsView::OmniboxPopupContentsView(
93 void OmniboxPopupContentsView::Init() {
104 OmniboxPopupContentsView::~OmniboxPopupContentsView() {
    [all...]

Completed in 2015 milliseconds