HomeSort by relevance Sort by last modified time
    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