OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContentsContainer
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/chrome/browser/ui/views/frame/
contents_container.cc
7
ContentsContainer
::
ContentsContainer
(views::View* active_web_view)
13
ContentsContainer
::~
ContentsContainer
() {
16
bool
ContentsContainer
::SetActiveTopMargin(int margin) {
27
void
ContentsContainer
::Layout() {
38
const char*
ContentsContainer
::GetClassName() const {
39
return "
ContentsContainer
";
contents_container.h
14
//
ContentsContainer
is responsible for managing the active WebContents view.
15
//
ContentsContainer
has one child: the currently active WebContents.
16
class
ContentsContainer
: public views::View {
18
explicit
ContentsContainer
(views::View* active_web_view);
19
virtual ~
ContentsContainer
();
23
// vertically by |margin| pixels in the |
ContentsContainer
|. Returns true
38
DISALLOW_COPY_AND_ASSIGN(
ContentsContainer
);
browser_view_layout.h
18
class
ContentsContainer
;
57
ContentsContainer
* contents_container,
148
ContentsContainer
* contents_container_;
browser_view_layout_unittest.cc
151
ContentsContainer
* contents_container() { return contents_container_; }
173
contents_container_ = new
ContentsContainer
(active_web_view_);
203
ContentsContainer
* contents_container_;
browser_view.h
48
class
ContentsContainer
;
460
ContentsContainer
* GetContentsContainerForTest() {
673
ContentsContainer
* contents_container_;
browser_view_layout.cc
85
ContentsContainer
* contents_container =
167
ContentsContainer
* contents_container,
browser_view.cc
[
all
...]
/external/chromium/chrome/browser/ui/views/frame/
contents_container.cc
19
//
ContentsContainer
is still valid when the destructor is invoked this invokes
20
// |OverlayViewDestroyed| on the
ContentsContainer
.
21
class
ContentsContainer
::OverlayContentView : public views::View {
23
explicit OverlayContentView(
ContentsContainer
* container)
36
ContentsContainer
* container_;
41
ContentsContainer
::
ContentsContainer
(views::View* active)
51
ContentsContainer
::~
ContentsContainer
() {
58
void
ContentsContainer
::MakePreviewContentsActiveContents()
[
all
...]
contents_container.h
23
//
ContentsContainer
is responsible for managing the TabContents views.
24
//
ContentsContainer
has up to two children: one for the currently active
26
class
ContentsContainer
: public views::View, public ui::AnimationDelegate {
28
explicit
ContentsContainer
(views::View* active);
29
virtual ~
ContentsContainer
();
92
DISALLOW_COPY_AND_ASSIGN(
ContentsContainer
);
browser_view_layout.h
17
class
ContentsContainer
;
113
ContentsContainer
* contents_container_;
browser_view.h
46
class
ContentsContainer
;
610
ContentsContainer
* contents_;
browser_view.cc
[
all
...]
Completed in 663 milliseconds