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

  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_item_controller.cc 54 case LauncherItemController::TYPE_APP_PANEL:
55 return ash::TYPE_APP_PANEL;
launcher_item_controller.h 36 TYPE_APP_PANEL,
app_window_launcher_item_controller.cc 92 if (app_window->window_type_is_panel() && type() != TYPE_APP_PANEL)
228 if (type() == TYPE_APP_PANEL) {
261 if (type() == TYPE_APP_PANEL && !app_windows_.empty()) {
284 if (type() == TYPE_APP_PANEL)
290 if (type() == TYPE_APP_PANEL && IsVisible())
app_window_launcher_controller.cc 170 ? LauncherItemController::TYPE_APP_PANEL
chrome_launcher_controller_browsertest.cc 790 EXPECT_EQ(ash::TYPE_APP_PANEL, item1.type);
792 EXPECT_EQ(LauncherItemController::TYPE_APP_PANEL, item1_controller->type());
    [all...]
chrome_launcher_controller.cc 507 if (controller->GetShelfItemType() != ash::TYPE_APP_PANEL)
786 if (i->second->type() == LauncherItemController::TYPE_APP_PANEL)
    [all...]
chrome_launcher_controller_unittest.cc     [all...]
  /external/chromium_org/ash/shelf/
shelf_item_types.h 21 TYPE_APP_PANEL,
shelf_model_unittest.cc 212 item.type = TYPE_APP_PANEL;
220 item.type = TYPE_APP_PANEL;
228 item.type = TYPE_APP_PANEL;
251 item.type = TYPE_APP_PANEL;
284 item.type = TYPE_APP_PANEL;
shelf_model.cc 30 case TYPE_APP_PANEL:
148 weight_dummy.type = TYPE_APP_PANEL;
shelf_view_unittest.cc 373 item.type = TYPE_APP_PANEL;
731 EXPECT_FALSE(test_api_->SameDragType(TYPE_PLATFORM_APP, TYPE_APP_PANEL));
739 EXPECT_FALSE(test_api_->SameDragType(TYPE_APP_SHORTCUT, TYPE_APP_PANEL));
746 EXPECT_FALSE(test_api_->SameDragType(TYPE_BROWSER_SHORTCUT, TYPE_APP_PANEL));
750 EXPECT_FALSE(test_api_->SameDragType(TYPE_WINDOWED_APP, TYPE_APP_PANEL));
753 EXPECT_FALSE(test_api_->SameDragType(TYPE_APP_LIST, TYPE_APP_PANEL));
755 EXPECT_TRUE(test_api_->SameDragType(TYPE_APP_PANEL, TYPE_APP_PANEL));
    [all...]
shelf_view.cc 873 case TYPE_APP_PANEL: {
    [all...]
  /external/chromium_org/ash/test/
test_shelf_delegate.cc 39 item.type = TYPE_APP_PANEL;
  /external/chromium_org/ash/shell/
window_watcher.cc 102 ? ash::TYPE_APP_PANEL

Completed in 199 milliseconds