Home | History | Annotate | Download | only in test

Lines Matching defs:TestShelfDelegate

20 TestShelfDelegate* TestShelfDelegate::instance_ = NULL;
22 TestShelfDelegate::TestShelfDelegate(ShelfModel* model)
28 TestShelfDelegate::~TestShelfDelegate() {
32 void TestShelfDelegate::AddShelfItem(aura::Window* window) {
36 void TestShelfDelegate::AddShelfItem(aura::Window* window,
56 void TestShelfDelegate::RemoveShelfItemForWindow(aura::Window* window) {
66 void TestShelfDelegate::OnWindowDestroying(aura::Window* window) {
70 void TestShelfDelegate::OnWindowHierarchyChanging(
79 void TestShelfDelegate::OnShelfCreated(Shelf* shelf) {
82 void TestShelfDelegate::OnShelfDestroyed(Shelf* shelf) {
85 ShelfID TestShelfDelegate::GetShelfIDForAppID(const std::string& app_id) {
89 const std::string& TestShelfDelegate::GetAppIDForShelfID(ShelfID id) {
93 void TestShelfDelegate::PinAppWithID(const std::string& app_id) {
96 bool TestShelfDelegate::CanPin() const {
100 bool TestShelfDelegate::IsAppPinned(const std::string& app_id) {
104 void TestShelfDelegate::UnpinAppWithID(const std::string& app_id) {