OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CaptureActive
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/views/tabs/
tab_renderer_data.h
56
bool
CaptureActive
() const {
tab_unittest.cc
74
tab.data().
CaptureActive
() == (tab.icon_animation_.get() != NULL);
tab.cc
542
} else if (!data_.
CaptureActive
() && old.
CaptureActive
()) {
544
} else if (data_.
CaptureActive
() && !old.
CaptureActive
()) {
[
all
...]
Completed in 160 milliseconds