OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:showing_icon_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/views/tabs/
tab.h
131
bool
showing_icon_
;
member in class:Tab
tab.cc
100
showing_icon_
(false),
202
if (show_icon !=
showing_icon_
|| show_close_button != showing_close_button_)
241
showing_icon_
= ShouldShowIcon();
242
if (
showing_icon_
) {
/external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc
251
:
showing_icon_
(false),
632
if (show_icon !=
showing_icon_
||
675
showing_icon_
= ShouldShowIcon();
676
if (
showing_icon_
) {
[
all
...]
tab_renderer_gtk.h
403
bool
showing_icon_
;
member in class:TabRendererGtk
Completed in 81 milliseconds