Searched refs:creation_type (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ash/system/tray/
H A Dsystem_tray.h57 void ShowDefaultView(BubbleCreationType creation_type);
67 BubbleCreationType creation_type);
177 void ShowDefaultViewWithOffset(BubbleCreationType creation_type,
187 BubbleCreationType creation_type,
H A Dsystem_tray.cc237 void SystemTray::ShowDefaultView(BubbleCreationType creation_type) { argument
239 creation_type,
256 BubbleCreationType creation_type) {
262 !activate && close_delay > 0 && creation_type == BUBBLE_CREATE_NEW);
265 items, true, activate, creation_type, GetTrayXOffset(item), persistent);
437 void SystemTray::ShowDefaultViewWithOffset(BubbleCreationType creation_type, argument
440 if (creation_type != BUBBLE_USE_EXISTING) {
444 ShowItems(items_.get(), false, true, creation_type, arrow_offset, persistent);
450 BubbleCreationType creation_type,
467 if (system_bubble_.get() && creation_type
253 ShowDetailedView(SystemTrayItem* item, int close_delay, bool activate, BubbleCreationType creation_type) argument
447 ShowItems(const std::vector<SystemTrayItem*>& items, bool detailed, bool can_activate, BubbleCreationType creation_type, int arrow_offset, bool persistent) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_creation_controller_new.cc89 creation_context_->creation_type = NEW_USER;
103 creation_context_->creation_type = USER_IMPORT_OLD;
124 creation_context_->creation_type = USER_IMPORT_NEW;
156 if (creation_context_->creation_type == NEW_USER) {
175 if (creation_context_->creation_type != USER_IMPORT_NEW) {
178 if (creation_context_->creation_type == NEW_USER) {
H A Dsupervised_user_creation_controller_new.h140 CreationType creation_type; member in struct:chromeos::SupervisedUserCreationControllerNew::UserCreationContext

Completed in 2865 milliseconds