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 25 class OmniboxPopupContentsView : public views::View,
78 OmniboxPopupContentsView(const gfx::FontList& font_list,
82 virtual ~OmniboxPopupContentsView();
178 DISALLOW_COPY_AND_ASSIGN(OmniboxPopupContentsView);
omnibox_popup_contents_view.cc 28 class OmniboxPopupContentsView::AutocompletePopupWidget
40 // OmniboxPopupContentsView, public:
42 OmniboxPopupView* OmniboxPopupContentsView::Create(
47 OmniboxPopupContentsView* view = NULL;
48 view = new OmniboxPopupContentsView(
54 OmniboxPopupContentsView::OmniboxPopupContentsView(
75 void OmniboxPopupContentsView::Init() {
86 OmniboxPopupContentsView::~OmniboxPopupContentsView() {
    [all...]

Completed in 142 milliseconds