OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TabIconView
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/ui/views/
tab_icon_view.h
19
class
TabIconView
: public views::View {
21
// Classes implement this interface to provide state for the
TabIconView
.
24
// Returns true if the
TabIconView
should show a loading animation.
33
explicit
TabIconView
(TabIconViewModel* provider);
34
virtual ~
TabIconView
();
70
DISALLOW_COPY_AND_ASSIGN(
TabIconView
);
tab_icon_view.cc
31
void
TabIconView
::InitializeIfNeeded() {
49
TabIconView
::
TabIconView
(TabIconViewModel* model)
57
TabIconView
::~
TabIconView
() {
60
void
TabIconView
::Update() {
91
void
TabIconView
::PaintThrobber(gfx::Canvas* canvas) {
99
void
TabIconView
::PaintFavicon(gfx::Canvas* canvas, const SkBitmap& bitmap) {
103
void
TabIconView
::PaintIcon(gfx::Canvas* canvas,
135
void
TabIconView
::OnPaint(gfx::Canvas* canvas)
[
all
...]
/external/chromium/chrome/browser/ui/views/frame/
app_panel_browser_frame_view.h
29
public
TabIconView
::TabIconViewModel {
63
// Overridden from
TabIconView
::TabIconViewModel:
112
TabIconView
* window_icon_;
opaque_browser_frame_view.h
27
public
TabIconView
::TabIconViewModel {
95
// Overridden from
TabIconView
::TabIconViewModel:
161
TabIconView
* window_icon_;
app_panel_browser_frame_view.cc
79
window_icon_ = new
TabIconView
(this);
248
// AppPanelBrowserFrameView,
TabIconView
::TabContentsProvider implementation:
252
//
TabIconView
we host is initialized, so we need to NULL check the selected
409
// The window icon is painted by the
TabIconView
.
opaque_browser_frame_view.cc
171
// Initializing the
TabIconView
is expensive, so only do it if we need to.
173
window_icon_ = new
TabIconView
(this);
453
// OpaqueBrowserFrameView,
TabIconView
::TabContentsProvider implementation:
457
//
TabIconView
we host is initialized, so we need to NULL check the selected
737
// The window icon is painted by the
TabIconView
.
[
all
...]
Completed in 85 milliseconds