OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InfoBarView
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/ui/views/infobars/
infobar_view.h
30
class
InfoBarView
: public InfoBar,
35
explicit
InfoBarView
(InfoBarDelegate* delegate);
44
virtual ~
InfoBarView
();
124
ScopedRunnableMethodFactory<
InfoBarView
> delete_factory_;
131
DISALLOW_COPY_AND_ASSIGN(
InfoBarView
);
infobar_view.cc
48
const int
InfoBarView
::kButtonButtonSpacing = 10;
49
const int
InfoBarView
::kEndOfLabelSpacing = 16;
50
const int
InfoBarView
::kHorizontalPadding = 6;
52
InfoBarView
::
InfoBarView
(InfoBarDelegate* delegate)
63
InfoBarView
::~
InfoBarView
() {
67
views::Label*
InfoBarView
::CreateLabel(const string16& text) {
76
views::Link*
InfoBarView
::CreateLink(const string16& text,
90
views::MenuButton*
InfoBarView
::CreateMenuButton
[
all
...]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
InfoBarView.java
12
public interface
InfoBarView
{
/external/chromium_org/chrome/browser/ui/views/infobars/
infobar_view.h
33
class
InfoBarView
: public InfoBar,
38
explicit
InfoBarView
(scoped_ptr<InfoBarDelegate> delegate);
47
virtual ~
InfoBarView
();
137
DISALLOW_COPY_AND_ASSIGN(
InfoBarView
);
infobar_view.cc
57
//
InfoBarView
----------------------------------------------------------------
60
const int
InfoBarView
::kButtonButtonSpacing = 10;
61
const int
InfoBarView
::kEndOfLabelSpacing = 16;
62
const int
InfoBarView
::kHorizontalPadding = 6;
63
const int
InfoBarView
::kCloseButtonSpacing = kEndOfLabelSpacing;
65
InfoBarView
::
InfoBarView
(scoped_ptr<InfoBarDelegate> delegate)
74
InfoBarView
::~
InfoBarView
() {
81
views::Label*
InfoBarView
::CreateLabel(const base::string16& text) const
[
all
...]
Completed in 78 milliseconds