OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetBoundsForTabStrip
(Results
1 - 14
of
14
) sorted by null
/external/chromium/chrome/browser/ui/views/frame/
browser_non_client_frame_view.h
22
virtual gfx::Rect
GetBoundsForTabStrip
(views::View* tabstrip) const = 0;
popup_non_client_frame_view.h
32
virtual gfx::Rect
GetBoundsForTabStrip
(views::View* tabstrip) const OVERRIDE;
browser_frame.cc
30
gfx::Rect BrowserFrame::
GetBoundsForTabStrip
(views::View* tabstrip) const {
31
return browser_frame_view_->
GetBoundsForTabStrip
(tabstrip);
browser_frame.h
57
gfx::Rect
GetBoundsForTabStrip
(views::View* tabstrip) const;
popup_non_client_frame_view.cc
49
gfx::Rect PopupNonClientFrameView::
GetBoundsForTabStrip
(
app_panel_browser_frame_view.h
36
virtual gfx::Rect
GetBoundsForTabStrip
(views::View* tabstrip) const OVERRIDE;
glass_browser_frame_view.h
35
virtual gfx::Rect
GetBoundsForTabStrip
(views::View* tabstrip) const OVERRIDE;
opaque_browser_frame_view.h
34
virtual gfx::Rect
GetBoundsForTabStrip
(views::View* tabstrip) const OVERRIDE;
browser_frame_win.cc
265
GetBoundsForTabStrip
(browser_view_->tabstrip()));
browser_view_layout.cc
298
browser_view_->frame()->
GetBoundsForTabStrip
(tabstrip_));
app_panel_browser_frame_view.cc
91
gfx::Rect AppPanelBrowserFrameView::
GetBoundsForTabStrip
(
glass_browser_frame_view.cc
112
gfx::Rect GlassBrowserFrameView::
GetBoundsForTabStrip
(
481
// comment in
GetBoundsForTabStrip
().)
opaque_browser_frame_view.cc
223
gfx::Rect OpaqueBrowserFrameView::
GetBoundsForTabStrip
(
[
all
...]
/external/chromium/chrome/browser/chromeos/frame/
browser_view.cc
98
browser_view_->frame()->
GetBoundsForTabStrip
(tabstrip_));
Completed in 178 milliseconds