OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShouldShowMediaIndicator
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/ui/views/tabs/
tab_unittest.cc
88
EXPECT_TRUE(tab.
ShouldShowMediaIndicator
());
91
EXPECT_FALSE(tab.
ShouldShowMediaIndicator
());
100
EXPECT_FALSE(tab.
ShouldShowMediaIndicator
());
105
EXPECT_TRUE(tab.
ShouldShowMediaIndicator
());
108
EXPECT_FALSE(tab.
ShouldShowMediaIndicator
());
115
EXPECT_TRUE(tab.
ShouldShowMediaIndicator
());
117
EXPECT_FALSE(tab.
ShouldShowMediaIndicator
());
125
EXPECT_FALSE(tab.
ShouldShowMediaIndicator
());
131
EXPECT_TRUE(tab.
ShouldShowMediaIndicator
());
134
EXPECT_FALSE(tab.
ShouldShowMediaIndicator
());
[
all
...]
tab.h
242
bool
ShouldShowMediaIndicator
() const;
tab.cc
846
showing_media_indicator_ =
ShouldShowMediaIndicator
();
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.h
333
bool
ShouldShowMediaIndicator
() const;
tab_renderer_gtk.cc
696
const bool show_media_indicator =
ShouldShowMediaIndicator
();
786
showing_media_indicator_ =
ShouldShowMediaIndicator
();
[
all
...]
Completed in 166 milliseconds