Searched defs:creation_type (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_creation_controller_new.h140 CreationType creation_type; member in struct:chromeos::SupervisedUserCreationControllerNew::UserCreationContext
/external/chromium_org/ash/system/tray/
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...]

Completed in 357 milliseconds