OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PopupHeaderView
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/views/website_settings/
website_settings_popup_view.h
25
class
PopupHeaderView
;
136
PopupHeaderView
* header_; // Owned by views hierarchy.
website_settings_popup_view.cc
76
// Margin and padding values for the |
PopupHeaderView
|.
119
// |
PopupHeaderView
| is the UI element (view) that represents the header of the
122
class
PopupHeaderView
: public views::View {
124
explicit
PopupHeaderView
(views::ButtonListener* close_button_listener);
125
virtual ~
PopupHeaderView
();
140
DISALLOW_COPY_AND_ASSIGN(
PopupHeaderView
);
162
PopupHeaderView
::
PopupHeaderView
(views::ButtonListener* close_button_listener)
217
PopupHeaderView
::~
PopupHeaderView
() {
[
all
...]
Completed in 271 milliseconds