OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShouldShowCloseBox
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/chrome/browser/ui/views/tabs/
tab_unittest.cc
93
EXPECT_FALSE(tab.
ShouldShowCloseBox
());
95
EXPECT_TRUE(tab.
ShouldShowCloseBox
());
123
EXPECT_FALSE(tab.
ShouldShowCloseBox
());
128
EXPECT_FALSE(tab.
ShouldShowCloseBox
());
167
if (tab.ShouldShowMediaIndicator() && tab.
ShouldShowCloseBox
()) {
174
if (tab.
ShouldShowCloseBox
()) {
tab.h
245
bool
ShouldShowCloseBox
() const;
tab.cc
815
showing_close_button_ =
ShouldShowCloseBox
();
[
all
...]
/external/chromium/chrome/browser/ui/views/tabs/
tab.h
91
bool
ShouldShowCloseBox
() const;
tab.cc
201
const bool show_close_button =
ShouldShowCloseBox
();
267
showing_close_button_ =
ShouldShowCloseBox
();
632
bool Tab::
ShouldShowCloseBox
() const {
/external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.h
351
bool
ShouldShowCloseBox
() const;
tab_renderer_gtk.cc
631
const bool show_close_button =
ShouldShowCloseBox
();
698
showing_close_button_ =
ShouldShowCloseBox
();
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.h
336
bool
ShouldShowCloseBox
() const;
tab_renderer_gtk.cc
697
const bool show_close_button =
ShouldShowCloseBox
();
759
showing_close_button_ =
ShouldShowCloseBox
();
[
all
...]
Completed in 362 milliseconds