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

  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.cc 29 class OmniboxPopupContentsView::AutocompletePopupWidget
41 // OmniboxPopupContentsView, public:
43 OmniboxPopupView* OmniboxPopupContentsView::Create(
48 OmniboxPopupContentsView* view = NULL;
49 view = new OmniboxPopupContentsView(
55 OmniboxPopupContentsView::OmniboxPopupContentsView(
79 void OmniboxPopupContentsView::Init() {
90 OmniboxPopupContentsView::~OmniboxPopupContentsView() {
    [all...]
omnibox_result_view.h 21 class OmniboxPopupContentsView;
49 OmniboxResultView(OmniboxPopupContentsView* model,
159 OmniboxPopupContentsView* model_;
omnibox_popup_contents_view.h 26 class OmniboxPopupContentsView : public views::View,
79 OmniboxPopupContentsView(const gfx::FontList& font_list,
83 virtual ~OmniboxPopupContentsView();
183 DISALLOW_COPY_AND_ASSIGN(OmniboxPopupContentsView);
omnibox_result_view.cc 125 OmniboxResultView::OmniboxResultView(OmniboxPopupContentsView* model,
omnibox_view_views.cc 176 popup_view_.reset(OmniboxPopupContentsView::Create(
    [all...]

Completed in 151 milliseconds