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

  /external/chromium_org/ash/system/tray/
system_tray.h 63 void ShowDefaultView(BubbleCreationType creation_type);
73 BubbleCreationType creation_type);
176 void ShowDefaultViewWithOffset(BubbleCreationType creation_type,
186 BubbleCreationType creation_type,
system_tray.cc 254 void SystemTray::ShowDefaultView(BubbleCreationType creation_type) {
256 creation_type,
273 BubbleCreationType creation_type) {
276 ShowItems(items, true, activate, creation_type, GetTrayXOffset(item), false);
438 void SystemTray::ShowDefaultViewWithOffset(BubbleCreationType creation_type,
441 if (creation_type != BUBBLE_USE_EXISTING) {
445 ShowItems(items_.get(), false, true, creation_type, arrow_offset, persistent);
451 BubbleCreationType creation_type,
468 if (system_bubble_.get() && creation_type == BUBBLE_USE_EXISTING) {
  /external/chromium_org/chrome/browser/chromeos/login/managed/
locally_managed_user_creation_controller.cc 60 creation_type(NEW_USER),
103 creation_context_->creation_type = USER_IMPORT;
140 if (creation_context_->creation_type == NEW_USER) {
183 if (creation_context_->creation_type == NEW_USER) {
locally_managed_user_creation_controller.h 117 CreationType creation_type; member in struct:chromeos::LocallyManagedUserCreationController::UserCreationContext

Completed in 158 milliseconds