HomeSort by relevance Sort by last modified time
    Searched defs:transients (Results 1 - 2 of 2) sorted by null

  /external/aac/libSBRenc/src/
tran_det.h 96 FIXP_DBL transients[QMF_MAX_TIME_SLOTS+(QMF_MAX_TIME_SLOTS/2)]; member in struct:__anon2675
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.cc 539 const aura::Window::Windows& transients = top_level_->transient_children(); local
540 for (size_t i = 0; i < transients.size(); ++i)
541 transients[i]->RemoveObserver(this);
551 const aura::Window::Windows& transients = local
553 for (size_t i = 0; i < transients.size(); ++i) {
554 if (transients[i]->IsVisible())
555 cutouts.push_back(transients[i]->GetBoundsInRootWindow());
    [all...]

Completed in 113 milliseconds