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

1 2

  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_item_controller.cc 49 case LauncherItemController::TYPE_APP_PANEL:
50 return ash::TYPE_APP_PANEL;
launcher_item_controller.h 33 TYPE_APP_PANEL,
shell_window_launcher_item_controller.cc 58 if (shell_window->window_type_is_panel() && type() != TYPE_APP_PANEL)
88 if (type() == TYPE_APP_PANEL && !shell_windows_.empty()) {
145 if (type() == TYPE_APP_PANEL) {
shell_window_launcher_controller.cc 81 ? LauncherItemController::TYPE_APP_PANEL
browser_launcher_item_controller.cc 280 if (type() == TYPE_APP_PANEL)
chrome_launcher_controller_per_browser.cc 389 if (controller->GetLauncherItemType() != ash::TYPE_APP_PANEL) {
627 if (i->second->type() == LauncherItemController::TYPE_APP_PANEL)
    [all...]
chrome_launcher_controller_per_app.cc 331 if (controller->GetLauncherItemType() != ash::TYPE_APP_PANEL) {
590 if (i->second->type() == LauncherItemController::TYPE_APP_PANEL)
    [all...]
browser_launcher_item_controller_unittest.cc 522 State app_state(this, "1", BrowserLauncherItemController::TYPE_APP_PANEL);
chrome_launcher_controller_per_app_browsertest.cc 713 EXPECT_EQ(ash::TYPE_APP_PANEL, item1.type);
715 EXPECT_EQ(LauncherItemController::TYPE_APP_PANEL, item1_controller->type());
    [all...]
  /external/chromium_org/ash/launcher/
launcher_types.h 30 TYPE_APP_PANEL,
launcher_model.cc 28 case TYPE_APP_PANEL:
42 case TYPE_APP_PANEL:
144 weight_dummy.type = TYPE_APP_PANEL;
launcher_model_unittest.cc 189 item.type = TYPE_APP_PANEL;
197 item.type = TYPE_APP_PANEL;
205 item.type = TYPE_APP_PANEL;
launcher_view_unittest.cc 280 item.type = TYPE_APP_PANEL;
463 EXPECT_FALSE(test_api_->SameDragType(TYPE_TABBED, TYPE_APP_PANEL));
471 EXPECT_FALSE(test_api_->SameDragType(TYPE_PLATFORM_APP, TYPE_APP_PANEL));
479 EXPECT_FALSE(test_api_->SameDragType(TYPE_APP_SHORTCUT, TYPE_APP_PANEL));
486 EXPECT_FALSE(test_api_->SameDragType(TYPE_BROWSER_SHORTCUT, TYPE_APP_PANEL));
490 EXPECT_FALSE(test_api_->SameDragType(TYPE_WINDOWED_APP, TYPE_APP_PANEL));
493 EXPECT_FALSE(test_api_->SameDragType(TYPE_APP_LIST, TYPE_APP_PANEL));
495 EXPECT_TRUE(test_api_->SameDragType(TYPE_APP_PANEL, TYPE_APP_PANEL));
    [all...]
launcher_view.cc     [all...]
  /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/shell/
window_watcher.cc 110 ash::TYPE_APP_PANEL : ash::TYPE_TABBED;
  /external/chromium_org/ash/test/
test_launcher_delegate.cc 38 item.type = ash::TYPE_APP_PANEL;
  /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...]
  /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...]

Completed in 344 milliseconds

1 2