Home
last modified time | relevance | path

Searched refs:IsAutomaticDisplayState (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/components/password_manager/core/common/
Dpassword_manager_ui.cc17 bool IsAutomaticDisplayState(State state) { in IsAutomaticDisplayState() function
23 DCHECK(IsAutomaticDisplayState(state)); in GetEndStateForAutomaticState()
Dpassword_manager_ui.h54 bool IsAutomaticDisplayState(State state);
/external/chromium_org/chrome/browser/ui/passwords/
Dmanage_passwords_ui_controller.cc245 if (password_manager::ui::IsAutomaticDisplayState(state_)) { in UpdateIconAndBubbleState()
262 DCHECK(password_manager::ui::IsAutomaticDisplayState(state_)); in ShowBubbleWithoutUserInteraction()
/external/chromium_org/chrome/browser/ui/cocoa/passwords/
Dmanage_passwords_bubble_cocoa.mm62 password_manager::ui::IsAutomaticDisplayState(controller->state())
/external/chromium_org/chrome/browser/ui/views/passwords/
Dmanage_passwords_bubble_view.cc153 password_manager::ui::IsAutomaticDisplayState(controller->state()) in ShowManagePasswordsBubble()