/external/chromium_org/chrome/browser/ui/ash/launcher/ |
launcher_item_controller.cc | 49 case LauncherItemController::TYPE_APP_PANEL: 50 return ash::TYPE_APP_PANEL;
|
shell_window_launcher_item_controller.cc | 85 if (shell_window->window_type_is_panel() && type() != TYPE_APP_PANEL) 182 if (type() == TYPE_APP_PANEL) { 214 if (type() == TYPE_APP_PANEL && !shell_windows_.empty()) { 238 if (type() == TYPE_APP_PANEL) 244 if (type() == TYPE_APP_PANEL && IsVisible())
|
launcher_item_controller.h | 36 TYPE_APP_PANEL,
|
shell_window_launcher_controller.cc | 163 ? LauncherItemController::TYPE_APP_PANEL
|
chrome_launcher_controller_browsertest.cc | 752 EXPECT_EQ(ash::TYPE_APP_PANEL, item1.type); 754 EXPECT_EQ(LauncherItemController::TYPE_APP_PANEL, item1_controller->type()); [all...] |
chrome_launcher_controller.cc | 476 if (controller->GetLauncherItemType() != ash::TYPE_APP_PANEL) 731 if (i->second->type() == LauncherItemController::TYPE_APP_PANEL) [all...] |
/external/chromium_org/ash/launcher/ |
launcher_types.h | 36 TYPE_APP_PANEL,
|
/external/chromium/chrome/browser/ui/webui/ |
mediaplayer_browsertest.cc | 31 if ((*it)->type() == Browser::TYPE_APP_PANEL) { 47 if ((*it)->type() == Browser::TYPE_APP_PANEL) {
|
active_downloads_ui.cc | 290 Browser::CreateForType(Browser::TYPE_APP_PANEL, profile_) : 394 browser = Browser::CreateForType(Browser::TYPE_APP_PANEL, profile); 420 if (((*it)->type() == Browser::TYPE_APP_PANEL)) {
|
mediaplayer_ui.cc | 506 playlist_browser_ = Browser::CreateForType(Browser::TYPE_APP_PANEL, 526 mediaplayer_browser_ = Browser::CreateForType(Browser::TYPE_APP_PANEL,
|
/external/chromium_org/ash/shelf/ |
shelf_model_unittest.cc | 212 item.type = TYPE_APP_PANEL; 220 item.type = TYPE_APP_PANEL; 228 item.type = TYPE_APP_PANEL; 295 item.type = TYPE_APP_PANEL; 303 item.type = TYPE_APP_PANEL; 311 item.type = TYPE_APP_PANEL;
|
shelf_model.cc | 29 case TYPE_APP_PANEL: 45 case TYPE_APP_PANEL: 153 weight_dummy.type = TYPE_APP_PANEL;
|
shelf_view_unittest.cc | 340 item.type = TYPE_APP_PANEL; 662 EXPECT_FALSE(test_api_->SameDragType(TYPE_PLATFORM_APP, TYPE_APP_PANEL)); 670 EXPECT_FALSE(test_api_->SameDragType(TYPE_APP_SHORTCUT, TYPE_APP_PANEL)); 677 EXPECT_FALSE(test_api_->SameDragType(TYPE_BROWSER_SHORTCUT, TYPE_APP_PANEL)); 681 EXPECT_FALSE(test_api_->SameDragType(TYPE_WINDOWED_APP, TYPE_APP_PANEL)); 684 EXPECT_FALSE(test_api_->SameDragType(TYPE_APP_LIST, TYPE_APP_PANEL)); 686 EXPECT_TRUE(test_api_->SameDragType(TYPE_APP_PANEL, TYPE_APP_PANEL)); [all...] |
shelf_view.cc | [all...] |
/external/chromium_org/ash/test/ |
test_shelf_delegate.cc | 40 item.type = TYPE_APP_PANEL;
|
/external/chromium_org/ash/shell/ |
window_watcher.cc | 104 ash::TYPE_APP_PANEL : ash::TYPE_PLATFORM_APP;
|
/external/chromium/chrome/browser/sessions/ |
session_service.h | 196 TYPE_APP_PANEL = TYPE_APP + 8
|
session_service.cc | [all...] |
/external/chromium/chrome/browser/ui/ |
browser.h | 89 // NOTE: TYPE_APP_PANEL is a superset of TYPE_APP_POPUP. 90 TYPE_APP_PANEL = TYPE_APP | TYPE_POPUP | 16, 95 TYPE_APP_PANEL [all...] |
browser.cc | 377 type = TYPE_APP_PANEL; 379 // TYPE_APP_PANEL is the logical choice. However, the panel UI [all...] |
/external/chromium/chrome/browser/ui/views/frame/ |
browser_view.h | 196 return browser_->type() == Browser::TYPE_APP_PANEL;
|
/external/chromium/chrome/browser/ui/gtk/ |
browser_titlebar.cc | 550 browser_window_->browser()->type() == Browser::TYPE_APP_PANEL) { 578 browser_window_->browser()->type() == Browser::TYPE_APP_PANEL) { [all...] |
/external/chromium/chrome/browser/extensions/ |
extension_tabs_module.cc | 480 window_type = Browser::TYPE_APP_PANEL; [all...] |
/external/chromium/chrome/browser/download/ |
download_browsertest.cc | 655 // test for TYPE_APP_PANEL detects this type of panel. 660 if ((*it)->type() == Browser::TYPE_APP_PANEL) { [all...] |
/external/chromium/chrome/browser/sync/glue/ |
session_model_associator.cc | 182 case Browser::TYPE_APP_PANEL: [all...] |