OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TabIconView
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/chrome/browser/ui/views/
tab_icon_view.h
22
class
TabIconView
: public views::MenuButton {
26
TabIconView
(chrome::TabIconViewModel* model,
28
virtual ~
TabIconView
();
64
DISALLOW_COPY_AND_ASSIGN(
TabIconView
);
tab_icon_view.cc
32
void
TabIconView
::InitializeIfNeeded() {
51
TabIconView
::
TabIconView
(chrome::TabIconViewModel* model,
61
TabIconView
::~
TabIconView
() {
64
void
TabIconView
::Update() {
95
void
TabIconView
::PaintThrobber(gfx::Canvas* canvas) {
103
void
TabIconView
::PaintFavicon(gfx::Canvas* canvas,
108
void
TabIconView
::PaintIcon(gfx::Canvas* canvas,
140
void
TabIconView
::OnPaint(gfx::Canvas* canvas)
[
all
...]
/external/chromium_org/chrome/browser/ui/views/panels/
panel_frame_view.h
14
class
TabIconView
;
53
TabIconView
* title_icon() const { return title_icon_; }
114
TabIconView
* title_icon_;
panel_view_browsertest.cc
97
TabIconView
* title_icon = frame_view->title_icon();
panel_frame_view.cc
300
title_icon_ = new
TabIconView
(this, NULL);
627
//
TabIconView
we host is initialized, so we need to NULL check the selected
/external/chromium_org/chrome/browser/ui/views/frame/
browser_non_client_frame_view_ash.h
16
class
TabIconView
;
145
TabIconView
* window_icon_;
opaque_browser_frame_view.h
23
class
TabIconView
;
170
TabIconView
* window_icon_;
opaque_browser_frame_view_layout_unittest.cc
202
tab_icon_view_ = new
TabIconView
(NULL, NULL);
263
TabIconView
* tab_icon_view_;
browser_non_client_frame_view_ash.cc
119
// Initializing the
TabIconView
is expensive, so only do it if we need to.
121
window_icon_ = new
TabIconView
(this, NULL);
409
//
TabIconView
we host is initialized, so we need to NULL check the selected
opaque_browser_frame_view.cc
129
// Initializing the
TabIconView
is expensive, so only do it if we need to.
131
window_icon_ = new
TabIconView
(this, this);
333
// OpaqueBrowserFrameView,
TabIconView
::TabContentsProvider implementation:
337
//
TabIconView
we host is initialized, so we need to NULL check the selected
[
all
...]
Completed in 255 milliseconds