OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BrowserViewLayout
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/chrome/browser/ui/views/frame/
browser_view_layout.h
39
class
BrowserViewLayout
: public views::LayoutManager {
44
BrowserViewLayout
();
45
virtual ~
BrowserViewLayout
();
90
FRIEND_TEST_ALL_PREFIXES(BrowserViewLayoutTest,
BrowserViewLayout
);
169
DISALLOW_COPY_AND_ASSIGN(
BrowserViewLayout
);
browser_view_layout.cc
61
class
BrowserViewLayout
::WebContentsModalDialogHostViews
65
BrowserViewLayout
* browser_view_layout)
127
BrowserViewLayout
* const browser_view_layout_;
135
const int
BrowserViewLayout
::kToolbarTabStripVerticalOverlap = 3;
138
//
BrowserViewLayout
, public:
140
BrowserViewLayout
::
BrowserViewLayout
()
155
BrowserViewLayout
::~
BrowserViewLayout
() {
158
void
BrowserViewLayout
::Init
[
all
...]
browser_view_layout_unittest.cc
39
//
BrowserViewLayout
::Delegate overrides:
129
// Tests of
BrowserViewLayout
. Runs tests without constructing a BrowserView.
143
BrowserViewLayout
* layout() { return layout_.get(); }
178
layout_.reset(new
BrowserViewLayout
);
193
scoped_ptr<
BrowserViewLayout
> layout_;
212
TEST_F(BrowserViewLayoutTest,
BrowserViewLayout
) {
browser_view_unittest.cc
62
TEST_F(BrowserViewTest,
BrowserViewLayout
) {
102
BrowserViewLayout
::kToolbarTabStripVerticalOverlap,
139
BrowserViewLayout
::kToolbarTabStripVerticalOverlap -
browser_view.h
47
class
BrowserViewLayout
;
466
// Do not friend
BrowserViewLayout
. Use the BrowserViewLayoutDelegate
492
// Returns the
BrowserViewLayout
.
493
BrowserViewLayout
* GetBrowserViewLayout() const;
browser_view.cc
259
// Delegate implementation for
BrowserViewLayout
. Usually just forwards calls
460
BrowserViewLayout
* browser_view_layout = GetBrowserViewLayout();
[
all
...]
/external/chromium/chrome/browser/ui/views/frame/
browser_view_layout.cc
41
//
BrowserViewLayout
, public:
43
BrowserViewLayout
::
BrowserViewLayout
()
55
BrowserViewLayout
::~
BrowserViewLayout
() {
58
gfx::Size
BrowserViewLayout
::GetMinimumSize() {
88
gfx::Rect
BrowserViewLayout
::GetFindBarBoundingBox() const {
122
bool
BrowserViewLayout
::IsPositionInWindowCaption(
129
int
BrowserViewLayout
::NonClientHitTest(
197
//
BrowserViewLayout
, views::LayoutManager implementation
[
all
...]
browser_view_layout.h
32
class
BrowserViewLayout
: public views::LayoutManager {
34
BrowserViewLayout
();
35
virtual ~
BrowserViewLayout
();
129
DISALLOW_COPY_AND_ASSIGN(
BrowserViewLayout
);
browser_view.h
45
class
BrowserViewLayout
;
430
friend class
BrowserViewLayout
;
439
// Returns the
BrowserViewLayout
.
440
BrowserViewLayout
* GetBrowserViewLayout() const;
515
// Exposes resize corner size to
BrowserViewLayout
.
browser_view.cc
[
all
...]
/external/chromium/chrome/browser/chromeos/frame/
browser_view.cc
63
class
BrowserViewLayout
: public ::
BrowserViewLayout
{
65
BrowserViewLayout
() : ::
BrowserViewLayout
() {}
66
virtual ~
BrowserViewLayout
() {}
69
//
BrowserViewLayout
overrides:
73
::
BrowserViewLayout
::Installed(host);
78
::
BrowserViewLayout
::ViewAdded(host, view);
115
return ::
BrowserViewLayout
::LayoutToolbar(top);
119
return ::
BrowserViewLayout
::IsPositionInWindowCaption(point
[
all
...]
dom_browser_view_layout.cc
17
DOMBrowserViewLayout::DOMBrowserViewLayout() : ::
BrowserViewLayout
() {}
25
::
BrowserViewLayout
::Installed(host);
30
::
BrowserViewLayout
::ViewAdded(host, view);
dom_browser_view_layout.h
42
class DOMBrowserViewLayout : public ::
BrowserViewLayout
{
47
//
BrowserViewLayout
overrides:
55
//
BrowserViewLayout
overrides:
Completed in 609 milliseconds