OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OmniboxPopupContentsView
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/ui/views/omnibox/
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
...]
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_result_view.h
21
class
OmniboxPopupContentsView
;
49
OmniboxResultView(
OmniboxPopupContentsView
* model,
159
OmniboxPopupContentsView
* model_;
omnibox_result_view.cc
125
OmniboxResultView::OmniboxResultView(
OmniboxPopupContentsView
* model,
omnibox_view_views.cc
172
popup_view_.reset(
OmniboxPopupContentsView
::Create(
[
all
...]
Completed in 344 milliseconds