Searched refs:creation_type (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/ash/system/tray/ |
D | system_tray.h | 63 void ShowDefaultView(BubbleCreationType creation_type); 73 BubbleCreationType creation_type); 176 void ShowDefaultViewWithOffset(BubbleCreationType creation_type, 186 BubbleCreationType creation_type,
|
D | system_tray.cc | 254 void SystemTray::ShowDefaultView(BubbleCreationType creation_type) { in ShowDefaultView() argument 256 creation_type, in ShowDefaultView() 273 BubbleCreationType creation_type) { in ShowDetailedView() argument 276 ShowItems(items, true, activate, creation_type, GetTrayXOffset(item), false); in ShowDetailedView() 438 void SystemTray::ShowDefaultViewWithOffset(BubbleCreationType creation_type, in ShowDefaultViewWithOffset() argument 441 if (creation_type != BUBBLE_USE_EXISTING) { in ShowDefaultViewWithOffset() 445 ShowItems(items_.get(), false, true, creation_type, arrow_offset, persistent); in ShowDefaultViewWithOffset() 451 BubbleCreationType creation_type, in ShowItems() argument 468 if (system_bubble_.get() && creation_type == BUBBLE_USE_EXISTING) { in ShowItems()
|
/external/chromium_org/chrome/browser/chromeos/login/managed/ |
D | locally_managed_user_creation_controller.cc | 60 creation_type(NEW_USER), in UserCreationContext() 103 creation_context_->creation_type = USER_IMPORT; in StartImport() 140 if (creation_context_->creation_type == NEW_USER) { in StartCreation() 183 if (creation_context_->creation_type == NEW_USER) { in OnMountSuccess()
|
D | locally_managed_user_creation_controller.h | 117 CreationType creation_type; member
|