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

  /external/chromium_org/mojo/apps/js/
application_delegate_impl.cc 47 app_vector_.push_back(app);
54 std::find(app_vector_.begin(), app_vector_.end(), app);
55 if (itr != app_vector_.end())
56 app_vector_.erase(itr);
application_delegate_impl.h 66 AppVector app_vector_; member in class:mojo::apps::ApplicationDelegateImpl

Completed in 684 milliseconds