OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DOMBrowserViewLayout
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/chromeos/frame/
dom_browser_view_layout.h
42
class
DOMBrowserViewLayout
: public ::BrowserViewLayout {
44
DOMBrowserViewLayout
();
45
virtual ~
DOMBrowserViewLayout
();
72
DISALLOW_COPY_AND_ASSIGN(
DOMBrowserViewLayout
);
dom_browser_view_layout.cc
15
//
DOMBrowserViewLayout
public: ------------------------------------------------
17
DOMBrowserViewLayout
::
DOMBrowserViewLayout
() : ::BrowserViewLayout() {}
19
DOMBrowserViewLayout
::~
DOMBrowserViewLayout
() {}
21
//
DOMBrowserViewLayout
, ::
DOMBrowserViewLayout
overrides: ---------------------
23
void
DOMBrowserViewLayout
::Installed(views::View* host) {
28
void
DOMBrowserViewLayout
::ViewAdded(views::View* host,
38
int
DOMBrowserViewLayout
::LayoutTabStrip()
[
all
...]
Completed in 247 milliseconds